pub const PRESET_GENERAL: Permissions;
Expand description

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::{self, Permissions};

permissions::PRESET_GENERAL.toggle(Permissions::SEND_TTS_MESSAGES);