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 String accept_emote = "";
|
||||
private String decline_emote = "";
|
||||
private String id;
|
||||
private boolean invite_detect = false;
|
||||
private String message_id = "";
|
||||
private String neededstars = "3";
|
||||
private String prefix = "h.";
|
||||
private String role_id = "";
|
||||
private String starboard = "";
|
||||
String accept_emote = "";
|
||||
String decline_emote = "";
|
||||
String id;
|
||||
boolean invite_detect = false;
|
||||
String message_id = "";
|
||||
String neededstars = "3";
|
||||
String prefix = "h.";
|
||||
String role_id = "";
|
||||
String starboard = "";
|
||||
|
||||
public RethinkServer(JSONObject object, Rethink rethink) {
|
||||
for (Field field : this.getClass().getDeclaredFields()) {
|
||||
|
|
|
|||
|
|
@ -24,10 +24,10 @@ public class RethinkUser {
|
|||
|
||||
private Rethink rethink;
|
||||
|
||||
private String id;
|
||||
private String prefix = "h.";
|
||||
private String language = "en";
|
||||
private String blacklisted = "none";
|
||||
String id;
|
||||
String prefix = "h.";
|
||||
String language = "en";
|
||||
String blacklisted = "none";
|
||||
|
||||
public RethinkUser(JSONObject object, Rethink rethink) {
|
||||
for (Field field : this.getClass().getDeclaredFields()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue