Git Product home page Git Product logo

discondelete's Introduction

discondelete's People

Contributors

core-hacked avatar s3xov1rtual avatar sparrowochon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

discondelete's Issues

Exception Thread

Hello, issue when running #PS command.

Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\xxxx\AppData\Local\Programs\Python\Python39\lib\threading.py", line 973, in _bootstrap_inner
self.run()
File "C:\Users\xxx\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\gateway.py", line 134, in run
if self._last_recv + self.heartbeat_timeout < time.perf_counter():
TypeError: unsupported operand type(s) for +: 'float' and 'str'

Hello, I ran into this issue

Traceback (most recent call last):
File "C:\Users\Administrator\Discondelete\main.py", line 145, in
client=MyClient(heartbeat_timeout=heartbeat, guild_subscriptions=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Client.init() missing 1 required keyword-only argument: 'intents'

Fix the script (Read Description)

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

Hi, I'm new to this and the README is not helping alot.

I'm running into this error:
C:\Users\Administrator\Discondelete>main.py
Traceback (most recent call last):
File "C:\Users\Administrator\Discondelete\main.py", line 1, in
import discord
ModuleNotFoundError: No module named 'discord'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.