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