oSumAtrIX
|
ba7b82a6de
|
feat: migrate to command framework
|
2022-08-09 18:08:16 +02:00 |
|
semantic-release-bot
|
2aa1559df5
|
chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/revanced/revanced-discord-bot/compare/v1.0.2...v1.1.0) (2022-07-16)
### Bug Fixes
* incorrect description for user age condition ([#16](https://github.com/revanced/revanced-discord-bot/issues/16)) ([999a345](999a345f96 ))
### Features
* add `rustfmt` ([#14](https://github.com/revanced/revanced-discord-bot/issues/14)) ([422bed5](422bed5364 ))
* default configuration for ReVanced ([8a8e94a](8a8e94a977 ))
v1.1.0
|
2022-07-16 19:44:44 +00:00 |
|
Ushie
|
999a345f96
|
fix: incorrect description for user age condition (#16)
|
2022-07-16 21:36:26 +02:00 |
|
oSumAtrIX
|
422bed5364
|
feat: add rustfmt (#14)
|
2022-07-12 15:08:26 +02:00 |
|
oSumAtrIX
|
86dd23aae7
|
docs: feature request issue page [skip ci]
|
2022-07-12 12:43:19 +02:00 |
|
oSumAtrIX
|
8be27d796c
|
docs: bug report issue page [skip ci]
|
2022-07-12 12:42:00 +02:00 |
|
oSumAtrIX
|
8a8e94a977
|
feat: default configuration for ReVanced
|
2022-07-11 20:12:55 +02:00 |
|
Oskar
|
607638b99f
|
chore(fmt): change to default rustfmt config (#12)
|
2022-07-09 23:53:23 +02:00 |
|
semantic-release-bot
|
ecafabde54
|
chore(release): 1.0.2 [skip ci]
## [1.0.2](https://github.com/revanced/revanced-discord-bot/compare/v1.0.1...v1.0.2) (2022-07-09)
### Bug Fixes
* **ci:** build binaries for musl ([#9](https://github.com/revanced/revanced-discord-bot/issues/9)) ([aae1b07](aae1b07edf ))
v1.0.2
|
2022-07-09 20:19:22 +00:00 |
|
Oskar
|
aae1b07edf
|
fix(ci): build binaries for musl (#9)
|
2022-07-09 22:11:51 +02:00 |
|
semantic-release-bot
|
88b50def73
|
chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/revanced/revanced-discord-bot/compare/v1.0.0...v1.0.1) (2022-07-09)
### Bug Fixes
* create release build to fix ci ([e7d26fd](e7d26fdc68 ))
* fix release arg for cargo build ([eab7b1d](eab7b1d3ff ))
v1.0.1
|
2022-07-09 18:14:49 +00:00 |
|
Lucaskyy
|
eab7b1d3ff
|
fix: fix release arg for cargo build
|
2022-07-09 20:08:53 +02:00 |
|
Lucaskyy
|
3bc87d7357
|
Merge branch 'main' of github.com:revanced/revanced-discord-bot into main
|
2022-07-09 20:06:53 +02:00 |
|
Lucaskyy
|
e7d26fdc68
|
fix: create release build to fix ci
|
2022-07-09 20:06:47 +02:00 |
|
semantic-release-bot
|
d2070eab56
|
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-07-09)
### Bug Fixes
* **clippy:** fix clippy warning ([96ce886](96ce88666b ))
* clone submodules recursively ([63c351d](63c351daf4 ))
* do not create unnecessary instances of `Regex` ([a3e6d88](a3e6d88cfb ))
* missing opening bracket ([018c8f6](018c8f6e45 ))
* only log debug level in debug builds ([6d8eb9a](6d8eb9a404 ))
* release builds not logging ([d69ae96](d69ae966c5 ))
* specify github token to semantic-release ([61167ab](61167abbd7 ))
* thread created should be debug, not info ([8afda24](8afda248be ))
* use snake case and module for configuration ([179ad3e](179ad3e824 ))
* use tracing to fix serenity logging ([704d05f](704d05f45b ))
### Features
* `message-responders` & `reload` command ([8fb0ab8](8fb0ab8835 ))
* `thread_introductions` ([b34c9b3](b34c9b3a66 ))
* add `rust.yml` workflow ([507656b](507656b97c ))
* embeds ([4293dd5](4293dd5518 ))
* initial commit ([c07ad28](c07ad28a60 ))
* license ([b51c50b](b51c50b774 ))
* move `DISCORD_AUTHORIZATION_TOKEN` to `.env` ([42098b9](42098b9db5 ))
* update logger and other small changes ([cee17a1](cee17a11eb ))
* use cargo git dependency instead of submodule ([3c14cbe](3c14cbe6a4 ))
v1.0.0
|
2022-07-09 18:02:13 +00:00 |
|
Lucaskyy
|
61167abbd7
|
fix: specify github token to semantic-release
|
2022-07-09 19:58:22 +02:00 |
|
Lucaskyy
|
96ce88666b
|
fix(clippy): fix clippy warning
|
2022-07-09 19:53:32 +02:00 |
|
Lucaskyy
|
85a93ac790
|
ci: add semantic-release
|
2022-07-09 19:48:10 +02:00 |
|
Lucaskyy
|
8afda248be
|
fix: thread created should be debug, not info
|
2022-07-09 19:35:31 +02:00 |
|
Lucaskyy
|
25d343dfa5
|
refactor: improve loading token var
|
2022-07-09 18:30:21 +02:00 |
|
Lucaskyy
|
704d05f45b
|
fix: use tracing to fix serenity logging
file logging is todo
|
2022-07-09 18:14:43 +02:00 |
|
Lucaskyy
|
6d8eb9a404
|
fix: only log debug level in debug builds
|
2022-07-09 17:55:16 +02:00 |
|
Lucaskyy
|
d69ae966c5
|
fix: release builds not logging
|
2022-07-09 17:51:52 +02:00 |
|
Oskar
|
cee17a11eb
|
feat: update logger and other small changes
|
2022-07-09 16:06:02 +02:00 |
|
Oskar
|
3a6d81ba1d
|
ci: matrix run on stable and nightly, add clippy and cache (#1)
|
2022-07-09 14:34:39 +02:00 |
|
Oskar
|
740d5b5f39
|
chore(clippy): fix clippy warnings (#2)
|
2022-07-09 14:33:00 +02:00 |
|
oSumAtrIX
|
42098b9db5
|
feat: move DISCORD_AUTHORIZATION_TOKEN to .env
|
2022-07-08 22:26:05 +02:00 |
|
oSumAtrIX
|
3c14cbe6a4
|
feat: use cargo git dependency instead of submodule
|
2022-07-08 21:23:52 +02:00 |
|
oSumAtrIX
|
63c351daf4
|
fix: clone submodules recursively
|
2022-07-08 20:33:49 +02:00 |
|
oSumAtrIX
|
507656b97c
|
feat: add rust.yml workflow
|
2022-07-08 20:29:05 +02:00 |
|
oSumAtrIX
|
08e95274ef
|
style: fix multiplicies of names
|
2022-07-08 20:23:49 +02:00 |
|
oSumAtrIX
|
b34c9b3a66
|
feat: thread_introductions
|
2022-07-08 20:18:53 +02:00 |
|
oSumAtrIX
|
a3e6d88cfb
|
fix: do not create unnecessary instances of Regex
|
2022-07-08 19:51:52 +02:00 |
|
oSumAtrIX
|
179ad3e824
|
fix: use snake case and module for configuration
|
2022-07-08 19:21:13 +02:00 |
|
oSumAtrIX
|
4293dd5518
|
feat: embeds
|
2022-07-07 02:55:55 +02:00 |
|
oSumAtrIX
|
57693d39ed
|
refactor: load_configuration
|
2022-07-06 22:32:15 +02:00 |
|
oSumAtrIX
|
8fb0ab8835
|
feat: message-responders & reload command
|
2022-07-06 22:32:15 +02:00 |
|
oSumAtrIX
|
216df9d1cf
|
refactor: remove unused imports
|
2022-07-06 22:32:14 +02:00 |
|
oSumAtrIX
|
018c8f6e45
|
fix: missing opening bracket
|
2022-07-06 22:32:14 +02:00 |
|
oSumAtrIX
|
b51c50b774
|
feat: license
|
2022-07-06 06:07:24 +02:00 |
|
oSumAtrIX
|
c07ad28a60
|
feat: initial commit
|
2022-07-06 06:04:37 +02:00 |
|