mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
Fix
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = class PortalSendCommand extends Command {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
max: 1000,
|
max: 1000,
|
||||||
parse: message => stripInvites(message),
|
parse: message => stripInvites(message),
|
||||||
emptyChecker: (val, msg) => !msg.attachments.size && !val
|
isEmpty: (val, msg) => !msg.attachments.size && !val
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user