Skip to content

Crypt06545/Discord-bot-Nexus-

Repository files navigation

Discord Moderation Bot

This is a Discord Moderation Bot Using discord.py

Environment Variables

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 = ""

Run Locally

Install dependencies

  pip install -r requirements.txt
  python main.py

Releases

No releases published

Packages

No packages published