aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun/ship.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Fun/ship.js')
-rw-r--r--commands/Fun/ship.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/Fun/ship.js b/commands/Fun/ship.js
index ba31db5..499ab06 100644
--- a/commands/Fun/ship.js
+++ b/commands/Fun/ship.js
@@ -8,15 +8,15 @@
* *************************************/
exports.run = (bot, msg) => {
- msg.channel.send(msg.author.username + ' x ' + msg.guild.members.random().displayName + ' :cruise_ship:');
+ msg.channel.send(`${msg.author.username} x ${msg.guild.members.random().displayName} :cruise_ship:`);
};
exports.conf = {
aliases: [],
- guildOnly: true,
+ guildOnly: true
};
exports.help = {
name: 'ship',
- description: 'Test the luck of your love life! Ships you with another user.',
+ description: 'Test the luck of your love life! Ships you with another user.'
};