Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Ignoring exception in slash command 'dog':
- Traceback (most recent call last):
- File "/home/container/.local/lib/python3.10/site-packages/disnake/ext/commands/slash_core.py", line 730, in invoke
- await call_param_func(self.callback, inter, self.cog, **kwargs)
- File "/home/container/.local/lib/python3.10/site-packages/disnake/ext/commands/params.py", line 1022, in call_param_func
- return await maybe_coroutine(safe_call, function, **kwargs)
- File "/home/container/.local/lib/python3.10/site-packages/disnake/utils.py", line 599, in maybe_coroutine
- return await value
- File "/home/container/cogs/animals.py", line 21, in dog
- await inter.send(embed=embed)
- File "/home/container/.local/lib/python3.10/site-packages/disnake/interactions/base.py", line 672, in send
- await sender(
- File "/home/container/.local/lib/python3.10/site-packages/disnake/interactions/base.py", line 985, in send_message
- await adapter.create_interaction_response(
- File "/home/container/.local/lib/python3.10/site-packages/disnake/webhook/async_.py", line 201, in request
- raise HTTPException(response, data)
- disnake.errors.HTTPException: 400 Bad Request (error code: 40060): Interaction has already been acknowledged.
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/home/container/.local/lib/python3.10/site-packages/disnake/ext/commands/interaction_bot_base.py", line 1353, in process_application_commands
- await app_command.invoke(interaction)
- File "/home/container/.local/lib/python3.10/site-packages/disnake/ext/commands/slash_core.py", line 739, in invoke
- raise CommandInvokeError(exc) from exc
- disnake.ext.commands.errors.CommandInvokeError: Command raised an exception: HTTPException: 400 Bad Request (error code: 40060): Interaction has already been acknowledged.
Advertisement
Add Comment
Please, Sign In to add comment