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
## Python Prereqs
```html
<pre>
pip install discord.py
pip install python-dateutil
pip install ago
pip install simplejson
</pre>
```
## Execution
python hellsbot.py
\ No newline at end of file
```html
python hellsbot.py
```
......