mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix all eslint v9 issues
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = class Player {
|
||||
const extra = await this.chooseCards(black, chosenCards);
|
||||
if (!this.user.bot) await this.user.send(`Nice! Return to ${this.game.channel} to await the results!`);
|
||||
return extra;
|
||||
} catch (err) {
|
||||
} catch {
|
||||
this.strikes++;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user