mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-08 15:19:14 +02:00
Beep
This commit is contained in:
@@ -160,8 +160,7 @@ module.exports = class WizardConventionCommand extends Command {
|
||||
win = true;
|
||||
break;
|
||||
} else {
|
||||
const found = players.find(player => player.user.id === expelled.id);
|
||||
players.delete(found.user.id);
|
||||
players.delete(expelled.user.id);
|
||||
}
|
||||
}
|
||||
this.playing.delete(msg.channel.id);
|
||||
|
||||
Reference in New Issue
Block a user