From 2706182a47412b74682fa2c098a549cb6f23702a Mon Sep 17 00:00:00 2001 From: Abheek <67982792+ADawesomeguy@users.noreply.github.com> Date: Mon, 22 Feb 2021 18:15:09 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 375dcc8..2a35927 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ git clone https://github.com/ADawesomeguy/AwesomeSciBo.git ``` cd AwesomeSciBo/bot && npm i ``` -3) Create your own application and bot using the [Discord Developer Portal](https://discord.com/developers) and add your bot token to `roundbot.mjs` file. You can find the bot token in the `Bot` section of your application: +3) Create your own application and bot using the [Discord Developer Portal](https://discord.com/developers) and add your bot token to the `roundbot.mjs` file. You can find the bot token in the `Bot` section of your application: -![](images/discord-developer.png) + ![](images/discord-developer.png) -6) Run your bot: +4) Run your bot: ``` node roundbot.mjs ```