summaryrefslogtreecommitdiff
path: root/commands/git.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/git.js')
-rw-r--r--commands/git.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/commands/git.js b/commands/git.js
index c513d60..9e5d4be 100644
--- a/commands/git.js
+++ b/commands/git.js
@@ -2,3 +2,23 @@ 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'
+
+};