From d1c03a7fe66984fa2626a26ffe7b876db8ea964b Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 Feb 2018 13:41:04 -0500 Subject: ship --- commands/ship.js | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/commands/ship.js b/commands/ship.js index 8ff8988..4bedd26 100644 --- a/commands/ship.js +++ b/commands/ship.js @@ -1,15 +1,14 @@ -exports.run = (bot, msg, args) => { - msg.channel.send(message.author.username + " x " + message.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', - }; - \ No newline at end of file +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