From ac4f2e3fbfa12bb08273928a61ef7f69c5c39dcf Mon Sep 17 00:00:00 2001 From: lilyissillyyy Date: Mon, 6 Oct 2025 12:35:01 -0400 Subject: [PATCH] Bump tarot question character limit --- commands/games-sp/tarot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/tarot.js b/commands/games-sp/tarot.js index ac488f78..a64d9d9a 100644 --- a/commands/games-sp/tarot.js +++ b/commands/games-sp/tarot.js @@ -43,7 +43,7 @@ module.exports = class TarotCommand extends Command { { key: 'question', type: 'string', - max: 50 + max: 100 } ] });