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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.');