Compare commits

..

1 Commits
4.1.1 ... 4.1.0

Author SHA1 Message Date
Kwoth
ed3b7add10 Updated CHANGELOG.md 2022-04-16 16:24:21 +02:00
4 changed files with 3 additions and 4 deletions

View File

@@ -27,5 +27,5 @@ Follow the [creating a medusa guide](creating-a-medusa.md)
**It is strongly recommended to run only the medusae you yourself wrote, and only on a hosted VPS or dedicated server which ONLY hosts your bot, to minimize the potential damage caused by bad actors.**
No easy way at the moment, except asking in the `#dev-and-modding` chat in [#NadekoLog server](https://discord.nadeko.bot)
No easy way at the moment, except asking in the `#dev-and-modding` chat in [#NadekoLog server][https://discord.nadeko.bot]

View File

@@ -202,6 +202,7 @@ public sealed class MedusaLoaderService : IMedusaLoaderService, IReadyExecutor,
{
var moduleInfos = new List<ModuleInfo>();
// todo uncomment
LoadTypeReadersInternal(typeReaders);
foreach (var point in snekData)

View File

@@ -21,7 +21,6 @@
<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.16.1">
<PrivateAssets>all</PrivateAssets>
<Publish>True</Publish>
</PackageReference>
<PackageReference Include="AWSSDK.S3" Version="3.7.8.4" />
<PackageReference Include="CodeHollow.FeedReader" Version="1.2.4" />
@@ -60,7 +59,6 @@
<PackageReference Include="Humanizer" Version="2.14.1">
<PrivateAssets>all</PrivateAssets>
<Publish>True</Publish>
</PackageReference>
<PackageReference Include="JetBrains.Annotations" Version="2021.3.0" />

View File

@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
public sealed class StatsService : IStatsService, IReadyExecutor, INService
{
public const string BOT_VERSION = "4.1.1";
public const string BOT_VERSION = "4.1.0";
public string Author
=> "Kwoth#2452";