mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2026-04-30 13:26:03 -04:00
Hangman Rewrite
This commit is contained in:
@@ -48,6 +48,7 @@ namespace NadekoBot.Db
|
||||
|
||||
private static IQueryable<GuildConfig> IncludeEverything(this DbSet<GuildConfig> configs)
|
||||
{
|
||||
// todo split query
|
||||
return configs
|
||||
.AsQueryable()
|
||||
.Include(gc => gc.CommandCooldowns)
|
||||
|
||||
Reference in New Issue
Block a user