guild constant

Flag<CooldownType> const guild

A cooldown type that sorts contexts depending on the guild they were invoked from.

If the context was not invoked from a guild, then this type behaves the same as channel.

Implementation

static const Flag<CooldownType> guild = Flag<CooldownType>.fromOffset(4);