Added mmultiple commands including music, added Music Module as well as Pagination(s, needs cleaning) and more
This commit is contained in:
@@ -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() {}
|
||||
|
||||
|
||||
@@ -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` = ?"),
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user