Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2022-11-05) ### Bug Fixes * add ban command to poise framework ([e66e8fd](e66e8fd)) * allow lints ([c0bcc0a](c0bcc0a)) * bot owners [skip ci] ([118ca8b](118ca8b)) * change administrating role [skip ci] ([40238e3](40238e3)) * check member role for excluded roles ([6279a79](6279a79)) * **ci:** build binaries for musl ([ReVanced#9](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/9)) ([aae1b07](aae1b07)) * **clippy:** fix clippy warning ([96ce886](96ce886)) * clone submodules recursively ([63c351d](63c351d)) * create release build to fix ci ([e7d26fd](e7d26fd)) * do not create unnecessary instances of `Regex` ([a3e6d88](a3e6d88)) * exclude dash and underscore for decancer ([8af95f0](8af95f0)) * fix release arg for cargo build ([eab7b1d](eab7b1d)) * handle unavailable guilds ([5519bb2](5519bb2)) * incorrect command option description ([25efe87](25efe87)) * incorrect description for user age condition ([ReVanced#16](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/16)) ([999a345](999a345)) * incorrect role [skip ci] ([946bd84](946bd84)) * **media-channel:** change order of condition check ([fdf1dca](fdf1dca)) * **media-channel:** check if message contains attachment ([fd8ca42](fd8ca42)) * missing opening bracket ([018c8f6](018c8f6)) * **moderation:** only mute on rejoin if previously muted ([6e9f20d](6e9f20d)) * **moderation:** save overwrites before modifying them ([2f67c59](2f67c59)) * only log debug level in debug builds ([6d8eb9a](6d8eb9a)) * reduce false matches [skip ci] ([4f2250c](4f2250c)) * release builds not logging ([d69ae96](d69ae96)) * remove unused cargo config ([0eb9356](0eb9356)) * specify github token to semantic-release ([61167ab](61167ab)) * thread created should be debug, not info ([8afda24](8afda24)) * update workflow actions ([fa4c453](fa4c453)) * use snake case and module for configuration ([179ad3e](179ad3e)) * use tracing to fix serenity logging ([704d05f](704d05f)) ### Features * `message-responders` & `reload` command ([8fb0ab8](8fb0ab8)) * `thread_introductions` ([b34c9b3](b34c9b3)) * `unban` command ([b7d333c](b7d333c)) * add `rust.yml` workflow ([507656b](507656b)) * add `rustfmt` ([ReVanced#14](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/14)) ([422bed5](422bed5)) * allow `-` and `_` in usernames ([2767888](2767888)) * allow ascii only names ([3f05f8c](3f05f8c)) * ban command ([efaa619](efaa619)) * command descriptions ([8045e18](8045e18)) * decancer user names ([28a19c4](28a19c4)) * default configuration for ReVanced ([8a8e94a](8a8e94a)) * do not cure bots ([97c064c](97c064c)) * embeds ([4293dd5](4293dd5)) * ephemeral response for permission error ([d87091b](d87091b)) * format timestamp ([ReVanced#17](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/17)) ([55d0aaf](55d0aaf)) * handle mute when rejoining the server ([042fc8c](042fc8c)) * ignore casing when curing user names ([6c68e73](6c68e73)) * improve matching success [skip ci] ([8efe307](8efe307)) * improve matching success [skip ci] ([3a18a40](3a18a40)) * initial commit ([c07ad28](c07ad28)) * license ([b51c50b](b51c50b)) * lock & unlock commands ([abdc092](abdc092)) * media and logging channels and unban command ([4ab4c7e](4ab4c7e)) * migrate to command framework ([ba7b82a](ba7b82a)) * moderation commands ([54171ba](54171ba)) * move `DISCORD_AUTHORIZATION_TOKEN` to `.env` ([42098b9](42098b9)) * new configuration for ReVanced ([d1d99b5](d1d99b5)) * ocr & mute on rejoin ([ReVanced#20](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/20)) ([afb7e79](afb7e79)) * only cure users on name change ([1f5063b](1f5063b)) * remove `ocr` ([c600c51](c600c51)) * reply command ([e36df0e](e36df0e)) * response to common sponsorblock question [skip ci] ([710a546](710a546)) * take contributor roles on mute ([ReVanced#19](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/19)) [skip ci] ([e20e5b1](e20e5b1)) * update logger and other small changes ([cee17a1](cee17a1)) * update ReVanced configuration to new framework ([b137217](b137217)) * use `Swatinem/rust-cache` to cache builds ([cda1bcb](cda1bcb)) * use cargo git dependency instead of submodule ([3c14cbe](3c14cbe)) * work in progress `ocr` auto responder ([23bc1aa](23bc1aa)) ### Performance Improvements * clone `Arc` of `data.database` ([3ad345b](3ad345b))
- Loading branch information