Skip to content

Commit 8bfa1fd

Browse files
committed
Get ready for release v2.13.0
1 parent f36c181 commit 8bfa1fd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.13.0
8+
9+
### Added
10+
- Plugins
11+
- Think of it like addons! Anyone (with the skills) can create a plugin, make it public and distribute it.
12+
Add a welcome message to Modmail, or moderation commands? It's all up to your imagination!
13+
Have a niche feature request that you think only your server would benefit from? Plugins are your go-to!
14+
- [Creating Plugins Documention](https://github.com/kyb3r/modmail/wiki/Plugins)
15+
716
# v2.12.5
817

918
### Fixed

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.12.5'
25+
__version__ = '2.13.0'
2626

2727
import asyncio
2828
import traceback

0 commit comments

Comments
 (0)