diff --git a/src/NadekoBot/Modules/Administration/DangerousCommands/DangerousCommandsService.cs b/src/NadekoBot/Modules/Administration/DangerousCommands/DangerousCommandsService.cs index 0f5b3704a..01d77d447 100644 --- a/src/NadekoBot/Modules/Administration/DangerousCommands/DangerousCommandsService.cs +++ b/src/NadekoBot/Modules/Administration/DangerousCommands/DangerousCommandsService.cs @@ -78,6 +78,7 @@ public class DangerousCommandsService : INService await ctx.CurrencyTransactions.DeleteAsync(); await ctx.PlantedCurrency.DeleteAsync(); + await ctx.BankUsers.DeleteAsync(); await ctx.SaveChangesAsync(); }