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, );