a due date reminder bot for discord Create new Due-Dates, sort them by Course, and add what files you need to hand in!
You will need to install the following packages via pip:
- discord
- pymongo
- dotenv
After making sure you have the proper python packages, clone the repo. In the same directory as the codebase, create a file called .env, with the following content:
# .env
DISCORD_TOKEN=<Your discord bot token>
DB_PASS=<Your mongodb token>
For developing, you should create your own discord bot and test server to run it in. create your own cluster with MongoDB as well for testing.
- Writing Documentation (ESPECIALLY doctstrings)
- Screenshots of commands in action (so we can put them on this page!)
- Writing better help messages
- Writing more interesting reply messaages
- Coming up with ideas for commands
- Adding command Aliases
Check out Issues for stuff you can help out with!