mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-09 15:40:03 +00:00
Wiki: Fix: Missing parens
Signed-off-by: Knut Ahlers <knut@ahlers.me>
parent
2152492e48
commit
40f9627ab1
2 changed files with 2 additions and 2 deletions
2
Home.md
2
Home.md
|
@ -6,7 +6,7 @@
|
|||
- Go to "Bot" in your newly created application and click "Add a bot"
|
||||
- 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"
|
||||
- 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)
|
||||
|
||||
## Create a config
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
- Go to "Bot" in your newly created application and click "Add a bot"
|
||||
- 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"
|
||||
- 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)
|
||||
|
||||
## Create a config
|
||||
|
||||
|
|
Loading…
Reference in a new issue