diff --git a/bots/discord/CHANGELOG.md b/bots/discord/CHANGELOG.md index 77dd8a4..5e8c33e 100644 --- a/bots/discord/CHANGELOG.md +++ b/bots/discord/CHANGELOG.md @@ -1,3 +1,10 @@ +# @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) + + +### Features + +* **bots/discord:** add additional options for `respondToReply` ([399c201](https://github.com/revanced/revanced-bots/commit/399c201f8c3e9e116050b49c2ffccdd79b02f39b)) + ## @revanced/discord-bot [1.4.1](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.4.0...@revanced/discord-bot@1.4.1) (2025-09-13) diff --git a/bots/discord/package.json b/bots/discord/package.json index d1f92d3..f29342d 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.4.1", + "version": "1.5.0", "description": "🤖 Discord bot assisting ReVanced", "main": "src/index.ts", "scripts": {