mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-12-31 18:07:56 +01:00
Tweak comment for channel-ids
This commit is contained in:
parent
e7c82eb386
commit
65179a5ab9
@ -14,7 +14,7 @@ import java.util.List;
|
|||||||
public class DestinationConfig {
|
public class DestinationConfig {
|
||||||
|
|
||||||
@Setting("channel-ids")
|
@Setting("channel-ids")
|
||||||
@Comment("The channels this in-game channel will forward to in Discord")
|
@Comment("The text and/or voice channel ids this in-game channel will forward to in Discord")
|
||||||
public List<Long> channelIds = new ArrayList<>();
|
public List<Long> channelIds = new ArrayList<>();
|
||||||
|
|
||||||
@Setting("threads")
|
@Setting("threads")
|
||||||
|
@ -26,7 +26,6 @@ public class ThreadConfig {
|
|||||||
|
|
||||||
@Comment("Specify the text or forum channel id and the name of the thread (the thread will be automatically created if it doesn't exist)")
|
@Comment("Specify the text or forum channel id and the name of the thread (the thread will be automatically created if it doesn't exist)")
|
||||||
public Long channelId = 0L;
|
public Long channelId = 0L;
|
||||||
|
|
||||||
public String threadName = "Minecraft Server chat bridge";
|
public String threadName = "Minecraft Server chat bridge";
|
||||||
public boolean privateThread = false;
|
public boolean privateThread = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user