Skip to content
Snippets Groups Projects
Commit cd339259 authored by Reviath's avatar Reviath
Browse files

Update commands/help.js

parent b082a8c6
Branches
No related tags found
No related merge requests found
...@@ -37,6 +37,9 @@ else { ...@@ -37,6 +37,9 @@ else {
.setDescription(`Can't find category \`${category}\``) .setDescription(`Can't find category \`${category}\``)
message.channel.send(nocategory) message.channel.send(nocategory)
} }
catch(e => {
client.channel.cache.get('790640302452375562').send(`Error on help command \n${e}`)
})
} }
module.exports.help = { module.exports.help = {
name: 'help', name: 'help',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment