mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
IChannelConfig#CHANNEL_IDS_OPTION_NAME -> "channel-ids"
This commit is contained in:
parent
1298a5039b
commit
128647bd4f
@ -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<>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user