From 941a107d12987c4dd7f1c3f45e2e3276ab3fc7ff Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 6 Jul 2020 21:57:30 -0400 Subject: [PATCH] Fix --- commands/other/portal-send.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/other/portal-send.js b/commands/other/portal-send.js index f270496b..2d4578c0 100644 --- a/commands/other/portal-send.js +++ b/commands/other/portal-send.js @@ -22,7 +22,7 @@ module.exports = class PortalSendCommand extends Command { type: 'string', max: 1000, parse: message => stripInvites(message), - emptyChecker: (val, msg) => !msg.attachments.size && !val + isEmpty: (val, msg) => !msg.attachments.size && !val } ] });