Add confirmation message, change color, fix author icon url
This commit is contained in:
@@ -411,6 +411,7 @@ public final class Config {
|
||||
}
|
||||
|
||||
public static HashMap<String, Long> serverChannelId = new HashMap<>();
|
||||
public static String REPORT_SENT = "<green>Your report was sent, staff will contact you asap to help resolve your issue!</green>";
|
||||
private static void loadChannelIds() {
|
||||
serverChannelId.clear();
|
||||
serverChannelId.put("general", getLong("discord-channel-id.general", (long) -1));
|
||||
@@ -424,5 +425,6 @@ public final class Config {
|
||||
long channelId = configurationNode.getLong();
|
||||
serverChannelId.put(key.toLowerCase(), channelId);
|
||||
}
|
||||
REPORT_SENT = getString("messages.report-sent", REPORT_SENT);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user