aboutsummaryrefslogtreecommitdiff
path: root/commands/contribute.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/contribute.js')
-rw-r--r--commands/contribute.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/commands/contribute.js b/commands/contribute.js
deleted file mode 100644
index b6a2d6f..0000000
--- a/commands/contribute.js
+++ /dev/null
@@ -1,14 +0,0 @@
-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: 'Information',
-};