dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
680 stars 162 forks source link

Bot cant connect to discord? #360

Closed jmieyt closed 2 years ago

jmieyt commented 2 years ago

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

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')

Expected Results

It should connect and printing "pls fuck me hard"

Actual Results

Im getting this Error

image

System Information

Command is not working for me.

image

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.

JU5TDIE commented 2 years ago

Uninstall the original discord.py

dolfies commented 2 years ago

Please try actually looking at previous issues and discussions first. For example (from yesterday)...