diff --git a/bots/discord/CHANGELOG.md b/bots/discord/CHANGELOG.md index 317d4c1..bdc1474 100644 --- a/bots/discord/CHANGELOG.md +++ b/bots/discord/CHANGELOG.md @@ -1,3 +1,10 @@ +## @revanced/discord-bot [1.0.1](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.0.0...@revanced/discord-bot@1.0.1) (2025-04-09) + + +### Bug Fixes + +* **bots/discord:** attempt to fix sticky messages again ([7564b1a](https://github.com/revanced/revanced-bots/commit/7564b1a8f066183df390887ddfd4d73e0baa87ac)) + # @revanced/discord-bot 1.0.0 (2025-04-04) diff --git a/bots/discord/package.json b/bots/discord/package.json index 942d28a..eec559e 100644 --- a/bots/discord/package.json +++ b/bots/discord/package.json @@ -2,7 +2,7 @@ "name": "@revanced/discord-bot", "type": "module", "private": true, - "version": "1.0.0", + "version": "1.0.1", "description": "🤖 Discord bot assisting ReVanced", "main": "src/index.ts", "scripts": { @@ -43,4 +43,4 @@ "discord-api-types": "^0.37.119", "drizzle-kit": "^0.22.8" } -} +} \ No newline at end of file