From 68dca0e73e6555795611675e581cc226301fa7ba Mon Sep 17 00:00:00 2001 From: Abheek <67982792+ADawesomeguy@users.noreply.github.com> Date: Mon, 22 Feb 2021 16:14:57 -0600 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70e0c56..ef88716 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,11 @@ git clone https://github.com/ADawesomeguy/AwesomeSciBo.git ``` cd AwesomeSciBo && 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:\n![](images/discord-developer.png) -4) Run your bot: +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: + +![](images/discord-developer.png) + +6) Run your bot: ``` node roundbot.mjs ```