Browse Source

Fix README.md formatting

pull/1/head
Abheek Dhawan 4 years ago
parent
commit
843df1450a
  1. 5
      README.md

5
README.md

@ -17,12 +17,11 @@ git clone https://github.com/ADawesomeguy/AwesomeSciBo.git
``` ```
cd AwesomeSciBo && npm i 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: 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)
![](images/discord-developer.png)
4) Run your bot: 4) Run your bot:
``` ```
node roundbot.mjs node roundbot.mjs
``` ```
## Credit ## Credit
The bot was made by [@ADawesomeguy](https://github.com/ADawesomeguy), however, the API was made by [@CQCumber](https://github.com/CQCumber). Go give [his API](https://github.com/CQCumbers/ScibowlDB) a star, he totally deserves it! The bot was made by [@ADawesomeguy](https://github.com/ADawesomeguy), however, the API was made by [@CQCumber](https://github.com/CQCumber). Go give [his API](https://github.com/CQCumbers/ScibowlDB) a star, he totally deserves it!

Loading…
Cancel
Save