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

Commit 265fa81

Browse files
committed
chore(release): 3.3.2
1 parent 7ffe7b2 commit 265fa81

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.3.2](https://github.com/Discord-ChatBot/ChatBot-Beta/compare/v3.3.0...v3.3.2) (2022-11-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **editMsg:** Fixed most bugs, and refactored code ([c1f1dec](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/c1f1dec659384689b78a6defebe61aad2d6a7937))
11+
* Fixed editing replies for webhook removing replied msg ([4bb7e6c](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/4bb7e6c32de6cafe91d69ddfe67d0e343adb0746))
12+
* Fixed issue with sending images without a message ([7ffe7b2](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/7ffe7b252e74474660e689d67a15f2f1cbd17fc4))
13+
* Fixed uncaught rejections flooding error channel ([16878a4](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/16878a4b5c46a3eba5c137d1992ddc843883d9a8))
14+
* New /info and join embeds ([7fe5643](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/7fe5643accb718ad52594e2a17d8cfabe8b24a95))
15+
* Removed anti-spam ([3018345](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/301834549b3b3deb16c42edf52b8eb7fabb2a174))
16+
* **report:** New report embeds ([7cdbcd7](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/7cdbcd712a70be07f1e8cf6cc00909c17c677057))
17+
518
## [3.3.0](https://github.com/Discord-ChatBot/ChatBot-Beta/compare/v3.2.0...v3.3.0) (2022-11-02)
619

720

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": "discord-chatbot",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "A growing Discord bot which provides inter-server chat!",
55
"main": "build/src/index.js",
66
"author": "Supreme1707, dev-737",

0 commit comments

Comments
 (0)