Class BotConfig

java.lang.Object
io.github.icrazyblaze.twitchmod.config.BotConfig

public class BotConfig extends Object
Commonly referenced public values are stored here.
See Also:
ConfigManager
  • Field Details

    • TWITCH_KEY

      public static String TWITCH_KEY
    • DISCORD_TOKEN

      public static String DISCORD_TOKEN
    • CHANNEL_NAME

      public static String CHANNEL_NAME
    • DISCORD_CHANNELS

      public static List<? extends String> DISCORD_CHANNELS
    • showChatMessages

      public static boolean showChatMessages
    • showCommandsInChat

      public static boolean showCommandsInChat
    • prefix

      public static String prefix
  • Constructor Details

    • BotConfig

      public BotConfig()