bad therapy bot
Go to file
xenofem d8270f558f give a ring at the end along with the rose 2022-03-25 21:20:11 -04:00
.gitignore gitignore 2022-03-25 15:37:59 -04:00
LICENSE bad therapy bot 2022-03-25 15:37:33 -04:00
README.md add privacy info 2022-03-25 18:35:21 -04:00
bot.py give a ring at the end along with the rose 2022-03-25 21:20:11 -04:00

README.md

Mikage Bot

Discord bot to give questionable elevator therapy

Privacy

This bot does not persistently store any data except for the numerical IDs of each server it's in, and the numerical ID of the channel it creates for itself in each server. It does not make use of any data except for the list of channels. It does not read message contents. It only creates one channel for itself, and does not interact at all outside of that channel.

Discord setup

Required permissions:

  • Manage channels
  • Read messages/view channels
  • Send messages

Bot setup

git clone https://git.xeno.science/xenofem/mikage-bot
cd mikage-bot
python3 -m venv env
source env/bin/activate
pip install py-cord
echo <token> > token
python bot.py