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

Commit 7d490d3

Browse files
committed
chore(release): 3.4.1
1 parent 4c8ebb4 commit 7d490d3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.4.1](https://github.com/Discord-ChatBot/ChatBot-Beta/compare/v3.4.0...v3.4.1) (2022-12-02)
6+
7+
8+
### Bug Fixes
9+
10+
* **blacklist:** fixed blacklist notifying more than once ([87180f0](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/87180f0bec900ebd7d681c871af98e75c8cba259))
11+
* fixed "no permission" message sending when bot has correct perms ([4c8ebb4](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/4c8ebb40d5f9d0ecc2089506bb7d63e5dcc8f70e))
12+
* **network:** fixed everyone ping working for compact mode ([7751be1](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/7751be1aa8a43e092f3336a45d136cf5eb5c0fb4))
13+
514
## [3.4.0](https://github.com/Discord-ChatBot/ChatBot-Beta/compare/v3.3.2...v3.4.0) (2022-11-21)
615

716

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.0",
3+
"version": "3.4.1",
44
"description": "A growing Discord bot which provides inter-server chat!",
55
"main": "build/src/index.js",
66
"maintainers": [

0 commit comments

Comments
 (0)