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