rename mute/unmute to ignore/unignore and add CHAT_ADMIN requirement for them and ban/unban commands

This commit is contained in:
2026-01-22 14:36:14 +03:00
parent e475de59b2
commit 1493ffbe01
8 changed files with 55 additions and 25 deletions
+4 -4
View File
@@ -15,8 +15,8 @@ import {
} from "./util/utils";
import {Ae} from "./commands/ae";
import {Help} from "./commands/help";
import {Mute} from "./commands/mute";
import {Unmute} from "./commands/unmute";
import {Ignore} from "./commands/ignore";
import {Unignore} from "./commands/unignore";
import {Ping} from "./commands/ping";
import {RandomString} from "./commands/random-string";
import {SystemSpecs} from "./commands/system-specs";
@@ -127,8 +127,8 @@ export const chatCommands: ChatCommand[] = [
new Help(),
new Test(),
new Ae(),
new Mute(),
new Unmute(),
new Ignore(),
new Unignore(),
new Ping(),
new RandomInt(),
new RandomString(),