diff --git a/config/template_config.ini b/config/template_config.ini index 070fc72..60b41f8 100644 --- a/config/template_config.ini +++ b/config/template_config.ini @@ -18,7 +18,7 @@ language = it_IT # Telegram bot parameters [Telegram] -; Your bot token goes here. Get one from @BotFather! +; Your bot token goes here. Get one from https://t.me/BotFather! token = 123456789:YOUR_TOKEN_GOES_HERE_______________ ; Time in seconds before a conversation (thread) with no new messages expires ; A lower value reduces memory usage, but can be inconvenient for the users @@ -49,7 +49,9 @@ currency_symbol = "€" # Credit card payment settings [Credit Card] -; Provider token: get the token by linking the payment provider with @BotFather +; Telegram Payments provider token obtainable at https://t.me/BotFather in the bot's Payments menu +; If empty, credit card payments are disabled. +# credit_card_token = credit_card_token = 123456789:YOUR_TOKEN_HERE_ ; Minimum wallet payment accepted (in miniumum currency units, $1.00 = 100 units) min_amount = 1000