TeRiehBot/config.py.example

7 lines
139 B
Text
Raw Permalink Normal View History

2017-05-17 01:07:42 +02:00
# Simple configuration example
config = {
"TOKEN": "Your telegram bot token goes here",
"database": "mongodb://localhost:27017"
}