Skip to content

v1.1.0

Compare
Choose a tag to compare
@TychoTheTaco TychoTheTaco released this 01 May 03:35
· 83 commits to master since this release
  • Added options for checking for new updates. "release" will only check for new release versions of the bot, while "dev" will check for both new development versions and release versions. The old do_update_check option has been removed (replaced by enabled). The bot will check for updates once per day if enabled.
updates: {
  type: "release" | "dev",
  enabled: boolean
}
  • Added options for logging. You can now disable the log file or change the file the bot logs to. Note that disabling logging will make it very difficult to diagnose any issues. Also note that if a custom file path is specified, the file will be overwritten every time the bot is restarted.
logging: {
  enabled: boolean,
  file: string,
  level: "debug" | "info" | "warn" | "error"
}
  • Fixed some bugs
  • Removed some unnecessary logging