3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Bot response style tweak

This commit is contained in:
Dragory 2020-01-28 22:16:37 +02:00
parent 2a01ef1edd
commit 7cb485b798
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -1382,7 +1382,7 @@ export class AutomodPlugin extends ZeppelinPlugin<TConfigSchema, ICustomOverride
@d.permission("can_set_antiraid")
public async clearAntiraidCmd(msg: Message) {
await this.setAntiraidLevel(null, msg.author);
this.sendSuccessMessage(msg.channel, "Anti-raid turned off");
this.sendSuccessMessage(msg.channel, "Anti-raid turned **off**");
}
@d.command("antiraid", "<level:string>")