/// <summary> /// Overwrites the current Instance with the given new version. /// </summary> /// <param name="settings"></param> public static void Overwrite(BotBase settings) { _botBase = settings; }
/// <summary> /// Reloads the settings. /// </summary> public static void Reload() { _botBase = new BotBase("Settings"); }