mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	.deletecurrency will now also reset banked currency, closes #395
This commit is contained in:
		@@ -78,6 +78,7 @@ public class DangerousCommandsService : INService
 | 
			
		||||
 | 
			
		||||
        await ctx.CurrencyTransactions.DeleteAsync();
 | 
			
		||||
        await ctx.PlantedCurrency.DeleteAsync();
 | 
			
		||||
        await ctx.BankUsers.DeleteAsync();
 | 
			
		||||
        await ctx.SaveChangesAsync();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user