diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-23 21:53:03 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-23 21:53:03 -0500 |
| commit | 319ace861798ae8077872f309fa34026ff840088 (patch) | |
| tree | cd7e0a525a202a7e73adca008cc9993c713615da | |
| parent | 4dfad98aa636e9f748cc88866ba69cb35789375c (diff) | |
| parent | 67b55e709288a2cd4f9735cb942abfde9243c211 (diff) | |
| download | PokeBot-319ace861798ae8077872f309fa34026ff840088.tar.gz PokeBot-319ace861798ae8077872f309fa34026ff840088.tar.bz2 PokeBot-319ace861798ae8077872f309fa34026ff840088.zip | |
Merge remote-tracking branch 'origin/master'
| -rw-r--r-- | commands/contribute.js | 16 |
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 |
