From a11d9f02c3829aa54020552962333746df35f355 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 30 Oct 2020 12:03:04 -0400 Subject: [PATCH] Fix --- util/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Util.js b/util/Util.js index c515b18f..8e6233cf 100644 --- a/util/Util.js +++ b/util/Util.js @@ -211,7 +211,7 @@ module.exports = class Util { return false; } - static async pickWhenMany(msg, arr, defalt, arrListFunc, { time = 30000 }) { + static async pickWhenMany(msg, arr, defalt, arrListFunc, { time = 30000 } = {}) { const resultsList = arr.map(arrListFunc); await msg.reply(stripIndents` __**Found ${arr.length} results, which would you like to view?**__