diff --git a/bots/discord/CHANGELOG.md b/bots/discord/CHANGELOG.md index fb3672f..508f3b1 100644 --- a/bots/discord/CHANGELOG.md +++ b/bots/discord/CHANGELOG.md @@ -1,3 +1,10 @@ +## @revanced/discord-bot [1.5.2](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.5.1...@revanced/discord-bot@1.5.2) (2025-09-25) + + +### Bug Fixes + +* **bots/discord:** correct `respondToReply` logic ([6fe1530](https://github.com/revanced/revanced-bots/commit/6fe15301a21fdc196fded8d6fb13236a7bb826f5)) + ## @revanced/discord-bot [1.5.1](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.5.0...@revanced/discord-bot@1.5.1) (2025-09-13) diff --git a/bots/discord/package.json b/bots/discord/package.json index 34781a0..f2298b3 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.5.1", + "version": "1.5.2", "description": "🤖 Discord bot assisting ReVanced", "main": "src/index.ts", "scripts": {