feat(Core/Player): Implement commentator tag (#17449)

* feat(Core/Player): Implement commentator tag

* remove redundant session check
This commit is contained in:
Kitzunu
2023-10-08 09:07:17 +02:00
committed by GitHub
parent 5357a31a01
commit a4e4d6ddb2
4 changed files with 69 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `command` WHERE `name`='commentator';
INSERT INTO `command` (`name`, `security`, `help`) VALUES ('commentator', 2, 'Syntax: .commentator [on/off]\r\n\r\nEnable or Disable in game Commentator tag or show current state if on/off not provided.');