Skip to content

[WIP] Discord bot create to manage RPG Discord Channels

Notifications You must be signed in to change notification settings

cichus91/hastur_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HasturBot

Discord bot for Kasztany RPG server.

Setup

# Setup environment with at least Python 3.10
virtualenv -p python3.10 .env
# Windows
.\.env\Scripts\activate
# Linux
source .env/bin/activate

# Install production / development packages
pip install -r requirements.txt
pip install -r requirements-dev.txt

# Create template config file, add Discord API token
python run.py update_config -c config.cfg

# Run bot and enjoy
python run.py update_config -c config.cfg -l discord.log

About

[WIP] Discord bot create to manage RPG Discord Channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages