Skip to content

Discord Bot for Moderation, Adventures, Games and Events.

License

Notifications You must be signed in to change notification settings

sventippner/Mage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mage

Discord Bot for Moderation, Adventures, Games and Events.

Developed by:

Setup

  1. Python project

Create a venv folder: python3 -m venv venv

Activate venv: source venv/bin/activate

Install packages: pip install -r requirements.txt

Add PythonPath: export PYTHONPATH=$PATHONPATH:"pwd" (Exchange pwd with your project root path.)

  1. Mage Settings

Create a Folder named "secrets" and inside that folder create a file "secrets.env"

/secrets/secrets.env contains:

DISCORD_TOKEN = ""

DATABASE_NAME = ""

DATABASE_HOST = ""

BOT_OWNERS = ""

About

Discord Bot for Moderation, Adventures, Games and Events.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.0%
  • HTML 2.8%
  • Other 1.2%