mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Meow
This commit is contained in:
@@ -25,8 +25,8 @@ module.exports = class MemberMsgCommand extends Command {
|
||||
prompt: 'What should be sent to the channel? Use <user>, <server>, and <mention> as placeholders.',
|
||||
type: 'string',
|
||||
validate: message => {
|
||||
if (message.length < 1000) return true;
|
||||
return 'Invalid Message. Message must be under 1000 characters.';
|
||||
if (message.length < 150) return true;
|
||||
return 'Invalid Message. Message must be under 150 characters.';
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "18.6.3",
|
||||
"version": "18.6.4",
|
||||
"description": "A Discord Bot",
|
||||
"main": "shardingmanager.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user