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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ # v2.4.3
8
+ Moved selfhosted log viewer to a seperate repo.
9
+ This update shouldn't affect anyone.
10
+
7
11
# v2.4.2
8
12
9
13
### Added
Original file line number Diff line number Diff line change 22
22
SOFTWARE.
23
23
"""
24
24
25
- __version__ = '2.4.2 '
25
+ __version__ = '2.4.3 '
26
26
27
27
import asyncio
28
28
import textwrap
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ async def config(self, ctx):
370
370
"""Change configuration for the bot.
371
371
372
372
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.
374
374
"""
375
375
if ctx .invoked_subcommand is None :
376
376
cmd = self .bot .get_command ('help' )
You can’t perform that action at this time.
0 commit comments