fix typos

merge-requests/12/head
Matthew 2020-05-05 19:27:37 -04:00 committed by Bsian
parent a2a144b0b4
commit d5d772d094
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 0 additions and 1 deletions

View File

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