Skip to content

GuildPermissionsFlags

DummkopfOfHachtenduden edited this page Jul 12, 2021 · 2 revisions
[Flags]
public enum GuildPermissionFlag : int
{
    Invite = 1,
    Withdraw = 2,
    Union = 4,
    Storage = 8,
    Notice = 16,
    All = Invite | Withdraw | Union | Storage | Notice,
}
Clone this wiki locally