Skip to content

Commit

Permalink
chore(release): 1.0.0-dev.34 [skip ci]
Browse files Browse the repository at this point in the history
# @revanced/discord-bot [1.0.0-dev.34](https://github.com/revanced/revanced-helper/compare/@revanced/[email protected]...@revanced/[email protected]) (2024-10-17)

### Bug Fixes

* **bots/discord:** attempt to fix stuck sticky message timeouts ([3ed5bd1](3ed5bd1))
* **bots/discord:** fix reload not working ([11582d5](11582d5))

### Features

* **bots/discord:** add default durations for moderation commands ([27d3b39](27d3b39))
* **bots/discord:** cure on every event ([8ff6086](8ff6086))
  • Loading branch information
semantic-release-bot committed Oct 17, 2024
1 parent 7b5d4fa commit e798a9e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions bots/discord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# @revanced/discord-bot [1.0.0-dev.34](https://github.com/revanced/revanced-helper/compare/@revanced/[email protected]...@revanced/[email protected]) (2024-10-17)


### Bug Fixes

* **bots/discord:** attempt to fix stuck sticky message timeouts ([3ed5bd1](https://github.com/revanced/revanced-helper/commit/3ed5bd11acc3b4fbd57b0d632c68eb9f77365b8a))
* **bots/discord:** fix reload not working ([11582d5](https://github.com/revanced/revanced-helper/commit/11582d50345cae9fb645a65ca4e621596de6a408))


### Features

* **bots/discord:** add default durations for moderation commands ([27d3b39](https://github.com/revanced/revanced-helper/commit/27d3b392092141a1e3b4b0298131ff7817458dc1))
* **bots/discord:** cure on every event ([8ff6086](https://github.com/revanced/revanced-helper/commit/8ff6086028132cc4b49ee60846e8d6ef909f5a89))

# @revanced/discord-bot [1.0.0-dev.33](https://github.com/revanced/revanced-helper/compare/@revanced/[email protected]...@revanced/[email protected]) (2024-09-25)


Expand Down
4 changes: 2 additions & 2 deletions bots/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@revanced/discord-bot",
"type": "module",
"private": true,
"version": "1.0.0-dev.33",
"version": "1.0.0-dev.34",
"description": "🤖 Discord bot assisting ReVanced",
"main": "src/index.ts",
"scripts": {
Expand Down Expand Up @@ -43,4 +43,4 @@
"discord-api-types": "^0.37.102",
"drizzle-kit": "^0.22.8"
}
}
}

0 comments on commit e798a9e

Please sign in to comment.