Untitled

 avatar
unknown
powershell
a year ago
1.4 kB
5
Indexable
Traceback (most recent call last):
  File "/home/sahilsuman/.local/lib/python3.11/site-packages/discord/commands/core.py", line 124, in wrapped
    ret = await coro(arg)
          ^^^^^^^^^^^^^^^
  File "/home/sahilsuman/.local/lib/python3.11/site-packages/discord/commands/core.py", line 1312, in _invoke
    await command.invoke(ctx)
  File "/home/sahilsuman/.local/lib/python3.11/site-packages/discord/commands/core.py", line 372, in invoke
    await self.prepare(ctx)
  File "/home/sahilsuman/.local/lib/python3.11/site-packages/discord/commands/core.py", line 292, in prepare
    if not await self.can_run(ctx):
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/sahilsuman/.local/lib/python3.11/site-packages/discord/commands/core.py", line 400, in can_run
    return await async_all(predicate(ctx) for predicate in predicates)  # type: ignore
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/sahilsuman/.local/lib/python3.11/site-packages/discord/utils.py", line 701, in async_all
    elem = await elem
           ^^^^^^^^^^
  File "/home/sahilsuman/code/ecom-genie/models/check_model.py", line 60, in inner
    await ctx.defer(ephemeral=True)
  File "/home/sahilsuman/.local/lib/python3.11/site-packages/discord/interactions.py", line 631, in defer
    raise InteractionResponded(self._parent)
discord.errors.InteractionResponded: This interaction has already been responded to before
Editor is loading...
Leave a Comment