mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Updated CHANGELOG.md
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
||||||
#todo .trans fix
|
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [4.1.0] - 16.04.2022
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- NadekoBot now supports mysql, postgresql and sqlite
|
- NadekoBot now supports mysql, postgresql and sqlite
|
||||||
|
@@ -202,7 +202,6 @@ public sealed class MedusaLoaderService : IMedusaLoaderService, IReadyExecutor,
|
|||||||
{
|
{
|
||||||
var moduleInfos = new List<ModuleInfo>();
|
var moduleInfos = new List<ModuleInfo>();
|
||||||
|
|
||||||
// todo uncomment
|
|
||||||
LoadTypeReadersInternal(typeReaders);
|
LoadTypeReadersInternal(typeReaders);
|
||||||
|
|
||||||
foreach (var point in snekData)
|
foreach (var point in snekData)
|
||||||
|
Reference in New Issue
Block a user