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

pub const PRESET_GENERAL: Permissions

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:

This example is not tested
use serenity::model::permissions;

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