From 9897f244e01008e78a1c108f86253bb6293ad33a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 4 Aug 2024 17:45:52 +0000 Subject: [PATCH] chore(release): 1.0.0-dev.21 [skip ci] # @revanced/discord-bot [1.0.0-dev.21](https://github.com/revanced/revanced-helper/compare/@revanced/discord-bot@1.0.0-dev.20...@revanced/discord-bot@1.0.0-dev.21) (2024-08-04) ### Bug Fixes * **bots/discord:** correct sticky messages logic ([de8bef6](https://github.com/revanced/revanced-helper/commit/de8bef6520d53a1299f0478458320a7eb75c5e1d)) * **bots/discord:** make `/eval` work ([eaa25f2](https://github.com/revanced/revanced-helper/commit/eaa25f2eb58a9e2d25bb98633ad668485e099714)) * **bots/discord:** some configuration values not applying after running `/reload` ([a976dd2](https://github.com/revanced/revanced-helper/commit/a976dd2accc4b74914651245acde0979c30c92f5)) --- bots/discord/CHANGELOG.md | 9 +++++++++ bots/discord/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/bots/discord/CHANGELOG.md b/bots/discord/CHANGELOG.md index 76f1f89..d317e7e 100644 --- a/bots/discord/CHANGELOG.md +++ b/bots/discord/CHANGELOG.md @@ -1,3 +1,12 @@ +# @revanced/discord-bot [1.0.0-dev.21](https://github.com/revanced/revanced-helper/compare/@revanced/discord-bot@1.0.0-dev.20...@revanced/discord-bot@1.0.0-dev.21) (2024-08-04) + + +### Bug Fixes + +* **bots/discord:** correct sticky messages logic ([de8bef6](https://github.com/revanced/revanced-helper/commit/de8bef6520d53a1299f0478458320a7eb75c5e1d)) +* **bots/discord:** make `/eval` work ([eaa25f2](https://github.com/revanced/revanced-helper/commit/eaa25f2eb58a9e2d25bb98633ad668485e099714)) +* **bots/discord:** some configuration values not applying after running `/reload` ([a976dd2](https://github.com/revanced/revanced-helper/commit/a976dd2accc4b74914651245acde0979c30c92f5)) + # @revanced/discord-bot [1.0.0-dev.20](https://github.com/revanced/revanced-helper/compare/@revanced/discord-bot@1.0.0-dev.19...@revanced/discord-bot@1.0.0-dev.20) (2024-08-03) diff --git a/bots/discord/package.json b/bots/discord/package.json index 3456b04..8dff5e8 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-dev.20", + "version": "1.0.0-dev.21", "description": "🤖 Discord bot assisting ReVanced", "main": "src/index.ts", "scripts": {