mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Fix
This commit is contained in:
@@ -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}
|
||||
`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user