This is a Discord Moderation Bot Using discord.py
To run this project, you will need to add the following environment variables to your .env file
TOKEN = "weather token from http://api.weatherapi.com"
CLIENT_ID=""
CLIENT_SECRET=""
REDIRECT_URI="http://localhost:5000"
DISCORD_LOGIN_URL=""
SECRET_KEY="THIS_IS_A_SECRET"
API_KEY = ""
DISCORD_TOKEN = ""
Install dependencies
pip install -r requirements.txt
python main.py