Skip to content

Commit 27e06db

Browse files
chore(release): 1.1.2 [skip ci]
## @revanced/discord-bot [1.1.2](https://github.com/revanced/revanced-bots/compare/@revanced/[email protected]...@revanced/[email protected]) (2025-04-16) ### Bug Fixes * **bots/discord/commands/admin/reload:** fix type error ([3908854](3908854)) * **bots/discord/commands/moderation:** check if timeout amount is safe in role-preset commands ([0c1382c](0c1382c)) * **bots/discord:** replace use of deprecated `options.ephemeral` in replies ([31e5cf7](31e5cf7))
1 parent 3908854 commit 27e06db

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

bots/discord/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## @revanced/discord-bot [1.1.2](https://github.com/revanced/revanced-bots/compare/@revanced/[email protected]...@revanced/[email protected]) (2025-04-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **bots/discord/commands/admin/reload:** fix type error ([3908854](https://github.com/revanced/revanced-bots/commit/3908854fe090dda67b0d90225ab76f75e95db4c0))
7+
* **bots/discord/commands/moderation:** check if timeout amount is safe in role-preset commands ([0c1382c](https://github.com/revanced/revanced-bots/commit/0c1382c55856ed1e54c9e53dbb37e9297c5da37c))
8+
* **bots/discord:** replace use of deprecated `options.ephemeral` in replies ([31e5cf7](https://github.com/revanced/revanced-bots/commit/31e5cf7fc5c7cd0c6ca3b1f3b9410a88b95d8273))
9+
110
## @revanced/discord-bot [1.1.1](https://github.com/revanced/revanced-bots/compare/@revanced/[email protected]...@revanced/[email protected]) (2025-04-14)
211

312

bots/discord/package.json

+1-1
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.1.1",
5+
"version": "1.1.2",
66
"description": "🤖 Discord bot assisting ReVanced",
77
"main": "src/index.ts",
88
"scripts": {

0 commit comments

Comments
 (0)