From 1f245ddb081b15fbd3287aedc4f8965782e1fcc0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 21 Oct 2017 15:43:18 -0400 Subject: Starting to work on AleeBot 2.0.0 --- commands/git.js | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 commands/git.js (limited to 'commands/git.js') 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' - -}; -- cgit v1.2.3