update report
This commit is contained in:
parent
d8bd5694fb
commit
9cb615e68d
|
@ -25,6 +25,6 @@ export const generateReport = (msg: string) => ({
|
|||
embeds: [{
|
||||
color: infoColor2,
|
||||
title: 'USER REPORT:',
|
||||
description: msg || 'No message',
|
||||
description: msg,
|
||||
}],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue