From 70e209b49a1ac4c03572e638dd0722422147dbfa Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 3 Nov 2018 18:58:02 +0000 Subject: [PATCH] Fix --- commands/analyze/ship.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/analyze/ship.js b/commands/analyze/ship.js index 9a5ceea1..737ddf5c 100644 --- a/commands/analyze/ship.js +++ b/commands/analyze/ship.js @@ -36,7 +36,7 @@ module.exports = class ShipCommand extends Command { const level = random.integer(0, 100); return msg.say(oneLine` ${first.id === this.client.user.id ? 'Me' : first.username} and - ${second.id === this.client.user.id ? 'me' : second.username} have a compatability of... **${level}%**!${botText} + ${second.id === this.client.user.id ? 'me' : second.username} have a compatability of... **${level}%**! ${botText} `); } };