Constant serenity::model::permissions::PRESET_GENERAL [] [src]

pub const PRESET_GENERAL: Permissions = Permissions{bits: 104324161,}

Returns a set of permissions with the original @everyone permissions set to true.

This includes the following permissions:

Note: The Send TTS Messages permission is set to true. Consider setting this to false, via:

use serenity::model::permissions;

permissions::general().toggle(permissions::SEND_TTS_MESSAGES);