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

Bot response style tweak

This commit is contained in:
Dragory 2020-01-28 22:16:37 +02:00
parent d1eab6858d
commit e882632753

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>")