Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 576 Bytes

contribution.md

File metadata and controls

20 lines (17 loc) · 576 Bytes

Tech Stack

  • Python
  • Flask
  • Discord.py
  • mongodb(pymongo)

Contribute

Setup sample Database on your system

  • Install mongodb if not already installed
  • cd into sample db
  • run mongorestore dump/

Testing

Bot
  • create .env file in the root folder and place your bot token there
Backend
  • create .env file in the Backend folder and place your client secret there
  • change API_ENDPOINT, CLIENT_ID, REDIRECT_URI in Backend/utils.py to yours

Happy Coding!