mentionEveryone constant

Flag<Permissions> const mentionEveryone

Allows for using the @everyone tag to notify all users in a channel, and the @here tag to notify all online users in a channel.

Implementation

static const mentionEveryone = Flag<Permissions>.fromOffset(17);