aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-24 13:39:17 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-24 13:39:17 -0500
commit37e7c523e6a0f2fc2ba08f40e318cb808404c167 (patch)
treec4b75ed0b1f3d809454405d997607ca606159721 /commands
parent37d944238387b15a14521eda3a93ee2711cffcf3 (diff)
downloadPokeBot-37e7c523e6a0f2fc2ba08f40e318cb808404c167.tar.gz
PokeBot-37e7c523e6a0f2fc2ba08f40e318cb808404c167.tar.bz2
PokeBot-37e7c523e6a0f2fc2ba08f40e318cb808404c167.zip
again, message => msg.
Diffstat (limited to 'commands')
-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 = {