stock-tracker-discord/config.example.py

5 lines
92 B
Python

# fmt:off
config = {
"database": "stonks",
"apikey": "Your discord API key"
}