Table of Contents

Interface IGuildPermissions

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IGuildPermissions

Properties

Administrator

Grants all permissions and bypasses channel restrictions. Highly sensitive.

bool Administrator { get; }

Property Value

bool

BanMembers

Ban users from joining the guild.

bool BanMembers { get; }

Property Value

bool

ChangeNickname

Update your own nickname.

bool ChangeNickname { get; }

Property Value

bool

CreateExpressions

Upload new emojis and stickers, and manage your own creations.

bool CreateExpressions { get; }

Property Value

bool

KickMembers

Kick users from the guild.

bool KickMembers { get; }

Property Value

bool

ManageExpressions

Edit or delete emojis and stickers created by other members.

bool ManageExpressions { get; }

Property Value

bool

ManageGuild

Edit global settings like name, description, and icon.

bool ManageGuild { get; }

Property Value

bool

ManageNicknames

Change other members nicknames.

bool ManageNicknames { get; }

Property Value

bool

ModerateMembers

Prevent members from sending messages, reacting, and joining voice for a duration.

bool ModerateMembers { get; }

Property Value

bool

ViewAuditLog

Read the community's audit log of changes and moderation actions.

bool ViewAuditLog { get; }

Property Value

bool