Package org.tywrapstudios.ctd.config
Class CTDConfig.DiscordConfig
java.lang.Object
org.tywrapstudios.ctd.config.CTDConfig.DiscordConfig
- Enclosing class:
CTDConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionHello there! Please do not access this field directly, as it may contain sensitive information (duh) but most importantly, bot tokens.intbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
discord_webhooks
Hello there! Please do not access this field directly, as it may contain sensitive information (duh) but most importantly, bot tokens. Instead of this, use the respectiveCTDCommon.WEBHOOKSandCTDCommon.TOKENvalues, which are populated from this list.
TOKEN is set to the last token value in this list if it matches the regex for a bot token. It can be null or empty. -
only_send_messages
public boolean only_send_messages -
embed_mode
public boolean embed_mode -
embed_color_rgb_int
public int embed_color_rgb_int -
role_ids
-
-
Constructor Details
-
DiscordConfig
public DiscordConfig()
-