From 3d3a25e62bed61ba9f0f087d195c8eb705794da2 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 7 Jun 2021 20:39:48 -0400 Subject: [PATCH] Fix --- commands/games-sp/akinator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/akinator.js b/commands/games-sp/akinator.js index 32cd1d61..3d189e5a 100644 --- a/commands/games-sp/akinator.js +++ b/commands/games-sp/akinator.js @@ -180,6 +180,6 @@ module.exports = class AkinatorCommand extends Command { button.setDisabled(true); } } - return buttonPress.update('Loading...', { components: [rows] }); + return buttonPress.update('Loading...', { components: rows }); } };