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

Commit d5f02a8

Browse files
authored
chore(release): 3.8.0
1 parent 8fba760 commit d5f02a8

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.8.0](https://github.com/Discord-ChatBot/Discord-ChatBot/compare/v3.7.0...v3.8.0) (2023-02-16)
6+
7+
8+
### Features
9+
10+
* **setup:** onboarding for new setups ([fd731b3](https://github.com/Discord-ChatBot/Discord-ChatBot/commit/fd731b359b7c4ac8611d5c042a95fa85b1e104aa))
11+
12+
13+
### Bug Fixes
14+
15+
* **deletemsg:** fix interaction failure ([567efa7](https://github.com/Discord-ChatBot/Discord-ChatBot/commit/567efa7dd06e0b46aa46819d7c51c618744bfd36))
16+
* Embed webhooks now use ChatBot's avatar ([fb05fbd](https://github.com/Discord-ChatBot/Discord-ChatBot/commit/fb05fbd13e83cc7a2d1e09acbf40aee26b8f31d9))
17+
* fix missing replies in uncensored embed ([9217c67](https://github.com/Discord-ChatBot/Discord-ChatBot/commit/9217c6741a5d9097d19d8fdb38239f41d1ddcd26))
18+
* fixed major bugs | [#10](https://github.com/Discord-ChatBot/Discord-ChatBot/issues/10) ([90feb68](https://github.com/Discord-ChatBot/Discord-ChatBot/commit/90feb68422d53df383fd7dbbfa804352d2087661))
19+
* **network:** fix typo which let unknown channels stay in db ([d66eabc](https://github.com/Discord-ChatBot/Discord-ChatBot/commit/d66eabcd269166145faff9a38c17588c09073a0c))
20+
* **report:** made report commands more user-friendly ([00f0b49](https://github.com/Discord-ChatBot/Discord-ChatBot/commit/00f0b49afbcd5873569687efc28d1904cf3d4679))
21+
* **setup:** fix errors with /setup view ([cedfd29](https://github.com/Discord-ChatBot/Discord-ChatBot/commit/cedfd299cab4555aadc976193d35e543ae7b7942))
22+
* **setup:** fix webhooks not updating when channel changed ([c536e98](https://github.com/Discord-ChatBot/Discord-ChatBot/commit/c536e98d3c58ff0fa7e5bbc7290e4f77ebad1cfe))
23+
524
## [3.7.0](https://github.com/discord-chatbot/discord-chatbot/compare/v3.5.0...v3.7.0) (2023-01-12)
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.7.0",
3+
"version": "3.8.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)