aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-02-23 22:04:23 -0500
committerUnknown <jtsshieh@outlook.com>2018-02-23 22:04:23 -0500
commitb9a18fa002bf78df9510c3a3746465094c54a126 (patch)
tree17594b7d7c96e9e4c240f41ee1aaa7e6d8ff0870 /commands
parente497a8a3850627980d7269b3be9b218eb5b3b223 (diff)
downloadPokeBot-b9a18fa002bf78df9510c3a3746465094c54a126.tar.gz
PokeBot-b9a18fa002bf78df9510c3a3746465094c54a126.tar.bz2
PokeBot-b9a18fa002bf78df9510c3a3746465094c54a126.zip
Work to do now hey
Diffstat (limited to 'commands')
-rw-r--r--commands/contribute.js28
1 files changed, 13 insertions, 15 deletions
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',
+};