From 6858acb6a5274a9df12d2e264b1cb10f86cbc091 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 13:42:48 -0500 Subject: [PATCH] gram mar --- commands/ship.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {