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
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.');