summaryrefslogtreecommitdiff
path: root/commands/git.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/git.js')
-rw-r--r--commands/git.js24
1 files changed, 0 insertions, 24 deletions
diff --git a/commands/git.js b/commands/git.js
deleted file mode 100644
index 9e5d4be..0000000
--- a/commands/git.js
+++ /dev/null
@@ -1,24 +0,0 @@
-const Discord = require('discord.js');
-exports.run = (client, message, args, config) => {
- message.channel.send ("Here's the github repo: https://github.com/AleeCorp/AleeBot");
-}
-exports.conf = {
- enabled: true,
-
- guildOnly: false,
-
- aliases: [],
-
- permLevel: 0
-
-};
-
-exports.help = {
-
- name: 'git',
-
- description: 'Tells you the repository of AleeBot.',
-
- usage: 'git'
-
-};