mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-12-28 17:37:52 +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 {
|
||||
|
||||
@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<>();
|
||||
|
||||
@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)")
|
||||
public Long channelId = 0L;
|
||||
|
||||
public String threadName = "Minecraft Server chat bridge";
|
||||
public boolean privateThread = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user