Class ModularBotConfig
java.lang.Object
enterprises.iwakura.modularbot.config.ModularBotConfig
Modular Bot Config
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDiscord related settingsstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModularBotConfigload()Loads the configuration from the config filevoidsave()Saves the configuration to the config file
-
Constructor Details
-
ModularBotConfig
public ModularBotConfig()
-
-
Method Details
-
load
Loads the configuration from the config file- Returns:
- The loaded configuration
-
save
public void save()Saves the configuration to the config file
-