Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.03 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.03 KB

The Phantom v0.0.1 by The Phantasm Bot Projects

Introduction

The Phantom is a Discord bot, which uses the Discord API to create convenient functions for the "The Phantasm" TTRPG Discord-server.

I am planning to expand the functionality so far, that other TTRPG servers can utilize it aswell

Functions

Session planning (TODO)

Voting system (TODO)

Dice roller (WIP)

Quickstart guide

To get going immediately run the installer.sh script

sudo chmod +x ./installer.sh

./installer.sh

Install instructions

Set up your virtual environment using python3-venv:

python3 -m venv env

source ./env/bin/activate

Install all requirements from "requirements.txt":

python -m pip install -r "requirements.txt"

Lastly, set up your config file using the instructions provided withing the file and rename it (have your bots OAuth2 token ready):

mv config.yaml.template ./config.yaml

Launching

Launch the bot with:

python3 -m ./app