mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +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.',
|
prompt: 'What should be sent to the channel? Use <user>, <server>, and <mention> as placeholders.',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
validate: message => {
|
validate: message => {
|
||||||
if (message.length < 1000) return true;
|
if (message.length < 150) return true;
|
||||||
return 'Invalid Message. Message must be under 1000 characters.';
|
return 'Invalid Message. Message must be under 150 characters.';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "18.6.3",
|
"version": "18.6.4",
|
||||||
"description": "A Discord Bot",
|
"description": "A Discord Bot",
|
||||||
"main": "shardingmanager.js",
|
"main": "shardingmanager.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user