diff --git a/bots/discord/CHANGELOG.md b/bots/discord/CHANGELOG.md index 5e8c33e..fb3672f 100644 --- a/bots/discord/CHANGELOG.md +++ b/bots/discord/CHANGELOG.md @@ -1,3 +1,10 @@ +## @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) + + +### Bug Fixes + +* **bots/discord:** only fetch reference when it exists when `respondToReply` is set ([42038e6](https://github.com/revanced/revanced-bots/commit/42038e6b38983fefe79481359bad300dcb5e83b4)) + # @revanced/discord-bot [1.5.0](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.4.1...@revanced/discord-bot@1.5.0) (2025-09-13) diff --git a/bots/discord/package.json b/bots/discord/package.json index f29342d..34781a0 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.0", + "version": "1.5.1", "description": "🤖 Discord bot assisting ReVanced", "main": "src/index.ts", "scripts": {