feat(Scripts/Commands): Add group revive command (#22204)

This commit is contained in:
Brian 2025-05-30 19:33:32 +02:00 committed by GitHub
parent 34698e0f62
commit 30f5dacd69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,4 @@
--
DELETE FROM `command` WHERE `name` = 'group revive';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('group revive', 2, 'Syntax: .group revive\r\n\r\nRevives all players in your group.');