guild property

PartialGuild? guild

The guild the message was sent in.

Implementation

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