You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Abheek 04d1046056
Update README.md
4 years ago
bot Add LICENSE, README, and cleanup files 4 years ago
images Add LICENSE, README, and cleanup files 4 years ago
.gitignore Initial commit 4 years ago
LICENSE Add LICENSE, README, and cleanup files 4 years ago
README.md Update README.md 4 years ago

README.md

AwesomeSciBo

GitHub stars GitHub forks GitHub license GitHub issues API

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.

  1. Clone repo:
git clone https://github.com/ADawesomeguy/AwesomeSciBo.git
  1. Enter repo and install dependencies
cd AwesomeSciBo/bot && npm i
  1. Create your own application and bot using the Discord Developer Portal and add your bot token to roundbot.mjs file. You can find the bot token in the Bot section of your application:

  1. 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!