9d7c0982 by Barry

Even more formatting

1 parent 88b1633d
...@@ -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 ```
......