Skip to content

Commit babf238

Browse files
committed
Merge branch 'master' of https://github.com/verixx/modmail
2 parents 20f9634 + d54416b commit babf238

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = '2.4.2'
25+
__version__ = '2.4.3'
2626

2727
import asyncio
2828
import textwrap

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)