This repository houses the Discord bot for UNSW Women in Technology's Discord server, featuring WIT's mascot, Willow the wombat.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you start, make sure you have the following software installed.
- Git or Github Desktop
- Python and Pip (usually bundled with Python)
- Clone the repository
git clone https://github.com/unswwit/discord-bot.git
-
Add the
.env
file to the root of the directory -
Install required packages and run with
pip install -r requirements.txt
python3 main.py
The bot should now be logged in and running in the test server.