Search Results for

    Show / Hide Table of Contents

    Enum Permissions

    Bitwise permission flags.

    Namespace: KSharpPlus.Enums
    Assembly: KSharpPlus.dll
    Syntax
    public enum Permissions : long

    Fields

    Name Description
    Administrator

    Enables full access on a given guild. This also overrides other permissions.

    BanMembers

    Allows banning and unbanning members.

    KickMembers

    Allows kicking members.

    LocalAdministrator

    ???

    None

    Indicates no permissions given.

    SendMessages

    Allows sending messages.

    ViewChannels

    Allows accessing text and voice channels. Disabling this permission hides channels.

    Extension Methods

    PermissionMethods.HasPermission(Permissions)
    PermissionMethods.Grant(Permissions)
    PermissionMethods.Revoke(Permissions)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors