Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.
/ Mage Public archive

Discord Bot for Moderation, Adventures, Games and Events.

License

Notifications You must be signed in to change notification settings

Martin-Ludwig/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.

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