BridgeSenseDev / Dank-Memer-Grinder

Dank Memer Grinder is an advanced selfbot with a clean GUI and captcha solver
MIT License
67 stars 26 forks source link

Update Issue after switch to `discord.py-self[speed]` #86

Closed skifli closed 1 year ago

skifli commented 1 year ago

Describe the bug

After the switch to discord.py-self[speed], the bot fails to click on buttons. This causes a backlog for commands that require button inputs, as all other commands that are run before the failed command times out are cancelled by Dank Memer because you have an ongoing command running. I have had to switch back to v1.5.0, which still works.

Error

‎‎Unhandled exception in internal background task 'commands'.‎
‎Traceback (most recent call last):
‎‎  File "discord\ext\tasks\__init__.py", line 241, in _loop
‎‎  File "C:\Users\user\AppData\Local\Temp\_MEI36202\cogs\commands.py", line 45, in commands
    await self.bot.send(self.bot.commands_dict[command])
‎‎  File "main.py", line 221, in send
‎‎  File "discord\commands.py", line 606, in __call__
‎‎TypeError: Cannot use a group

Screenshots

image image

OS

Windows, but I am sure the problem can be reproduced on any OS.