Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit a4ea55d

Browse files
committed
chore(release): 3.17.0
1 parent 6262866 commit a4ea55d

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.17.0](https://github.com/Discord-interchat/interchat/compare/v3.16.0...v3.17.0) (2024-02-02)
6+
7+
8+
### Features
9+
10+
* Vote annoucements, and storage of topgg votes in db ([aae6882](https://github.com/Discord-interchat/interchat/commit/aae68824c43ce918afdf016cf9f6fb00f42b1ba7))
11+
12+
13+
### Bug Fixes
14+
15+
* fixed deletion of old messages function ([41cff8b](https://github.com/Discord-interchat/interchat/commit/41cff8b5b5c70cfbb97db098bb555f90477fcf1e))
16+
* **goal:** fix bug with server join ([9d09f06](https://github.com/Discord-interchat/interchat/commit/9d09f06999913335859271452e78abe18e7087da))
17+
* improved nsfw image detection capabilities ([7c4ae63](https://github.com/Discord-interchat/interchat/commit/7c4ae63699d24a8cd6c8087f43d83a86d7053739))
18+
* **messageinfo:** remove user card ([b459abe](https://github.com/Discord-interchat/interchat/commit/b459abeea94c964ad82f472ed5b5454d6efca56f))
19+
* **network:** add a 1s wait every 50 sends ([aaa0382](https://github.com/Discord-interchat/interchat/commit/aaa03822c60b6e1786c1224a17990e97df945171))
20+
* **network:** fix message going to ([a9e7a46](https://github.com/Discord-interchat/interchat/commit/a9e7a46aa6756c0fac39c36283eca42761cf08bd))
21+
* **network:** fix ratelimit issue by using different ips for each webhook send ([591c635](https://github.com/Discord-interchat/interchat/commit/591c635b2080eea946774de3f5d2143f5717796e))
22+
* **vote:** update vote role ([495dbb0](https://github.com/Discord-interchat/interchat/commit/495dbb0a50e302c2b9ad0cc6cca253903395e835))
23+
524
## [3.16.0](https://github.com/Discord-interchat/interchat/compare/v3.15.0...v3.16.0) (2024-01-26)
625

726

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interchat",
3-
"version": "3.16.0",
3+
"version": "3.17.0",
44
"description": "A growing Discord bot which provides inter-server chat!",
55
"main": "build/index.js",
66
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)