Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 547 Bytes

permissions.md

File metadata and controls

15 lines (12 loc) · 547 Bytes

Permissions: 126022 = 0x2 | 0x4 | 0x40 | 0x400 | 0x800 | 0x2000 | 0x4000 | 0x8000 | 0x10000

0x2 -> kick members
0x4 -> ban members
0x40 -> add reactions
0x400 -> read messages (view voice channel)
0x800 -> send messages
0x2000 -> manage messages
0x4000 -> embed links
0x8000 -> attach files
0x10000 -> read message history

Invite: https://discord.com/oauth2/authorize?client_id=<BOT CLIENT ID>&scope=bot%20applications.commands&permissions=126022

(where is the bots 18 digit snowflake id)