Skip to content

Commit 30df631

Browse files
committed
Bump version to 2.13.6
1 parent 18fabdc commit 30df631

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
# [Unreleased]
7+
# 2.13.6
88

99
### Added
1010
- New `status` command, change the bot's status to `online`, `idle`, `dnd`, `invisible`, or `offline`.

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.13.5'
25+
__version__ = '2.13.6'
2626

2727
import asyncio
2828
import logging

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ConfigManager(ConfigManagerABC):
2525
}
2626

2727
internal_keys = {
28-
# activity + status
28+
# bot presence
2929
'activity_message', 'activity_type', 'status',
3030
# moderation
3131
'blocked',

0 commit comments

Comments
 (0)