Error handling broke more things
This commit is contained in:
parent
dae4288d2e
commit
136fdaa221
@ -215,12 +215,9 @@ const functions = {
|
|||||||
helpEmbed.addField('Dot Commands', strings.help.dot);
|
helpEmbed.addField('Dot Commands', strings.help.dot);
|
||||||
helpEmbed.addFields(dotCommandsFields);
|
helpEmbed.addFields(dotCommandsFields);
|
||||||
|
|
||||||
return {
|
return { embeds: [
|
||||||
embeds: [
|
|
||||||
helpEmbed
|
helpEmbed
|
||||||
],
|
]};
|
||||||
ephemeral: true
|
|
||||||
};
|
|
||||||
},
|
},
|
||||||
gif(commandData) {
|
gif(commandData) {
|
||||||
return { embeds: [new Discord.MessageEmbed()
|
return { embeds: [new Discord.MessageEmbed()
|
||||||
|
Loading…
Reference in New Issue
Block a user