From 22327179b3ab27cbcf7ee0bcdba531ba58a9ab84 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 6 Nov 2017 22:35:11 +0000 Subject: [PATCH] Oops --- util/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Util.js b/util/Util.js index fdac8e57..1473a766 100644 --- a/util/Util.js +++ b/util/Util.js @@ -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 => {