Skip to content

Commit

Permalink
lmfao
Browse files Browse the repository at this point in the history
  • Loading branch information
JRoy committed Aug 9, 2023
1 parent 3869300 commit cd87587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ public void reloadConfig() {

final Map<String, String> roleAliases = new HashMap<>();

for (Map.Entry<String, String> entry : config.getStringMap("chat.world-aliases").entrySet()) {
for (Map.Entry<String, String> entry : config.getStringMap("discord-roles-aliases").entrySet()) {
roleAliases.put(entry.getKey(), FormatUtil.replaceFormat(entry.getValue()));
}
this.roleAliases = roleAliases;
Expand Down

0 comments on commit cd87587

Please sign in to comment.