diff --git a/commands/other/portal-send.js b/commands/other/portal-send.js index ca2e2acc..381bfb06 100644 --- a/commands/other/portal-send.js +++ b/commands/other/portal-send.js @@ -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) {