fix typos
parent
a2a144b0b4
commit
d5d772d094
|
@ -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