Wiki: Fix: Missing parens

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-08-01 00:24:58 +02:00
parent 9f86e19896
commit 25dbfd06eb
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D
2 changed files with 2 additions and 2 deletions

View file

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

View file

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