Bump tarot question character limit

This commit is contained in:
lilyissillyyy
2025-10-06 12:35:01 -04:00
parent 13c1806503
commit ac4f2e3fbf
+1 -1
View File
@@ -43,7 +43,7 @@ module.exports = class TarotCommand extends Command {
{ {
key: 'question', key: 'question',
type: 'string', type: 'string',
max: 50 max: 100
} }
] ]
}); });