Tweak comment for channel-ids

This commit is contained in:
Vankka 2023-12-23 01:15:18 +02:00
parent e7c82eb386
commit 65179a5ab9
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0
2 changed files with 1 additions and 2 deletions

View File

@ -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")

View File

@ -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;