Package enterprises.iwakura.modularbot
Class ModularBotConfig
java.lang.Object
enterprises.iwakura.modularbot.ModularBotConfig
Modular Bot Config
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDiscord related settingsstatic final classstatic final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModularBotConfigload()Loads the configuration from the config file
-
Field Details
-
GSON
public static final com.google.gson.Gson GSON -
CONFIG_FILE_NAME_TEMPLATE
- See Also:
-
-
Constructor Details
-
ModularBotConfig
public ModularBotConfig()
-
-
Method Details
-
load
Loads the configuration from the config file- Returns:
- The loaded configuration
-