From c484753ee15dbe2a5ce9c6297f22fabb52ce3b7e Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 Feb 2018 14:59:35 -0500 Subject: New Command system --- commands/ship.js | 14 -------------- 1 file changed, 14 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 8282bf3..0000000 --- a/commands/ship.js +++ /dev/null @@ -1,14 +0,0 @@ -exports.run = (bot, msg) => { - msg.channel.send(msg.author.username + ' x ' + msg.guild.members.random().displayName + ' :cruise_ship:'); -}; - -exports.conf = { - aliases: [], - guildOnly: true, -}; - -exports.help = { - name: 'ship', - description: 'Test the luck of your love life! Ships you with another user.', - category: 'Fun', -}; -- cgit v1.2.3