You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
CLIENT = discord.Client() # Discord client
TypeError: Client.init() missing 1 required keyword-only argument: 'intents'
Does anyone know why this happens?
The text was updated successfully, but these errors were encountered: