Skip to content

Commit e748a4d

Browse files
chore(release): 1.0.0-dev.7 [skip ci]
# @revanced/discord-bot [1.0.0-dev.7](https://github.com/revanced/revanced-helper/compare/@revanced/discord-bot@1.0.0-dev.6...@revanced/discord-bot@1.0.0-dev.7) (2024-07-25) ### Bug Fixes * **bot/discord:** start remove preset timeout for `role-preset` command ([cbf9116](cbf9116)) * **bots/discord:** only check for member permissions when specified while correcting responses ([b79a1c7](b79a1c7)) * **bots/discord:** set timeout for eligible mutes to unmute faster ([1f5c5a9](1f5c5a9)) ### Features * **bots/discord:** add `replyToReplied` option in response config ([27662ed](27662ed))
1 parent 300e5cf commit e748a4d

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

bots/discord/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# @revanced/discord-bot [1.0.0-dev.7](https://github.com/revanced/revanced-helper/compare/@revanced/discord-bot@1.0.0-dev.6...@revanced/discord-bot@1.0.0-dev.7) (2024-07-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **bot/discord:** start remove preset timeout for `role-preset` command ([cbf9116](https://github.com/revanced/revanced-helper/commit/cbf91162e27dd4c1ecb976927ab708f1d882abca))
7+
* **bots/discord:** only check for member permissions when specified while correcting responses ([b79a1c7](https://github.com/revanced/revanced-helper/commit/b79a1c7575e94c3e62654c87775cac497be4a50a))
8+
* **bots/discord:** set timeout for eligible mutes to unmute faster ([1f5c5a9](https://github.com/revanced/revanced-helper/commit/1f5c5a92a639973b83a1204355538936e69a4454))
9+
10+
11+
### Features
12+
13+
* **bots/discord:** add `replyToReplied` option in response config ([27662ed](https://github.com/revanced/revanced-helper/commit/27662ed91a79bfac7d3f091834e859a7b57366ce))
14+
115
# @revanced/discord-bot [1.0.0-dev.6](https://github.com/revanced/revanced-helper/compare/@revanced/discord-bot@1.0.0-dev.5...@revanced/discord-bot@1.0.0-dev.6) (2024-07-23)
216

317

bots/discord/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@revanced/discord-bot",
33
"type": "module",
44
"private": true,
5-
"version": "1.0.0-dev.6",
5+
"version": "1.0.0-dev.7",
66
"description": "🤖 Discord bot assisting ReVanced",
77
"main": "src/index.ts",
88
"scripts": {
@@ -43,4 +43,4 @@
4343
"discord-api-types": "^0.37.92",
4444
"drizzle-kit": "^0.22.8"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)