Fixed order numbering

This commit is contained in:
Dennis Heinrich 2024-11-16 14:30:27 +01:00
parent c290cf6cdc
commit 5d2f9cfb88

View file

@ -5,11 +5,11 @@
2. Click on `New Application`
3. Name your application
4. Click on `Bot` in the left menu
6. Click on `Copy` to copy the bot token
7. Click on `Installation` in the left menu
8. Add the Permission 'Administrator' to the bot guild installation (bottom of the page)
9. Click on `Copy` to copy the URL to install the bot to a guild
10. Your installation link url should look like this: `https://discord.com/oauth2/authorize?client_id=CLIENT_ID`
5. Click on `Copy` to copy the bot token
6. Click on `Installation` in the left menu
7. Add the Permission 'Administrator' to the bot guild installation (bottom of the page)
8. Click on `Copy` to copy the URL to install the bot to a guild
9. Your installation link url should look like this: `https://discord.com/oauth2/authorize?client_id=CLIENT_ID`
## Install the bot
@ -23,5 +23,5 @@
6. botToken: The bot token from the Discord Developer Portal
3. Add the bot token to the `config.json`
4. Add the prefix to the `config.json`
4. Run `npm install`
5. Run `npm start`
5. Run `npm install`
6. Run `npm start`