2017-12-06 14:40:12 +00:00
|
|
|
# greed configuration file
|
|
|
|
|
|
|
|
# Config file parameters
|
|
|
|
[Config]
|
|
|
|
; Config file version. DO NOT EDIT THIS!
|
2017-12-13 10:20:53 +00:00
|
|
|
version = 2
|
2017-12-06 14:40:12 +00:00
|
|
|
; Set this to no when you are done editing the file
|
|
|
|
is_template = yes
|
|
|
|
|
|
|
|
# Telegram bot parameters
|
|
|
|
[Telegram]
|
|
|
|
; Your bot token goes here. Get one from @BotFather!
|
2017-12-13 10:20:53 +00:00
|
|
|
token = 123456789:YOUR_TOKEN_GOES_HERE_______________
|
|
|
|
; Time in seconds before a conversation with no new messages expires
|
|
|
|
; A lower value reduces memory usage but can be inconvenient for the users
|
|
|
|
conversation_timeout = 7200
|