feat(Scripts/Commands): new command to debug play music (#8967)

This commit is contained in:
IntelligentQuantum
2021-11-08 03:19:35 +03:30
committed by GitHub
parent 665ea22c6c
commit a9e5b35a5d
4 changed files with 729 additions and 17 deletions

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636091637254613269');
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('debug play music', 3, 'Syntax: .debug play music <musicId>\nPlay music with <musicId>.\nMusic will be played only for you. Other players will not hear this.');