Codacy
This commit is contained in:
parent
91d146f68b
commit
2a0bff749a
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ public class RethinkServer {
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean hasStarboardChannel() {
|
public boolean hasStarboardChannel() {
|
||||||
return !starboard.equals("");
|
return !"".equals(starboard);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void updateRules(String message_id, String role_id, String accept_emote, String decline_emote) {
|
public void updateRules(String message_id, String role_id, String accept_emote, String decline_emote) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue