mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-09 15:40:03 +00:00
Document how to add the bot to the server
Signed-off-by: Knut Ahlers <knut@ahlers.me>
parent
40f9627ab1
commit
f0bb65346e
2 changed files with 4 additions and 0 deletions
2
Home.md
2
Home.md
|
@ -7,6 +7,8 @@
|
||||||
- Give it a name which later will be your bots name, optionally upload an image which will be its profile image
|
- Give it a name which later will be your bots name, optionally upload an image which will be its profile image
|
||||||
- Disable "Public Bot", enable the "Privileged Gateway Intents"
|
- Disable "Public Bot", enable the "Privileged Gateway Intents"
|
||||||
- Copy and note your bots token (you will need to enter it into the `bot_token` field of the config)
|
- Copy and note your bots token (you will need to enter it into the `bot_token` field of the config)
|
||||||
|
- Add your bot to your server (replace `<client-id>` with the client ID of your bot, find that by clicking "OAuth2" in the left sidebar):
|
||||||
|
`https://discord.com/oauth2/authorize?client_id=<client-id>&scope=bot%20applications.commands&permissions=1945627743`
|
||||||
|
|
||||||
## Create a config
|
## Create a config
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
- Give it a name which later will be your bots name, optionally upload an image which will be its profile image
|
- Give it a name which later will be your bots name, optionally upload an image which will be its profile image
|
||||||
- Disable "Public Bot", enable the "Privileged Gateway Intents"
|
- Disable "Public Bot", enable the "Privileged Gateway Intents"
|
||||||
- Copy and note your bots token (you will need to enter it into the `bot_token` field of the config)
|
- Copy and note your bots token (you will need to enter it into the `bot_token` field of the config)
|
||||||
|
- Add your bot to your server (replace `<client-id>` with the client ID of your bot, find that by clicking "OAuth2" in the left sidebar):
|
||||||
|
`https://discord.com/oauth2/authorize?client_id=<client-id>&scope=bot%20applications.commands&permissions=1945627743`
|
||||||
|
|
||||||
## Create a config
|
## Create a config
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue