22 lines
376 B
Markdown
22 lines
376 B
Markdown
|
# Mikage Bot
|
||
|
|
||
|
Discord bot to give questionable elevator therapy
|
||
|
|
||
|
## Discord setup
|
||
|
|
||
|
Required permissions:
|
||
|
- Manage channels
|
||
|
- Read messages/view channels
|
||
|
- Send messages
|
||
|
|
||
|
|
||
|
## 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
|