From b9a18fa002bf78df9510c3a3746465094c54a126 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 23 Feb 2018 22:04:23 -0500 Subject: Work to do now hey --- commands/contribute.js | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'commands') 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', +}; -- cgit v1.2.3