chatGPT-telegram-bot
chatGPT-telegram-bot copied to clipboard
ValueError: invalid literal for int() with base 10:
Getting this in line 39:
running USER_ID = int(os.environ.get('TELEGRAM_USER_ID'))
I presume I am entering the telegram user ID incorrectly. Is there a specific format we need to enter the user ID in?