v1.1.0
- 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 olddo_update_check
option has been removed (replaced byenabled
). 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