diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 13:39:17 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 13:39:17 -0500 |
| commit | 37e7c523e6a0f2fc2ba08f40e318cb808404c167 (patch) | |
| tree | c4b75ed0b1f3d809454405d997607ca606159721 /commands | |
| parent | 37d944238387b15a14521eda3a93ee2711cffcf3 (diff) | |
| download | PokeBot-37e7c523e6a0f2fc2ba08f40e318cb808404c167.tar.gz PokeBot-37e7c523e6a0f2fc2ba08f40e318cb808404c167.tar.bz2 PokeBot-37e7c523e6a0f2fc2ba08f40e318cb808404c167.zip | |
again, message => msg.
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/ship.js | 2 |
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 = { |
