Wiki: Fix: Missing parens

Signed-off-by: Knut Ahlers <knut@ahlers.me>
Knut Ahlers 2021-08-01 00:24:58 +02:00
parent 2152492e48
commit 40f9627ab1
2 changed files with 2 additions and 2 deletions

@ -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