1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-09 20:02:32 +01:00

Update to remove default rights as original PR was not accepted

This commit is contained in:
Madeline 2022-06-01 00:00:04 +10:00 committed by Erkin Alp Güney
parent 92a5abaf07
commit 97b7d0f338

View File

@ -14,20 +14,6 @@ For example, to grant `CREATE_GUILDS` and `SEND_MESSAGES`, grant the user(s)
`(1 << 25) = 33554432` =
`33587200`
The default user rights are `648540059648`, granding rights for:
| Default Rights | | |
|---------------------|-------------------------|---------------------------|
| `CREATE_CHANNELS` | `SELF_DELETE_MESSAGES` | `USE_ACHIEVEMENTS` |
| `CREATE_DMS` | `SELF_EDIT_MESSAGES` | `SELF_ADD_DISCOVERABLE` |
| `CREATE_DM_GROUPS` | `SELF_EDIT_NAME` | `SELF_LEAVE_GROUPS` |
| `CREATE_GUILDS` | `SEND_MESSAGES` | `KICK_BAN_MEMBERS` |
| `CREATE_INVITES` | `USE_ACTIVITIES` | `SELF_ADD_REACTIONS` |
| `CREATE_ROLES` | `USE_VIDEO` | `DEBTABLE` |
| `CREATE_TEMPLATES` | `USE_VOICE` | `PIN_MESSAGES` |
| `CREATE_WEBHOOKS` | `INVITE_USERS` | `SELF_DELETE_DISABLE` |
| `JOIN_GUILDS` | | |
Below is a list of all available rights
| Right | Value | Grants when it's 1 |