1
0
mirror of https://github.com/MrDetonia/Maki.git synced 2024-11-22 11:54:16 -05:00

readme code format fix

This commit is contained in:
Zac Herd 2017-04-22 15:05:42 +00:00
parent 7180edb77a
commit 763be971f8

View File

@ -9,7 +9,7 @@ To run Maki, simply run bot.py.
## Required Files ## Required Files
- You will require a Discord Application for Maki to use, the token for which should be stored in a file called secret.py: - You will require a Discord Application for Maki to use, the token for which should be stored in a file called secret.py:
```json ```python
token = '<Discord Application Token>' token = '<Discord Application Token>'
lfmkey = '<last.fm API key>' lfmkey = '<last.fm API key>'
steamkey = '<Steam API key>' steamkey = '<Steam API key>'