Skip to content

x-yzt/psychotropic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psychotropic

A discord bot built for harm reduction and chemistry.

Psychotropic logo

Getting started

Just invite the bot to your own server, and see what it can do!

Commands

Psychotropic has a comprehensive help system.

  • /about

    Show various information about the bot.

  • /help

    Display help page. All commands will be listed there ✨

Credits

The Structure game is a complete rewrite of a proof of concept from arli, thanks to them for sharing it!

Running your own instance

Installing

Python 3.10+ is needed to run psychotropic.

$> git clone https://github.com/x-yzt/psychotropic/

$> cd psychotropic

$> pip install .

$> export DISCORD_TOKEN="foobar"

Running

$> python -m psychotropic.bot

Note: Persistant storage files will be created and searched in the directory you invokes the command in, so be sure to cd in the directory you actually want them.