This commit is contained in:
Dragon Fire
2021-02-28 14:48:20 -05:00
parent 85d25cd2d7
commit c6096005d2
+1
View File
@@ -20,6 +20,7 @@ module.exports = class PortalSendCommand extends Command {
key: 'message',
prompt: 'What message would you like to send?',
max: 1000,
type: 'string',
validate: (val, msg, arg) => {
if (!val) return true;
if (val.length > arg.max) {