diff --git a/README.md b/README.md index ef88716..939aa5f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ # AwesomeSciBo A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API! +[![GitHub stars](https://img.shields.io/github/stars/ADawesomeguy/AwesomeSciBo?color=blue&style=for-the-badge)](https://github.com/ADawesomeguy/AwesomeSciBo/stargazers) +[![GitHub forks](https://img.shields.io/github/forks/ADawesomeguy/AwesomeSciBo?style=for-the-badge)](https://github.com/ADawesomeguy/AwesomeSciBo/network) +[![GitHub license](https://img.shields.io/github/license/ADawesomeguy/AwesomeSciBo?color=blue&style=for-the-badge)](https://github.com/ADawesomeguy/AwesomeSciBo/blob/master/LICENSE) +[![GitHub issues](https://img.shields.io/github/issues/ADawesomeguy/AwesomeSciBo?color=blue&style=for-the-badge)](https://github.com/ADawesomeguy/AwesomeSciBo/issues) +[![API](https://img.shields.io/badge/API-ScibowlDB-blue?style=for-the-badge) + + ## Deployment -Deploying this bot is relatively simple: you can add it to your own server by using [this link](http://scibot.adawesome.tech/). +Deploying this bot to your Discord server is relatively simple: you can add it to your own server by using [this link](http://scibot.adawesome.tech/). ## Contributing If you want to make a contribution to this bot, please make a [Pull Request](https://github.com/ADawesomeguy/AwesomeSciBo/pulls) with as much detail as you can. I'll take a look in my free time and see if it's worth adding. If not, I'll let you know what to do to *make* it worth adding!https://github.com/ADawesomeguy/AwesomeSciBo/pulls @@ -15,7 +22,7 @@ git clone https://github.com/ADawesomeguy/AwesomeSciBo.git ``` 2) Enter repo and install dependencies ``` -cd AwesomeSciBo && npm i +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: