Discord bot to help mobile users spoiler uploaded images
 
Go to file
xenofem 482d26cbd4 trigger on 'cw' as long as it's not in the middle of the word 2021-05-23 21:42:35 -04:00
.gitignore Created bot 2020-04-15 19:54:29 -04:00
LICENSE Created bot 2020-04-15 19:54:29 -04:00
README.md normalize bot repo structure 2021-05-17 01:00:14 -04:00
bot.py trigger on 'cw' as long as it's not in the middle of the word 2021-05-23 21:42:35 -04:00

README.md

data-expunged

Discord bot to help mobile users spoiler uploaded images

Setup

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