Skip to content

Commit

Permalink
Fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamebuster19901 committed May 5, 2020
1 parent 5cdc603 commit ed5438b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public String toCSV() {
if(guild != null) {
return guild.getName() + "," + guild.getId() + "," + adminRoles;
}
return "UNKNOWN_GUILD" + "," + id + adminRoles;
return "UNKNOWN_GUILD" + "," + id + "," + adminRoles;
}

public Guild getGuild() {
Expand Down

0 comments on commit ed5438b

Please sign in to comment.