Hello,
i have an discord bot with the following error:
Traceback (most recent call last):
File "/home/container/wp_bot_main.py", line 2, in <module>
from discord.commands import Option
File "/home/container/.local/lib/python3.13/site-packages/discord/commands/__init__.py", line 26, in <module>
from .context import *
File "/home/container/.local/lib/python3.13/site-packages/discord/commands/context.py", line 69, in <module>
class ApplicationContext(discord.abc.Messageable):
...<276 lines>...
return self.command.cog
File "/home/container/.local/lib/python3.13/site-packages/discord/commands/context.py", line 271, in ApplicationContext
@discord.utils.copy_doc(Interaction.respond)
^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'Interaction' has no attribute 'respond'. Did you mean: 'response'?