aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-24 13:42:48 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-24 13:42:48 -0500
commit6858acb6a5274a9df12d2e264b1cb10f86cbc091 (patch)
treedfc22520b829cf3fab8ae1b99645725a1316ae14 /commands
parentd1c03a7fe66984fa2626a26ffe7b876db8ea964b (diff)
downloadPokeBot-6858acb6a5274a9df12d2e264b1cb10f86cbc091.tar.gz
PokeBot-6858acb6a5274a9df12d2e264b1cb10f86cbc091.tar.bz2
PokeBot-6858acb6a5274a9df12d2e264b1cb10f86cbc091.zip
gram mar
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 4bedd26..8282bf3 100644
--- a/commands/ship.js
+++ b/commands/ship.js
@@ -1,5 +1,5 @@
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 = {