Implemented guild info command (#756)
This commit is contained in:
parent
75ca1afe85
commit
de7d331daf
4 changed files with 47 additions and 2 deletions
|
|
@ -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.');
|
||||
Loading…
Add table
Add a link
Reference in a new issue