You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2025-02-17 15:47:09] [ERROR] red: Package loading failed
Traceback (most recent call last):
File "/redbot/.local/lib/python3.11/site-packages/redbot/core/core_commands.py", line 189, in _load
await bot.load_extension(spec)
File "/redbot/.local/lib/python3.11/site-packages/redbot/core/bot.py", line 1708, in load_extension
lib = spec.loader.load_module()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap_external>", line 605, in _check_name_wrapper
File "<frozen importlib._bootstrap_external>", line 1120, in load_module
File "<frozen importlib._bootstrap_external>", line 945, in load_module
File "<frozen importlib._bootstrap>", line 290, in _load_module_shim
File "<frozen importlib._bootstrap>", line 721, in _load
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/redbot/data/cogs/CogManager/cogs/topic/__init__.py", line 3, in <module>
from .topic import Topic
File "/redbot/data/cogs/CogManager/cogs/topic/topic.py", line 5, in <module>
class Topic(commands.Cog):
File "/redbot/data/cogs/CogManager/cogs/topic/topic.py", line 11, in Topic
def _is_valid_channel(self, channel: discord.abc.Messageable | discord.interactions.InteractionChannel | None):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'discord.interactions' has no attribute 'InteractionChannel'
Ref. #264
The text was updated successfully, but these errors were encountered: