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:
parent
2a01ef1edd
commit
7cb485b798
1 changed files with 1 additions and 1 deletions
|
@ -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>")
|
||||
|
|
Loading…
Add table
Reference in a new issue