Release 3.0.3

This commit is contained in:
Kwoth
2021-09-15 19:07:36 +02:00
parent 786ede3290
commit ed039977c2
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,10 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
## Unreleased ## Unreleased
## [3.0.3] - 15.09.2021
### Added ### Added
- Added `.massban` to ban multiple people at once. 30 second cooldown - Added `.massban` to ban multiple people at once. 30 second cooldown

View File

@@ -19,7 +19,7 @@ namespace NadekoBot.Services
private readonly IBotCredentials _creds; private readonly IBotCredentials _creds;
private readonly DateTime _started; private readonly DateTime _started;
public const string BotVersion = "3.0.2"; public const string BotVersion = "3.0.3";
public string Author => "Kwoth#2452"; public string Author => "Kwoth#2452";
public string Library => "Discord.Net"; public string Library => "Discord.Net";