IChannelConfig#CHANNEL_IDS_OPTION_NAME -> "channel-ids"

This commit is contained in:
Vankka 2022-04-14 10:46:44 +03:00
parent 1298a5039b
commit 128647bd4f
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0

View File

@ -37,7 +37,7 @@ public interface IChannelConfig {
String DEFAULT_KEY = "default"; String DEFAULT_KEY = "default";
String CHANNEL_IDS_OPTION_NAME = "channelIds"; String CHANNEL_IDS_OPTION_NAME = "channel-ids";
String CHANNEL_IDS_COMMENT = "The channels this in-game channel will forward to in Discord"; String CHANNEL_IDS_COMMENT = "The channels this in-game channel will forward to in Discord";
List<Long> CHANNEL_IDS_VALUE = new ArrayList<>(); List<Long> CHANNEL_IDS_VALUE = new ArrayList<>();