We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4a8a4 commit 520d032Copy full SHA for 520d032
CHANGELOG.md
@@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-# v2.1.1
8
9
-### Changed
10
-- Added closer information in the logs command.
+# v2.3.0
+
+### Added
11
+- Ability to self host logs
12
13
+### Changed
14
+- Improved format for log channel embeds.
15
16
+### Fixed
17
+- Bug in subscribe command, it will now unsub after a thread is closed.
18
19
20
# v2.2.0
21
### Added
bot.py
@@ -22,7 +22,7 @@
22
SOFTWARE.
23
"""
24
25
-__version__ = '2.2.2'
+__version__ = '2.3.0'
26
27
import asyncio
28
import textwrap
0 commit comments