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