209 Commits

Author SHA1 Message Date
Ax333l
5229cd6654
feat(poll api): improve error handling (#52) 2023-01-09 20:34:56 +00:00
Ushie
741b3e7347
ci: push arm64 images on their own tag (#55) 2023-01-09 19:08:59 +00:00
Sculas
00a7de6a93
ci: release Docker image (#54) 2023-01-08 17:57:39 +01:00
semantic-release-bot
dd083ac77c chore(release): 1.21.0 [skip ci]
# [1.21.0](https://github.com/revanced/revanced-discord-bot/compare/v1.20.0...v1.21.0) (2023-01-07)

### Bug Fixes

* **moderation:** properly convert UserId to Member ([#50](https://github.com/revanced/revanced-discord-bot/issues/50)) ([05ff0a2](05ff0a27d2))
* **workflow:** disable npm cache ([3c0a583](3c0a58359d))
* **workflow:** use latest version of Node.JS ([2fb3afd](2fb3afd6e2))

### Features

* simplify code block embeds ([8376eb9](8376eb9b4e))
v1.21.0
2023-01-07 22:24:13 +00:00
Ax333l
3c0a58359d
fix(workflow): disable npm cache 2023-01-07 23:19:25 +01:00
oSumAtrIX
2fb3afd6e2
fix(workflow): use latest version of Node.JS 2023-01-07 01:14:14 +01:00
Ax333l
05ff0a27d2
fix(moderation): properly convert UserId to Member (#50) 2023-01-07 00:03:46 +00:00
oSumAtrIX
8376eb9b4e
feat: simplify code block embeds 2023-01-07 00:02:31 +01:00
semantic-release-bot
fd4bf5a6b7 chore(release): 1.20.0 [skip ci]
# [1.20.0](https://github.com/revanced/revanced-discord-bot/compare/v1.19.1...v1.20.0) (2023-01-06)

### Bug Fixes

* correctly find `slice_end` ([7e2db94](7e2db945a0))

### Features

* **misc:** embed code links ([6cc775a](6cc775a2e4))
v1.20.0
2023-01-06 04:30:38 +00:00
oSumAtrIX
7e2db945a0
fix: correctly find slice_end 2023-01-06 05:23:27 +01:00
oSumAtrIX
f754cd3107
refactor: apply clippy suggestions 2023-01-06 05:16:44 +01:00
oSumAtrIX
cdfbd438af
chore: bump version 2023-01-06 05:16:34 +01:00
oSumAtrIX
6cc775a2e4
feat(misc): embed code links 2023-01-06 05:07:21 +01:00
semantic-release-bot
6a4aef68fc chore(release): 1.19.1 [skip ci]
## [1.19.1](https://github.com/revanced/revanced-discord-bot/compare/v1.19.0...v1.19.1) (2023-01-04)

### Bug Fixes

* **moderation:** don't fail when taken_roles is empty ([bf0c34e](bf0c34e167))
* **moderation:** properly schedule unmutes ([503e095](503e095bd0))
v1.19.1
2023-01-04 16:07:33 +00:00
Ax333l
bf0c34e167 fix(moderation): don't fail when taken_roles is empty 2023-01-04 17:02:34 +01:00
Ax333l
503e095bd0 fix(moderation): properly schedule unmutes 2023-01-04 17:02:34 +01:00
semantic-release-bot
6b08dfd68c chore(release): 1.19.0 [skip ci]
# [1.19.0](https://github.com/revanced/revanced-discord-bot/compare/v1.18.0...v1.19.0) (2023-01-04)

### Features

* **poll api:** hash discord user id ([#48](https://github.com/revanced/revanced-discord-bot/issues/48)) ([99c476d](99c476df9a))
v1.19.0
2023-01-04 12:56:42 +00:00
Ax333l
99c476df9a
feat(poll api): hash discord user id (#48) 2023-01-04 12:48:27 +00:00
semantic-release-bot
403560beb0 chore(release): 1.18.0 [skip ci]
# [1.18.0](https://github.com/revanced/revanced-discord-bot/compare/v1.17.1...v1.18.0) (2023-01-03)

### Bug Fixes

* **moderation:** UserId instead of Member parameter ([5fcad81](5fcad81483))

### Features

* adjust match for response [skip ci] ([5e7939a](5e7939a512))
v1.18.0
2023-01-03 13:03:38 +00:00
Ax333l
4c35fe5327 refactor(moderation): improve unmute scheduling 2023-01-03 13:58:45 +01:00
Ax333l
5fcad81483 fix(moderation): UserId instead of Member parameter
Context: https://github.com/revanced/revanced-discord-bot/issues/38
2023-01-03 13:58:45 +01:00
oSumAtrIX
5e7939a512
feat: adjust match for response [skip ci] 2022-12-26 04:52:06 +01:00
semantic-release-bot
b2732850ce chore(release): 1.17.1 [skip ci]
## [1.17.1](https://github.com/revanced/revanced-discord-bot/compare/v1.17.0...v1.17.1) (2022-12-20)

### Bug Fixes

* **moderation:** use correct mute duration ([#46](https://github.com/revanced/revanced-discord-bot/issues/46)) ([a8cedfc](a8cedfc1c0))
v1.17.1
2022-12-20 10:43:39 +00:00
Ax333l
a8cedfc1c0
fix(moderation): use correct mute duration (#46)
sorry
2022-12-20 11:38:11 +01:00
semantic-release-bot
5b5db3bc7e chore(release): 1.17.0 [skip ci]
# [1.17.0](https://github.com/revanced/revanced-discord-bot/compare/v1.16.0...v1.17.0) (2022-12-19)

### Features

* permanently mute when no duration is specified ([#44](https://github.com/revanced/revanced-discord-bot/issues/44)) ([573d907](573d907c1d))
v1.17.0
2022-12-19 18:07:11 +00:00
Canny
573d907c1d
feat: permanently mute when no duration is specified (#44)
* feat: permanently mute when no duration is specified

Co-authored-by: Sculas <contact@sculas.xyz>

Co-authored-by: Ax333l <Axelen123@users.noreply.github.com>

* refactor: remove unneeded if statement

* fix: unset expires field when permanently muting

* fix: clippy

Co-authored-by: Ax333l <Axelen123@users.noreply.github.com>
Co-authored-by: Ax333l <main@axelen.xyz>
2022-12-19 18:02:20 +00:00
semantic-release-bot
24662262c1 chore(release): 1.16.0 [skip ci]
# [1.16.0](https://github.com/revanced/revanced-discord-bot/compare/v1.15.0...v1.16.0) (2022-12-15)

### Features

* **utils:** `poll` command ([#40](https://github.com/revanced/revanced-discord-bot/issues/40)) ([3be6b46](3be6b4693c))
v1.16.0
2022-12-15 19:48:20 +00:00
oSumAtrIX
3be6b4693c
feat(utils): poll command (#40)
Co-authored-by: Ax333l <main@axelen.xyz>
2022-12-15 20:37:21 +01:00
semantic-release-bot
90643206b1 chore(release): 1.15.0 [skip ci]
# [1.15.0](https://github.com/revanced/revanced-discord-bot/compare/v1.14.0...v1.15.0) (2022-12-03)

### Features

* **moderation:** improve log embeds ([#37](https://github.com/revanced/revanced-discord-bot/issues/37)) ([78f954b](78f954b7e8))
v1.15.0
2022-12-03 03:03:21 +00:00
Ushie
78f954b7e8
feat(moderation): improve log embeds (#37)
Co-authored-by: Ax333l <main@axelen.xyz>
2022-12-03 03:58:38 +01:00
semantic-release-bot
1c12647364 chore(release): 1.14.0 [skip ci]
# [1.14.0](https://github.com/revanced/revanced-discord-bot/compare/v1.13.0...v1.14.0) (2022-12-01)

### Bug Fixes

* correct title of auto response [skip ci] ([093f2bf](093f2bf643))

### Features

* decrease maximum age for auto response [skip ci] ([c2fe25a](c2fe25a3a8))
* improve responses [skip ci] ([0548876](0548876230))
* **moderation:** disconnect from voice channel on mute ([#39](https://github.com/revanced/revanced-discord-bot/issues/39)) ([b2aa39b](b2aa39b9b6))
* remove now useless auto response [skip ci] ([e607fef](e607fef2dc))
* remove thread introductions [skip ci] ([bca2020](bca2020971))
v1.14.0
2022-12-01 17:19:36 +00:00
Ax333l
b2aa39b9b6
feat(moderation): disconnect from voice channel on mute (#39) 2022-12-01 18:15:05 +01:00
oSumAtrIX
c2fe25a3a8
feat: decrease maximum age for auto response [skip ci] 2022-11-21 01:37:55 +01:00
oSumAtrIX
093f2bf643
fix: correct title of auto response [skip ci] 2022-11-21 01:37:20 +01:00
oSumAtrIX
e607fef2dc
feat: remove now useless auto response [skip ci] 2022-11-21 01:36:12 +01:00
oSumAtrIX
bca2020971
feat: remove thread introductions [skip ci] 2022-11-21 01:35:15 +01:00
oSumAtrIX
0548876230
feat: improve responses [skip ci] 2022-11-21 01:34:56 +01:00
semantic-release-bot
de12d93e45 chore(release): 1.13.0 [skip ci]
# [1.13.0](https://github.com/revanced/revanced-discord-bot/compare/v1.12.0...v1.13.0) (2022-11-11)

### Bug Fixes

* invalid escape in json value [skip ci] ([488b660](488b66032c))
* reduce amount of false positives [skip ci] ([6b65929](6b65929d29))
* reduce false positives [skip ci] ([c68b8c0](c68b8c02c1))

### Features

* **mute:** add translator role to `take` list ([#33](https://github.com/revanced/revanced-discord-bot/issues/33)) ([7807db2](7807db2c41))
* response for official links ([2b00d80](2b00d8012c))
v1.13.0
2022-11-11 22:16:48 +00:00
Ushie
7807db2c41
feat(mute): add translator role to take list (#33) 2022-11-11 23:11:56 +01:00
oSumAtrIX
c68b8c02c1
fix: reduce false positives [skip ci] 2022-11-11 13:40:26 +01:00
oSumAtrIX
488b66032c
fix: invalid escape in json value [skip ci] 2022-11-10 20:26:15 +01:00
oSumAtrIX
6b65929d29
fix: reduce amount of false positives [skip ci] 2022-11-10 20:23:46 +01:00
oSumAtrIX
2b00d8012c
feat: response for official links 2022-11-08 10:29:38 +01:00
semantic-release-bot
0d5f8a6045 chore(release): 1.12.0 [skip ci]
# [1.12.0](https://github.com/revanced/revanced-discord-bot/compare/v1.11.2...v1.12.0) (2022-11-07)

### Bug Fixes

* **media-channel:** correctly check for admin status ([b0ce5ae](b0ce5ae370))
* reduce false matches [skip ci] ([4f2250c](4f2250c71f))

### Features

* improve matching success [skip ci] ([8efe307](8efe307020))
* improve matching success [skip ci] ([3a18a40](3a18a40362))
* response to common sponsorblock question [skip ci] ([710a546](710a5462df))
v1.12.0
2022-11-07 23:41:13 +00:00
oSumAtrIX
b0ce5ae370
fix(media-channel): correctly check for admin status 2022-11-08 00:28:22 +01:00
oSumAtrIX
4f2250c71f
fix: reduce false matches [skip ci] 2022-11-03 06:15:38 +01:00
oSumAtrIX
8efe307020
feat: improve matching success [skip ci] 2022-11-02 23:32:11 +01:00
oSumAtrIX
3a18a40362
feat: improve matching success [skip ci] 2022-11-02 23:26:50 +01:00
oSumAtrIX
710a5462df
feat: response to common sponsorblock question [skip ci] 2022-11-02 23:16:39 +01:00
semantic-release-bot
48e92b3dff chore(release): 1.11.2 [skip ci]
## [1.11.2](https://github.com/revanced/revanced-discord-bot/compare/v1.11.1...v1.11.2) (2022-10-24)

### Bug Fixes

* **media-channel:** change order of condition check ([fdf1dca](fdf1dca2a1))
v1.11.2
2022-10-24 17:12:42 +00:00