From 9cb615e68daaf080a6580a47b25d7e47958d83b4 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Wed, 11 Jan 2023 22:57:58 -0500 Subject: [PATCH] update report --- src/commandUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }], });