Skip to content

Commit ca3ac64

Browse files
chore(release): 1.0.1 [skip ci]
## @revanced/discord-bot [1.0.1](https://github.com/revanced/revanced-bots/compare/@revanced/[email protected]...@revanced/[email protected]) (2025-04-09) ### Bug Fixes * **bots/discord:** attempt to fix sticky messages again ([7564b1a](7564b1a))
1 parent 5c2429a commit ca3ac64

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

bots/discord/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @revanced/discord-bot [1.0.1](https://github.com/revanced/revanced-bots/compare/@revanced/[email protected]...@revanced/[email protected]) (2025-04-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **bots/discord:** attempt to fix sticky messages again ([7564b1a](https://github.com/revanced/revanced-bots/commit/7564b1a8f066183df390887ddfd4d73e0baa87ac))
7+
18
# @revanced/discord-bot 1.0.0 (2025-04-04)
29

310

bots/discord/package.json

+2-2
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",
5+
"version": "1.0.1",
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)