mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2025-12-19 05:35:20 +01:00
Merge pull request #103 from AlexHTW/add-balance-function
Add balance functions to stats command
This commit is contained in:
@@ -44,6 +44,7 @@ def main():
|
||||
|
||||
telegram_config = {
|
||||
'token': os.environ['TELEGRAM_BOT_TOKEN'],
|
||||
'admin_user_ids': os.environ.get('ADMIN_USER_IDS', '-'),
|
||||
'allowed_user_ids': os.environ.get('ALLOWED_TELEGRAM_USER_IDS', '*'),
|
||||
'monthly_user_budgets': os.environ.get('MONTHLY_USER_BUDGETS', '*'),
|
||||
'monthly_guest_budget': float(os.environ.get('MONTHLY_GUEST_BUDGET', '100.0')),
|
||||
|
||||
Reference in New Issue
Block a user