From 67b55e709288a2cd4f9735cb942abfde9243c211 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 23 Feb 2018 21:40:08 -0500 Subject: Added an option to contribute --- commands/contribute.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 commands/contribute.js (limited to 'commands/contribute.js') diff --git a/commands/contribute.js b/commands/contribute.js new file mode 100644 index 0000000..e91b089 --- /dev/null +++ b/commands/contribute.js @@ -0,0 +1,16 @@ +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 -- cgit v1.2.3