Core/Warden: Add .debug warden force, allowing you to force specific warden checks to be sent

This commit is contained in:
Treeston
2020-08-19 00:25:44 +02:00
committed by GitHub
parent 24a494398f
commit f04f4e91ff
9 changed files with 70 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `command` WHERE `name`='debug warden force';
INSERT INTO `command` (`name`,`permission`,`help`) VALUES
('debug warden force', 300, 'Syntax: .debug warden force id1 [id2 [id3 [...]]]
Queues the specified Warden checks for your client. They will be sent according to your Warden settings.');