88b1633d by Barry

More formatting...

1 parent c4110f0c
...@@ -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
......