mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
Upped version to 3.0.7, Updated changelog
This commit is contained in:
@@ -4,6 +4,8 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [3.0.7]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- `.streamsclear` re-added. It will remove all followed streams on the server.
|
- `.streamsclear` re-added. It will remove all followed streams on the server.
|
||||||
- `.gifts` now have 3 new ✂️ Haircut 🧻 ToiletPaper and 🥀 WiltedRose which **reduce** waifu's value
|
- `.gifts` now have 3 new ✂️ Haircut 🧻 ToiletPaper and 🥀 WiltedRose which **reduce** waifu's value
|
||||||
@@ -13,6 +15,9 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
|
|||||||
- When gifted, the waifu's price will be reduced by the `price * multiplier`
|
- When gifted, the waifu's price will be reduced by the `price * multiplier`
|
||||||
- Negative gifts don't show up in `.waifuinfo` nor is the record of them kept in the database
|
- Negative gifts don't show up in `.waifuinfo` nor is the record of them kept in the database
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed `%users%` and `%shard.usercount%` placeholders not showing correct values
|
||||||
|
|
||||||
## [3.0.6] - 27.09.2021
|
## [3.0.6] - 27.09.2021
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@@ -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.6";
|
public const string BotVersion = "3.0.7";
|
||||||
public string Author => "Kwoth#2452";
|
public string Author => "Kwoth#2452";
|
||||||
public string Library => "Discord.Net";
|
public string Library => "Discord.Net";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user