Update Issue after switch to `discord.py-self[speed]`
skifli opened this issue · 0 comments
skifli commented
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
OS
Windows, but I am sure the problem can be reproduced on any OS.