Abheek
2706182a47
|
4 years ago | |
---|---|---|
bot | 4 years ago | |
images | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago |
README.md
AwesomeSciBo
A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!
Deployment
Deploying this bot to your Discord server is relatively simple: you can add it to your own server by using this link.
Contributing
If you want to make a contribution to this bot, please make a Pull Request 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!
Installation
There are a couple steps to installing this bot on your own server.
- Clone repo:
git clone https://github.com/ADawesomeguy/AwesomeSciBo.git
- Enter repo and install dependencies
cd AwesomeSciBo/bot && npm i
-
Create your own application and bot using the Discord Developer Portal and add your bot token to the
roundbot.mjs
file. You can find the bot token in theBot
section of your application: -
Run your bot:
node roundbot.mjs
Credit
The bot was made by [@ADawesomeguy](https://github.com/ADawesomeguy. However, the API was made by @CQCumber. Go give his API a star, he totally deserves it!