guild property

PartialGuild? guild

The guild this voice state is in.

Implementation

PartialGuild? get guild => guildId == null ? null : manager.client.guilds[guildId!];