Im trying to make a Telegram Blackjack bot im not getting any syntax and my code seems to be ritten fine i have Telegram python installed but it keeps give me an ERROR.
Error:PS C:\Users\my name> & C:/Users/my name/AppData/Local/Microsoft/WindowsApps/python3.12.exe c:/Users/Aaron/dice.py
Traceback (most recent call last):
File "c:\Users\myname\dice.py", line 107, in <module>
main()
File "c:\Users\myname\dice.py", line 97, in main
updater = Updater(TOKEN)
^^^^^^^^^^^^^^
TypeError: Updater.init() missing 1 required positional argument: 'update_queue'
PS C:\Users\myname>
My code: https://pastebin.com/jWJG55bK
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.