diff --git a/commands/other/portal-send.js b/commands/other/portal-send.js index 97c61197..f270496b 100644 --- a/commands/other/portal-send.js +++ b/commands/other/portal-send.js @@ -21,7 +21,8 @@ module.exports = class PortalSendCommand extends Command { prompt: 'What message would you like to send?', type: 'string', max: 1000, - parse: message => stripInvites(message) + parse: message => stripInvites(message), + emptyChecker: (val, msg) => !msg.attachments.size && !val } ] }); diff --git a/package.json b/package.json index dc473cce..0dfbb856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.10.1", + "version": "119.10.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {