Discord-Server-Cloner icon indicating copy to clipboard operation
Discord-Server-Cloner copied to clipboard

Error (Cant launch)

Open dpble opened this issue 3 years ago • 5 comments

line 14, in client = discord.Client() TypeError: Client.init() missing 1 required keyword-only argument: 'intents'

[process exited with code 1 (0x00000001)]

dpble avatar Sep 16 '22 04:09 dpble

use pip install -U discord==1.7.3 and the issue is gone

Skuxblan avatar Nov 01 '22 13:11 Skuxblan

Getting the same error. Attempted to use pip install -u discord==1.7.3, It installed without issue but the same error appears.

Wubbity avatar Nov 01 '22 17:11 Wubbity

Then try: pip install -U discord==1.7.3 after that pip install -U discord.py==1.7.3 Just checked that on my pc and worked

Skuxblan avatar Nov 01 '22 19:11 Skuxblan

Use this command:

pip install -U discord==1.7.3 pip install -U discord.py==1.7.3

Wava123 avatar Nov 10 '22 12:11 Wava123

improper token hjas been passed

Lewipc avatar Mar 24 '23 21:03 Lewipc