From d5d772d09480120a8ad0025b7c378f688b37b312 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 5 May 2020 19:27:37 -0400 Subject: [PATCH] fix typos --- src/commands/listredirects.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/listredirects.ts b/src/commands/listredirects.ts index 59efaa7..5dd71de 100644 --- a/src/commands/listredirects.ts +++ b/src/commands/listredirects.ts @@ -40,7 +40,6 @@ export default class DelRedirect extends Command { embed.setTitle('Redirect Information'); embed.setTimestamp(); embed.setFooter(this.client.user.username, this.client.user.avatarURL); - embed.setDescription(`Command list for ${this.client.user.username}`); split.forEach((c) => embed.addField(c.name, c.value)); return cmdPages.push(embed); });