oof moment

This commit is contained in:
GregTCLTK 2020-01-26 11:55:52 +01:00
parent 53a95f78a3
commit 1e0da3ab8a
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67
2 changed files with 13 additions and 13 deletions

View file

@ -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()) {

View file

@ -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()) {