Closed jmieyt closed 2 years ago
Im trying to make a Selfbot but its just saying: "cannot import name 'handle_message_parameters' from 'discord.http'"
I just installed discord and discord.py-self with the pip command. Thats it.
import discord from discord.ext import commands client = discord.Client(command_prefix = "esef", intents=discord.Intents.all()) @client.event async def on_ready(): print("pls fuck me hard") client.run('TOKEN')
It should connect and printing "pls fuck me hard"
Im getting this Error
Command is not working for me.
i coded many of selfbots 1-2 Months ago before and now its saying that i need Intents? idk i think thats weird.
Uninstall the original discord.py
Please try actually looking at previous issues and discussions first. For example (from yesterday)...
Summary
Im trying to make a Selfbot but its just saying: "cannot import name 'handle_message_parameters' from 'discord.http'"
Reproduction Steps
I just installed discord and discord.py-self with the pip command. Thats it.
Code
Expected Results
It should connect and printing "pls fuck me hard"
Actual Results
Im getting this Error
System Information
Command is not working for me.
Checklist
Additional Information
i coded many of selfbots 1-2 Months ago before and now its saying that i need Intents? idk i think thats weird.