mirror of
https://github.com/cloudmaker97/FS25-Discord-Bot.git
synced 2025-12-06 08:28:33 +00:00
Fixed order numbering
This commit is contained in:
parent
c290cf6cdc
commit
5d2f9cfb88
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -5,11 +5,11 @@
|
||||||
2. Click on `New Application`
|
2. Click on `New Application`
|
||||||
3. Name your application
|
3. Name your application
|
||||||
4. Click on `Bot` in the left menu
|
4. Click on `Bot` in the left menu
|
||||||
6. Click on `Copy` to copy the bot token
|
5. Click on `Copy` to copy the bot token
|
||||||
7. Click on `Installation` in the left menu
|
6. Click on `Installation` in the left menu
|
||||||
8. Add the Permission 'Administrator' to the bot guild installation (bottom of the page)
|
7. 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
|
8. 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`
|
9. Your installation link url should look like this: `https://discord.com/oauth2/authorize?client_id=CLIENT_ID`
|
||||||
|
|
||||||
## Install the bot
|
## Install the bot
|
||||||
|
|
||||||
|
|
@ -23,5 +23,5 @@
|
||||||
6. botToken: The bot token from the Discord Developer Portal
|
6. botToken: The bot token from the Discord Developer Portal
|
||||||
3. Add the bot token to the `config.json`
|
3. Add the bot token to the `config.json`
|
||||||
4. Add the prefix to the `config.json`
|
4. Add the prefix to the `config.json`
|
||||||
4. Run `npm install`
|
5. Run `npm install`
|
||||||
5. Run `npm start`
|
6. Run `npm start`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue