guild property

PartialGuild? guild

The guild the user started typing in.

Implementation

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