chatGPT-telegram-bot icon indicating copy to clipboard operation
chatGPT-telegram-bot copied to clipboard

ValueError: invalid literal for int() with base 10:

Open barrettj44 opened this issue 3 years ago • 2 comments

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?

barrettj44 avatar Dec 05 '22 23:12 barrettj44