From 2dcef435b1a7d4cc43c2148e8537d7506661d996 Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 28 Jul 2022 05:09:35 +0100 Subject: [PATCH] feat(arabot): made time display when showing sus note nicer --- src/commands/mod/sus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/mod/sus.ts b/src/commands/mod/sus.ts index 5638885..80f007a 100644 --- a/src/commands/mod/sus.ts +++ b/src/commands/mod/sus.ts @@ -296,7 +296,7 @@ export class SusCommand extends Command { .setThumbnail(user.avatarURL()!) // TODO add a way to display more than 1 sus note .addField( - `Sus ID: ${notes[notes.length - 1].id} | Moderator: ${mod} Date: ${notes[notes.length - 1].time}`, + `Sus ID: ${notes[notes.length - 1].id} | Moderator: ${mod} Date: `, notes[notes.length - 1].note, );