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/botinvite.js | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 commands/botinvite.js (limited to 'commands/botinvite.js') diff --git a/commands/botinvite.js b/commands/botinvite.js deleted file mode 100644 index e0e43ad..0000000 --- a/commands/botinvite.js +++ /dev/null @@ -1,26 +0,0 @@ -const Discord = require('discord.js'); -exports.run = (client, message, args, config) => { -message.reply(':arrow_left: Continue in DMs.'); -message.author.sendMessage("AleeBot on your server? Great! Here's the link: https://goo.gl/KDQyrp"); -} - -exports.conf = { - enabled: true, - - guildOnly: false, - - aliases: [], - - permLevel: 0 - -}; - -exports.help = { - - name: 'botinvite', - - description: 'Now you can invite your bot to your server!', - - usage: 'botinvite' - -}; -- cgit v1.2.3