Variable Guild.channels

Declaration

class Guild
{
  // ...
  ModelMap!(ulong,dscord.types.channel.Channel) channels;
  // ...
}