aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-02-23 21:40:08 -0500
committerAlee <alee14498@gmail.com>2018-02-23 21:40:08 -0500
commit67b55e709288a2cd4f9735cb942abfde9243c211 (patch)
tree9dfe141ad5f9dbac46c5406f09153f8944f8207a /commands
parentaf21fdf05a5e35951078dff3ce6f5f1435fc93b9 (diff)
downloadPokeBot-67b55e709288a2cd4f9735cb942abfde9243c211.tar.gz
PokeBot-67b55e709288a2cd4f9735cb942abfde9243c211.tar.bz2
PokeBot-67b55e709288a2cd4f9735cb942abfde9243c211.zip
Added an option to contribute
Diffstat (limited to 'commands')
-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