Implemented guild info command (#756)

This commit is contained in:
Nefertumm
2018-01-28 16:27:17 -03:00
committed by Yehonal
parent 75ca1afe85
commit de7d331daf
4 changed files with 47 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO version_db_world (`sql_rev`) VALUES ('1515920217003409800');
DELETE FROM `command` WHERE `name` = 'guild info';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('guild info', 2, 'Shows information about the target''s guild or a given Guild Id or Name.');