Fixed .deletexp command

This commit is contained in:
Kwoth
2022-04-26 14:15:58 +02:00
parent 908c61633d
commit 0f68abcac9
3 changed files with 6 additions and 2 deletions

View File

@@ -13,6 +13,10 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
- Old embed format will still work
- There shouldn't be any breaking changes
### Fixed
- Fixed `.deletexp` command
## [4.1.2] - 16.04.2022
### Fixed

View File

@@ -19,7 +19,7 @@ public class DangerousCommandsService : INService
await using var ctx = _db.GetDbContext();
await ctx.DiscordUser.UpdateAsync(_ => new DiscordUser()
{
Club = null,
ClubId = null,
// IsClubAdmin = false,
TotalXp = 0
});

View File

@@ -72,7 +72,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="linq2db.EntityFrameworkCore" Version="6.6.1" />
<PackageReference Include="linq2db.EntityFrameworkCore" Version="6.7.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.3" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.3" />