mikage-bot/README.md

30 lines
762 B
Markdown
Raw Permalink Normal View History

2022-03-25 15:37:33 -04:00
# Mikage Bot
Discord bot to give questionable elevator therapy
2022-03-25 18:35:21 -04:00
## 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.
2022-03-25 15:37:33 -04:00
## Discord setup
Required permissions:
- Manage channels
- Read messages/view channels
- Send messages
2022-03-25 18:35:21 -04:00
## Bot setup
2022-03-25 15:37:33 -04:00
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