diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/contribute.js | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/commands/contribute.js b/commands/contribute.js index e91b089..3c5f966 100644 --- a/commands/contribute.js +++ b/commands/contribute.js @@ -1,16 +1,14 @@ exports.run = (bot, msg) => { - msg.channel.send('Want to help the bot? Here you go: https://github.com/PokeWorld/PokeBot.'); - - }; - - exports.conf = { - aliases: [], - guildOnly: true, - }; - - exports.help = { - name: 'contribute', - description: 'Contributing to the bot.', - category: 'Utility', - }; -
\ No newline at end of file + msg.channel.send('Want to help the bot? Here you go: https://github.com/PokeWorld/PokeBot.'); +}; + +exports.conf = { + aliases: [], + guildOnly: true, +}; + +exports.help = { + name: 'contribute', + description: 'Contributing to the bot.', + category: 'Utility', +}; |
