All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.3.0 - 2021-03-28
- Add new methods to
Bot
for listing and deleting guild slash commands - Exposed methods via new subcommands in main.rs
- Removed implicit command registration from
Bot::run
- Changed
Bot::run
to be an async function - Removed
guild_id
fromConfig
struct
0.2.2 - 2021-03-27
- Added example for how to run with docker
0.2.1 - 2021-03-27
- Add a Dockerfile for deploying uwubot
- Add an environment variable fallback for each argument
0.2.0 - 2021-03-16
- Moved structopt argument parser into main.rs and export new
Config
replacement