aboutsummaryrefslogtreecommitdiff
path: root/commands/ship.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ship.js')
-rw-r--r--commands/ship.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ship.js b/commands/ship.js
index 3e43317..8ff8988 100644
--- a/commands/ship.js
+++ b/commands/ship.js
@@ -1,5 +1,5 @@
exports.run = (bot, msg, args) => {
- message.channel.send(message.author.username + " x " + message.guild.members.random().displayName + ':cruise_ship:');
+ msg.channel.send(message.author.username + " x " + message.guild.members.random().displayName + ':cruise_ship:');
};
exports.conf = {