diff --git a/commands/analyze/ship.js b/commands/analyze/ship.js index bee49491..d4a63183 100644 --- a/commands/analyze/ship.js +++ b/commands/analyze/ship.js @@ -38,8 +38,8 @@ module.exports = class ShipCommand extends Command { : `Haha even a bot thinks ${authorInvolved ? 'you\'re' : 'they\'re'} lame.` : ''; return msg.say(oneLine` - ${first.id === this.client.user.id ? first.id === msg.author.id ? 'You' : 'Me' : first.username} and - ${second.id === this.client.user.id ? second.id === msg.author.id ? 'you' : 'I' : second.username} have a + ${first.id === this.client.user.id ? 'Me' : first.id === msg.author.id ? 'You' : first.username} and + ${second.id === this.client.user.id ? 'I' : second.id === msg.author.id ? 'you' : second.username} have a compatability of... **${level}%**! ${botText} `); }