Skip to content

Commit 75a57b0

Browse files
chore(release): 1.0.0-dev.36 [skip ci]
# @revanced/discord-bot [1.0.0-dev.36](https://github.com/revanced/revanced-bots/compare/@revanced/[email protected]...@revanced/[email protected]) (2025-03-03) ### Bug Fixes * **bots/discord/scripts/build:** check if dist dir exists before cleaning ([c06033e](c06033e)) * **bots/discord/utils/duration:** make second the default unit ([5d1af3c](5d1af3c)) * **bots/discord:** add GuildMember partial ([8e3946a](8e3946a)) * **bots/discord:** decrease length of an option in `ban` command ([22d3eea](22d3eea)) * **bots/discord:** delete expired appliedPresets entries after unapplying ([14c98e8](14c98e8)) * fix typings and formatting ([479812e](479812e)) * update repo url ([a21aa34](a21aa34)) ### Features * **bots/discord:** add more month aliases to duration parser ([c2009ca](c2009ca))
1 parent c06033e commit 75a57b0

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

bots/discord/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# @revanced/discord-bot [1.0.0-dev.36](https://github.com/revanced/revanced-bots/compare/@revanced/[email protected]...@revanced/[email protected]) (2025-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **bots/discord/scripts/build:** check if dist dir exists before cleaning ([c06033e](https://github.com/revanced/revanced-bots/commit/c06033e5730f82438e8052b9b519a8f8e2d25437))
7+
* **bots/discord/utils/duration:** make second the default unit ([5d1af3c](https://github.com/revanced/revanced-bots/commit/5d1af3c31c3379b6a13684dfb07583737908c8aa))
8+
* **bots/discord:** add GuildMember partial ([8e3946a](https://github.com/revanced/revanced-bots/commit/8e3946a66602838715787090008c7bfaf72b67e9))
9+
* **bots/discord:** decrease length of an option in `ban` command ([22d3eea](https://github.com/revanced/revanced-bots/commit/22d3eea88d532792c1237d1a1ab18bc02e57816a))
10+
* **bots/discord:** delete expired appliedPresets entries after unapplying ([14c98e8](https://github.com/revanced/revanced-bots/commit/14c98e87df1ec4fd762bbc48ca4c06470cb110a2))
11+
* fix typings and formatting ([479812e](https://github.com/revanced/revanced-bots/commit/479812e199b52cdb295a5746e0767306afab3413))
12+
* update repo url ([a21aa34](https://github.com/revanced/revanced-bots/commit/a21aa348d7f32cd0ee65b371e9594520c0a9d3f1))
13+
14+
15+
### Features
16+
17+
* **bots/discord:** add more month aliases to duration parser ([c2009ca](https://github.com/revanced/revanced-bots/commit/c2009ca6d42e4387bc5f375d76ecf72991b7fe32))
18+
119
# @revanced/discord-bot [1.0.0-dev.35](https://github.com/revanced/revanced-helper/compare/@revanced/[email protected]...@revanced/[email protected]) (2024-10-17)
220

321

bots/discord/package.json

+2-2
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.0.0-dev.35",
5+
"version": "1.0.0-dev.36",
66
"description": "🤖 Discord bot assisting ReVanced",
77
"main": "src/index.ts",
88
"scripts": {
@@ -43,4 +43,4 @@
4343
"discord-api-types": "^0.37.102",
4444
"drizzle-kit": "^0.22.8"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)