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

Commit 4470426

Browse files
committed
chore(release): 3.3.0
1 parent 9230195 commit 4470426

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.0](https://github.com/Discord-ChatBot/ChatBot-Beta/compare/v3.2.0...v3.3.0) (2022-11-02)
6+
7+
8+
### Features
9+
10+
* Display youtube thumbnails as image ([19b7c16](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/19b7c168b613b80ff22ac8c61357e3fd650b9828))
11+
* Editing webhook messages ([563a58d](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/563a58d20c26ad74c0fba431b54e94123bde30db))
12+
* **network:** Added webhook support ([743296f](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/743296f8522a4e34fae18b5bbe248e4999c0d776))
13+
14+
15+
### Bug Fixes
16+
17+
* `User ID` context menu now works for compact messages ([abe1e43](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/abe1e4374d0d5a9276cd433b8514d7bf52d32392))
18+
* Fixed direct context menu reports not working ([64b6369](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/64b6369244ce047e33323daa56969e69a6151acb))
19+
* Fixed resetting setup showing cancelled on success ([06a782f](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/06a782fde50c177534588cb8123084fa8f2a0862))
20+
* replies wont overflow from quotes anymore ([11cf21b](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/11cf21b199be542aa175d5affdff6942644f2293))
21+
* Updated perms for staff commands ([54e3f72](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/54e3f724caba8e350f8c49778dca4e714bac06e5))
22+
523
## [3.1.0](https://github.com/Discord-ChatBot/ChatBot-Beta/compare/v3.1.0-beta...v3.1.0) (2022-10-21)
624

725
## [2.0.0](https://github.com/Discord-ChatBot/ChatBot-Beta/compare/v2.0.0-alpha.1...v2.0.0) (2022-10-12)

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

0 commit comments

Comments
 (0)