Even more formatting
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -7,14 +7,14 @@ This is a simple bot that allows you to store fortunes, deliver delayed messages | ... | @@ -7,14 +7,14 @@ This is a simple bot that allows you to store fortunes, deliver delayed messages |
7 | ## Python Prereqs | 7 | ## Python Prereqs |
8 | 8 | ||
9 | ```html | 9 | ```html |
10 | <pre> | ||
11 | pip install discord.py | 10 | pip install discord.py |
12 | pip install python-dateutil | 11 | pip install python-dateutil |
13 | pip install ago | 12 | pip install ago |
14 | pip install simplejson | 13 | pip install simplejson |
15 | </pre> | ||
16 | ``` | 14 | ``` |
17 | 15 | ||
18 | ## Execution | 16 | ## Execution |
19 | 17 | ||
20 | python hellsbot.py | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
18 | ```html | ||
19 | python hellsbot.py | ||
20 | ``` | ... | ... |
-
Please register or sign in to post a comment