From c6096005d262c654083b371a44a69d2d16fcc146 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 28 Feb 2021 14:48:20 -0500 Subject: [PATCH] Fix --- commands/other/portal-send.js | 1 + 1 file changed, 1 insertion(+) 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) {