fix typos
parent
6a1d94e9aa
commit
e958c7f4c3
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue