It doesn't work
Hi, whenever I try to run the script by typing "python3 pyDiscordShellBot.py" in the terminal, I always get this exact error and I don't know how to fix it
Traceback (most recent call last):
File "/home/kali/Desktop/remoteDiscordShell/pyDiscordShellBot.py", line 31, in
Does anyone know why this happens?
pretty sure you are missing something. But what i dont know let me try to run this bot on my vps i will report back
I got the same error : TypeError: init() missing 1 required keyword-only argument: 'intents'
its a version issue use: pip install -U discord==1.7.3 pip install -U discord.py==1.7.3
it works fine with it now!!
Change line 31 of pyDiscordShellBot.py to CLIENT = discord.Client(intents = discord.Intents.default())