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

Commit 3f83610

Browse files
committed
chore(release): 3.5.0
1 parent c825158 commit 3f83610

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.5.0](https://github.com/Discord-ChatBot/ChatBot-Development/compare/v3.4.1...v3.5.0) (2022-12-08)
6+
7+
8+
### Features
9+
10+
* **goal:** added embeds to goal messages ([0a1ab86](https://github.com/Discord-ChatBot/ChatBot-Development/commit/0a1ab8620eaa337c0352a17ae773cb4004e0567c))
11+
* server info context menu ([723f0ed](https://github.com/Discord-ChatBot/ChatBot-Development/commit/723f0ed415d1b7653a62ccf9366ec95de531a482))
12+
* **setup:** new options to set invite and change network channel ([79e8e40](https://github.com/Discord-ChatBot/ChatBot-Development/commit/79e8e40aa1ed6605a090867bddf954b8b8228f05))
13+
* user Info context menu ([067e649](https://github.com/Discord-ChatBot/ChatBot-Development/commit/067e6492ab70e952cadce1d8e4964dc4b3b68fa9))
14+
15+
16+
### Bug Fixes
17+
18+
* **blacklist:** my life is a lie 87180f0 ([0424517](https://github.com/Discord-ChatBot/ChatBot-Development/commit/04245178e65b2f488eca82ceba9d53222029cd2f))
19+
* fix the bug with blacklist list, removed extra command from husky and more idk lmao ([0326735](https://github.com/Discord-ChatBot/ChatBot-Development/commit/0326735fe1dbdad586d6c917717077b17b1dbe03))
20+
* **invite:** added manage server as a required perm to default invite ([e507123](https://github.com/Discord-ChatBot/ChatBot-Development/commit/e50712314e736795ba968e068c5783763aee0928))
21+
* **setup:** fixed select menu becomming unresponsive when webhook is selected ([38219fe](https://github.com/Discord-ChatBot/ChatBot-Development/commit/38219fedbc3431abbbf99b05941f73816a72c684))
22+
* **setup:** guess I was a little careless ([09ebcf3](https://github.com/Discord-ChatBot/ChatBot-Development/commit/09ebcf3b2e3c72d954b5dfcc96529111c0b4d45d))
23+
524
### [3.4.1](https://github.com/Discord-ChatBot/ChatBot-Beta/compare/v3.4.0...v3.4.1) (2022-12-02)
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": "discord-chatbot",
3-
"version": "3.4.1",
3+
"version": "3.5.0",
44
"description": "A growing Discord bot which provides inter-server chat!",
55
"main": "build/src/index.js",
66
"maintainers": [

0 commit comments

Comments
 (0)