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/ship.js | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 commands/ship.js (limited to 'commands/ship.js') diff --git a/commands/ship.js b/commands/ship.js deleted file mode 100644 index 2d10ff5..0000000 --- a/commands/ship.js +++ /dev/null @@ -1,25 +0,0 @@ -const Discord = require('discord.js'); -exports.run = (client, message, args, config) => { -message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName); -} - -exports.conf = { - enabled: true, - - guildOnly: false, - - aliases: [], - - permLevel: 0 - -}; - -exports.help = { - - name: 'ship', - - description: 'The Bot will randomize random people that you will ship with.', - - usage: 'ship' - -}; -- cgit v1.2.3