Exemple #1
0
 public bool HasGuildConfig(ulong id)
 {
     return(GuildConfigs.Where(x => x.Id == id).Count() > 0);
 }