diff --git a/src/commandUtils.ts b/src/commandUtils.ts index c79778c..9b1b61e 100644 --- a/src/commandUtils.ts +++ b/src/commandUtils.ts @@ -25,6 +25,6 @@ export const generateReport = (msg: string) => ({ embeds: [{ color: infoColor2, title: 'USER REPORT:', - description: msg || 'No message', + description: msg, }], });