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.addFields(dotCommandsFields);
|
||||
|
||||
return {
|
||||
embeds: [
|
||||
return { embeds: [
|
||||
helpEmbed
|
||||
],
|
||||
ephemeral: true
|
||||
};
|
||||
]};
|
||||
},
|
||||
gif(commandData) {
|
||||
return { embeds: [new Discord.MessageEmbed()
|
||||
|
Loading…
Reference in New Issue
Block a user