oof moment
This commit is contained in:
parent
53a95f78a3
commit
1e0da3ab8a
2 changed files with 13 additions and 13 deletions
|
|
@ -24,15 +24,15 @@ public class RethinkServer {
|
||||||
|
|
||||||
private Rethink rethink;
|
private Rethink rethink;
|
||||||
|
|
||||||
private String accept_emote = "";
|
String accept_emote = "";
|
||||||
private String decline_emote = "";
|
String decline_emote = "";
|
||||||
private String id;
|
String id;
|
||||||
private boolean invite_detect = false;
|
boolean invite_detect = false;
|
||||||
private String message_id = "";
|
String message_id = "";
|
||||||
private String neededstars = "3";
|
String neededstars = "3";
|
||||||
private String prefix = "h.";
|
String prefix = "h.";
|
||||||
private String role_id = "";
|
String role_id = "";
|
||||||
private String starboard = "";
|
String starboard = "";
|
||||||
|
|
||||||
public RethinkServer(JSONObject object, Rethink rethink) {
|
public RethinkServer(JSONObject object, Rethink rethink) {
|
||||||
for (Field field : this.getClass().getDeclaredFields()) {
|
for (Field field : this.getClass().getDeclaredFields()) {
|
||||||
|
|
|
||||||
|
|
@ -24,10 +24,10 @@ public class RethinkUser {
|
||||||
|
|
||||||
private Rethink rethink;
|
private Rethink rethink;
|
||||||
|
|
||||||
private String id;
|
String id;
|
||||||
private String prefix = "h.";
|
String prefix = "h.";
|
||||||
private String language = "en";
|
String language = "en";
|
||||||
private String blacklisted = "none";
|
String blacklisted = "none";
|
||||||
|
|
||||||
public RethinkUser(JSONObject object, Rethink rethink) {
|
public RethinkUser(JSONObject object, Rethink rethink) {
|
||||||
for (Field field : this.getClass().getDeclaredFields()) {
|
for (Field field : this.getClass().getDeclaredFields()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue