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