fix(DB/Command): Update help for "settings announcer" (#26368)

This commit is contained in:
Kitzunu
2026-07-02 22:31:23 +02:00
committed by GitHub
parent 43ceb0ac42
commit 489fb48639
@@ -0,0 +1,2 @@
-- Update help text for .settings announcer to list all supported types
UPDATE `command` SET `help`='Syntax: .settings announcer <type> <on/off>.\nDisables receiving announcements. Valid announcement types are: \'autobroadcast\', \'arena\', \'bg\', \'pvpstart\' and \'pvpall\'' WHERE `name`='settings announcer';