change code highlighting to bash mode

main
xenofem 2020-09-11 18:12:26 -04:00
parent 1d025d0f39
commit 4047b52c7d
1 changed files with 9 additions and 7 deletions

View File

@ -8,6 +8,7 @@ Tag the bot in any channel, and it'll reply with a downloadable text file contai
## Setup
```bash
git clone https://git.xeno.science/xenofem/journal3
cd journal3
python3 -m venv env
@ -15,3 +16,4 @@ Tag the bot in any channel, and it'll reply with a downloadable text file contai
pip install discord.py
echo <token> > token
python journal3.py
```