Skip to content

Commit 0da3c98

Browse files
chore(release): 1.0.4 [skip ci]
## @revanced/discord-bot [1.0.4](https://github.com/revanced/revanced-bots/compare/@revanced/[email protected]...@revanced/[email protected]) (2025-04-14) ### Bug Fixes * **bots/discord:** fix sticky messages logic again ([aa7501c](aa7501c)) * **bots/discord:** remove expired presets from db if unapplying is not possible ([9d705e5](9d705e5))
1 parent 16d97f4 commit 0da3c98

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

bots/discord/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @revanced/discord-bot [1.0.4](https://github.com/revanced/revanced-bots/compare/@revanced/[email protected]...@revanced/[email protected]) (2025-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **bots/discord:** fix sticky messages logic again ([aa7501c](https://github.com/revanced/revanced-bots/commit/aa7501c3097a790265e4ea624d07c4a9c3c1b908))
7+
* **bots/discord:** remove expired presets from db if unapplying is not possible ([9d705e5](https://github.com/revanced/revanced-bots/commit/9d705e580c05d8b25df6f845d3aac747adaca116))
8+
19
## @revanced/discord-bot [1.0.3](https://github.com/revanced/revanced-bots/compare/@revanced/[email protected]...@revanced/[email protected]) (2025-04-09)
210

311

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.3",
5+
"version": "1.0.4",
66
"description": "🤖 Discord bot assisting ReVanced",
77
"main": "src/index.ts",
88
"scripts": {
@@ -43,4 +43,4 @@
4343
"discord-api-types": "^0.37.119",
4444
"drizzle-kit": "^0.22.8"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)