70 Commits

Author SHA1 Message Date
oSumAtrIX
8045e180e9
feat: command descriptions 2022-08-21 22:43:42 +02:00
oSumAtrIX
3f1d6af569
refactor: remove unnecessary mutex 2022-08-21 22:43:42 +02:00
semantic-release-bot
3e18d304a3 chore(release): 1.7.0 [skip ci]
# [1.7.0](https://github.com/revanced/revanced-discord-bot/compare/v1.6.0...v1.7.0) (2022-08-21)

### Bug Fixes

* handle unavailable guilds ([5519bb2](5519bb2ee5))

### Features

* allow ascii only names ([3f05f8c](3f05f8cd92))
* only cure users on name change ([1f5063b](1f5063b66f))
* take contributor roles on mute ([#19](https://github.com/revanced/revanced-discord-bot/issues/19)) [skip ci] ([e20e5b1](e20e5b178f))
v1.7.0
2022-08-21 02:01:27 +00:00
oSumAtrIX
33e150c40a
refactor: explicit condition check 2022-08-21 03:54:30 +02:00
oSumAtrIX
1f5063b66f
feat: only cure users on name change 2022-08-21 03:53:06 +02:00
oSumAtrIX
5519bb2ee5
fix: handle unavailable guilds 2022-08-21 03:33:24 +02:00
oSumAtrIX
204e7e6194
refactor: simplify Data 2022-08-21 03:33:24 +02:00
oSumAtrIX
3f05f8cd92
feat: allow ascii only names 2022-08-21 03:33:24 +02:00
reis
e20e5b178f
feat: take contributor roles on mute (#19) [skip ci] 2022-08-20 21:31:20 +02:00
semantic-release-bot
80bef2150a chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/revanced/revanced-discord-bot/compare/v1.5.0...v1.6.0) (2022-08-20)

### Features

* format timestamp ([#17](https://github.com/revanced/revanced-discord-bot/issues/17)) ([55d0aaf](55d0aaff21))
v1.6.0
2022-08-20 15:28:05 +00:00
reis
55d0aaff21
feat: format timestamp (#17) 2022-08-20 17:20:24 +02:00
semantic-release-bot
55e263df06 chore(release): 1.5.0 [skip ci]
# [1.5.0](https://github.com/revanced/revanced-discord-bot/compare/v1.4.0...v1.5.0) (2022-08-20)

### Bug Fixes

* bot owners [skip ci] ([118ca8b](118ca8bc64))
* change administrating role [skip ci] ([40238e3](40238e339c))
* incorrect role [skip ci] ([946bd84](946bd84fb7))

### Features

* ephemeral response for permission error ([d87091b](d87091bfe3))
v1.5.0
2022-08-20 14:58:24 +00:00
oSumAtrIX
d87091bfe3
feat: ephemeral response for permission error 2022-08-20 16:49:45 +02:00
oSumAtrIX
40238e339c
fix: change administrating role [skip ci] 2022-08-20 16:44:59 +02:00
oSumAtrIX
118ca8bc64
fix: bot owners [skip ci] 2022-08-20 16:42:52 +02:00
oSumAtrIX
946bd84fb7
fix: incorrect role [skip ci] 2022-08-20 16:32:17 +02:00
semantic-release-bot
32bea85916 chore(release): 1.4.0 [skip ci]
# [1.4.0](https://github.com/revanced/revanced-discord-bot/compare/v1.3.0...v1.4.0) (2022-08-20)

### Bug Fixes

* allow lints ([c0bcc0a](c0bcc0a12b))
* remove unused cargo config ([0eb9356](0eb9356c5d))

### Features

* moderation commands ([54171ba](54171ba2ce))
v1.4.0
2022-08-20 14:29:23 +00:00
oSumAtrIX
c0bcc0a12b
fix: allow lints 2022-08-20 16:14:23 +02:00
oSumAtrIX
0eb9356c5d
fix: remove unused cargo config 2022-08-20 15:57:11 +02:00
oSumAtrIX
54171ba2ce
feat: moderation commands 2022-08-20 15:45:02 +02:00
Sculas
9407f1b37e
refactor: log events with level trace 2022-08-09 21:03:38 +02:00
semantic-release-bot
852c09964a chore(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/revanced/revanced-discord-bot/compare/v1.2.0...v1.3.0) (2022-08-09)

### Features

* ignore casing when curing user names ([6c68e73](6c68e73657))
v1.3.0
2022-08-09 18:06:19 +00:00
oSumAtrIX
6c68e73657
feat: ignore casing when curing user names 2022-08-09 20:00:28 +02:00
Sculas
490160caeb
Merge branch 'main' of github.com:revanced/revanced-discord-bot into main 2022-08-09 19:25:34 +02:00
semantic-release-bot
89d654bcd3 chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/revanced/revanced-discord-bot/compare/v1.1.0...v1.2.0) (2022-08-09)

### Features

* decancer user names ([28a19c4](28a19c4120))
* migrate to command framework ([ba7b82a](ba7b82a6de))
* update ReVanced configuration to new framework ([b137217](b1372177c9))
v1.2.0
2022-08-09 17:24:31 +00:00
Sculas
63dfd3b79a
chore: remove todo 2022-08-09 19:23:19 +02:00
oSumAtrIX
729d5abff4
refactor: fix clippy warnings 2022-08-09 19:15:12 +02:00
oSumAtrIX
b1372177c9
feat: update ReVanced configuration to new framework 2022-08-09 18:55:26 +02:00
oSumAtrIX
28a19c4120
feat: decancer user names 2022-08-09 18:54:35 +02:00
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