From 37e7c523e6a0f2fc2ba08f40e318cb808404c167 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 13:39:17 -0500 Subject: again, message => msg. --- commands/ship.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') 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 = { -- cgit v1.2.3