File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ # v2.4.3
8+ Moved selfhosted log viewer to a seperate repo.
9+ This update shouldn't affect anyone.
10+
711# v2.4.2
812
913### Added
Original file line number Diff line number Diff line change 2222SOFTWARE.
2323"""
2424
25- __version__ = '2.4.2 '
25+ __version__ = '2.4.3 '
2626
2727import asyncio
2828import textwrap
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ async def config(self, ctx):
370370 """Change configuration for the bot.
371371
372372 You shouldn't have to use these commands as other commands such
373- as `prefix` and `status ` should change config vars for you.
373+ as `prefix` and `activity ` should change config vars for you.
374374 """
375375 if ctx .invoked_subcommand is None :
376376 cmd = self .bot .get_command ('help' )
You can’t perform that action at this time.
0 commit comments