mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +02:00
Fix
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = class PortalSendCommand extends Command {
|
||||
}
|
||||
return true;
|
||||
},
|
||||
parse: message => stripInvites(message),
|
||||
parse: val => val ? stripInvites(val) : '',
|
||||
isEmpty: (val, msg) => !msg.attachments.size && !val
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user