Allow players to report offline players & allow admins to mark reports as completed, deleting them and sending them to an archive channel

This commit is contained in:
Allink
2022-05-26 16:10:00 +01:00
parent 09a220e0a2
commit 9c91166319
7 changed files with 167 additions and 28 deletions

View File

@ -76,6 +76,7 @@ public enum ConfigEntry
DISCORD_TOKEN(String.class, "discord.token"),
DISCORD_PREFIX(String.class, "discord.prefix"),
DISCORD_REPORT_CHANNEL_ID(String.class, "discord.report_channel_id"),
DISCORD_REPORT_ARCHIVE_CHANNEL_ID(String.class, "discord.report_archive_channel_id"),
DISCORD_CHAT_CHANNEL_ID(String.class, "discord.chat_channel_id"),
DISCORD_ADMINCHAT_CHANNEL_ID(String.class, "discord.adminchat_channel_id"),