mirror of
https://github.com/plexusorg/Module-Guilds.git
synced 2025-07-07 01:43:04 +00:00
add custom chat handling
This commit is contained in:
@ -27,6 +27,8 @@ public class SQLManager
|
||||
"`home` VARCHAR(1000)," +
|
||||
"`members` LONGTEXT, " +
|
||||
"`moderators` LONGTEXT, " +
|
||||
"`ranks` LONGTEXT, " +
|
||||
"`defaultRank` LONGTEXT, " +
|
||||
"`tagEnabled` BOOLEAN" +
|
||||
");"
|
||||
).execute();
|
||||
|
Reference in New Issue
Block a user