From 5d2f9cfb8808c69f545fd891b844146ae1a924b9 Mon Sep 17 00:00:00 2001 From: Dennis Heinrich Date: Sat, 16 Nov 2024 14:30:27 +0100 Subject: [PATCH] Fixed order numbering --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cf3d70a..b21f337 100644 --- a/README.md +++ b/README.md @@ -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`