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

@@ -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
});