mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 01:53:51 +02:00
Change some strings
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = class RepeatCommand extends Command {
|
||||
type: 'string',
|
||||
validate: text => {
|
||||
if (!text.includes('@everyone') && !text.includes('@here')) return true;
|
||||
return 'Please do not repeat everyone or here mentions.';
|
||||
return 'Invalid text, please do not repeat everyone or here mentions.';
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user