Removed some unused classes, minor cleanup. Added rider anotations to stop some annoying code suggestions

This commit is contained in:
Kwoth
2021-12-25 02:53:00 +01:00
parent 26ee6ce4d3
commit 77bbc5ef7a
10 changed files with 10 additions and 111 deletions

View File

@@ -45,8 +45,7 @@ public class NadekoContext : DbContext
public DbSet<RotatingPlayingStatus> RotatingStatus { get; set; }
public DbSet<BlacklistEntry> Blacklist { get; set; }
public DbSet<AutoCommand> AutoCommands { get; set; }
public DbSet<AutoCommand> AutoCommands { get; set; }
public DbSet<RewardedUser> RewardedUsers { get; set; }
public DbSet<PlantedCurrency> PlantedCurrency { get; set; }
public DbSet<BanTemplate> BanTemplates { get; set; }