Added join log to config

This commit is contained in:
Aleksei Fox 2020-07-11 01:55:17 -04:00
parent 712e982617
commit 92c54bd9bb

View File

@ -45,6 +45,9 @@ public class BotConfig {
@ConfigurationOption
public static String VOTE_CHANNEL = "vote channel here";
@ConfigurationOption
public static String JOIN_LOG = "join log channel";
@ConfigurationOption
public static String REPORT_LOG = "report_log_channel";