aboutsummaryrefslogtreecommitdiff
path: root/commands/contribute.js
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-02-23 21:53:03 -0500
committerUnknown <jtsshieh@outlook.com>2018-02-23 21:53:03 -0500
commit319ace861798ae8077872f309fa34026ff840088 (patch)
treecd7e0a525a202a7e73adca008cc9993c713615da /commands/contribute.js
parent4dfad98aa636e9f748cc88866ba69cb35789375c (diff)
parent67b55e709288a2cd4f9735cb942abfde9243c211 (diff)
downloadPokeBot-319ace861798ae8077872f309fa34026ff840088.tar.gz
PokeBot-319ace861798ae8077872f309fa34026ff840088.tar.bz2
PokeBot-319ace861798ae8077872f309fa34026ff840088.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'commands/contribute.js')
-rw-r--r--commands/contribute.js16
1 files changed, 16 insertions, 0 deletions
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