GuildCheck constructor

GuildCheck(
  1. Guild guild,
  2. {String? name}
)

Create a GuildCheck that succeeds if the context originated in guild.

You might also be interested in:

Implementation

GuildCheck(Guild guild, {String? name}) : this.id(guild.id, name: name);