CSSS / wall_e

CSSS Discord Bot (Wall-E)
GNU General Public License v3.0
19 stars 19 forks source link

wall_e = discord.ext.commands.errors.CommandInvokeError: Command raised an exception: Exception: did not detect a ctx or interaction method #495

Closed csss-admin closed 8 months ago

csss-admin commented 8 months ago
2024-01-15 21:53:53 = ERROR = wall_e = Traceback (most recent call last):

2024-01-15 21:53:53 = ERROR = wall_e =   File "/usr/local/lib/python3.8/site-packages/discord/ext/commands/core.py", line 235, in wrapped
    ret = await coro(*args, **kwargs)

2024-01-15 21:53:53 = ERROR = wall_e =   File "/usr/src/app/extensions/ban.py", line 456, in convertbans
    e_obj = await embed(

2024-01-15 21:53:53 = ERROR = wall_e =   File "/usr/src/app/utilities/embed.py", line 104, in embed
    raise Exception("did not detect a ctx or interaction method")

2024-01-15 21:53:53 = ERROR = wall_e = Exception: did not detect a ctx or interaction method

2024-01-15 21:53:53 = ERROR = wall_e = 
The above exception was the direct cause of the following exception:

2024-01-15 21:53:53 = ERROR = wall_e = Traceback (most recent call last):

2024-01-15 21:53:53 = ERROR = wall_e =   File "/usr/local/lib/python3.8/site-packages/discord/ext/commands/bot.py", line 1360, in invoke
    await ctx.command.invoke(ctx)

2024-01-15 21:53:53 = ERROR = wall_e =   File "/usr/local/lib/python3.8/site-packages/discord/ext/commands/core.py", line 1029, in invoke
    await injected(*ctx.args, **ctx.kwargs)  # type: ignore

2024-01-15 21:53:53 = ERROR = wall_e =   File "/usr/local/lib/python3.8/site-packages/discord/ext/commands/core.py", line 244, in wrapped
    raise CommandInvokeError(exc) from exc

2024-01-15 21:53:53 = ERROR = wall_e = discord.ext.commands.errors.CommandInvokeError: Command raised an exception: Exception: did not detect a ctx or interaction method
modernNeo commented 8 months ago

fixed