mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Oops
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ class Util {
|
||||
.replace(/\[i\]|\[\/i\]/g, '*');
|
||||
}
|
||||
|
||||
static async awaitPlayers(msg, max, min, { text = 'join game', time = 30000 }) {
|
||||
static async awaitPlayers(msg, max, min, { text = 'join game', time = 30000 } = {}) {
|
||||
const joined = [];
|
||||
joined.push(msg.author.id);
|
||||
const filter = res => {
|
||||
|
||||
Reference in New Issue
Block a user