Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the script (Read Description) #6

Open
core-hacked opened this issue Aug 5, 2023 · 0 comments
Open

Fix the script (Read Description) #6

core-hacked opened this issue Aug 5, 2023 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@core-hacked
Copy link
Owner

Problems:

  • Intents: Discord made intents required. Easy fix, add intents: client_intents = discord.Intents.all() ; client = MyClient( intents=client_intents, heartbeat_timeout=heartbeat, guild_subscriptions=False )
  • discord.errors.LoginFailure: Improper token has been passed. ; discord.errors.HTTPException: 401 Unauthorized (error code: 0): 401: Unauthorized

While intents are not a big problem, the entire self-bot has somehow stopped working, returning the above errors.
It returns these errors for all the tokens I tried.
I even tried using Selfcord (discord.py-self) and still the same problems.

PR's welcome.

What happens now?

Well the project will be put on hold until I or someone else can resolve this issue.

--
#5

@core-hacked core-hacked added bug Something isn't working help wanted Extra attention is needed labels Aug 5, 2023
@core-hacked core-hacked self-assigned this Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant