c4110f0c by Barry

Formatting

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