mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Beep
This commit is contained in:
@@ -64,6 +64,7 @@ module.exports = class EmojiEmojiRevolutionCommand extends Command {
|
||||
**${opponent.username}:** ${oPts}
|
||||
`);
|
||||
}
|
||||
this.playing.delete(msg.channel.id);
|
||||
if (aPts === oPts) return msg.say('It\'s a tie!');
|
||||
return msg.say(`You win ${aPts > oPts ? msg.author : opponent} with ${aPts > oPts ? aPts : oPts} points!`);
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user