Added mmultiple commands including music, added Music Module as well as Pagination(s, needs cleaning) and more

This commit is contained in:
Savvy
2017-12-13 20:01:04 -05:00
parent 67cc8c2b7a
commit b2d23bece2
49 changed files with 1853 additions and 111 deletions

View File

@@ -11,7 +11,7 @@ public class Configuration {
@Getter @Setter private Map<String, String> sqlCredentials;
@Getter @Setter private List<String> botAdmins;
@Getter @Setter private String token, botGame;
@Getter @Setter private int shards;
@Getter @Setter private int shards = 1;
public Configuration() {}

View File

@@ -7,8 +7,8 @@ public enum Statements {
/*
Select statements
*/
SELECT_CORE("SELECT * FROM `core` WHERE `guild_id` = ?"),
SELECT_MODULE_STATUS("SELECT `{module_name}` FROM `modules` WHERE `guild_id` = ?"),
SELECT_ALL_FROM_TABLE("SELECT * FROM `{table_name}` WHERE `guild_id` = ?"),
/*