14 lines
291 B
Markdown
14 lines
291 B
Markdown
|
# club-penguin
|
||
|
|
||
|
Discord bot that tells you off for saying rude words
|
||
|
|
||
|
## Setup
|
||
|
|
||
|
git clone https://git.xeno.science/xenofem/club-penguin
|
||
|
cd club-penguin
|
||
|
python3 -m venv env
|
||
|
source env/bin/activate
|
||
|
pip install discord.py
|
||
|
echo <token> > token
|
||
|
python club-penguin.py
|