Skip to content

Commit d9754f2

Browse files
chore(release): 1.6.0-dev.1 [skip ci]
# @revanced/discord-bot [1.6.0-dev.1](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.5.3...@revanced/discord-bot@1.6.0-dev.1) (2026-02-22) ### Features * **bots/discord:** add remind/unremind command ([#51](#51)) ([18a119f](18a119f)) * **bots/discord:** auto migrate database schema ([d34d3a5](d34d3a5))
1 parent 18a119f commit d9754f2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

bots/discord/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# @revanced/discord-bot [1.6.0-dev.1](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.5.3...@revanced/discord-bot@1.6.0-dev.1) (2026-02-22)
2+
3+
4+
### Features
5+
6+
* **bots/discord:** add remind/unremind command ([#51](https://github.com/revanced/revanced-bots/issues/51)) ([18a119f](https://github.com/revanced/revanced-bots/commit/18a119fdad2af838e2d1fae5094ef9c5358e6d8c))
7+
* **bots/discord:** auto migrate database schema ([d34d3a5](https://github.com/revanced/revanced-bots/commit/d34d3a5abd5a87365bc1ca9ec2fe2f1fa8f8e58f))
8+
19
## @revanced/discord-bot [1.5.3](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.5.2...@revanced/discord-bot@1.5.3) (2026-01-17)
210

311

bots/discord/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@revanced/discord-bot",
33
"type": "module",
44
"private": true,
5-
"version": "1.5.3",
5+
"version": "1.6.0-dev.1",
66
"description": "🤖 Discord bot assisting ReVanced",
77
"main": "src/index.ts",
88
"scripts": {

0 commit comments

Comments
 (0)