7 lines
139 B
Text
7 lines
139 B
Text
|
# Simple configuration example
|
||
|
|
||
|
config = {
|
||
|
"TOKEN": "Your telegram bot token goes here",
|
||
|
"database": "mongodb://localhost:27017"
|
||
|
}
|