Skip to content

Our lists dont work sometimes, see if that can be fixed so we can avoid this second API call #1745

Open
@github-actions

Description

@github-actions

Line: 617

pycord//discord/bot.py

Lines 614 to 624 in 6ab3292

else:
raise ValueError(f"Unknown action: {cmd['action']}")
# TODO: Our lists dont work sometimes, see if that can be fixed so we can avoid this second API call
if method != "bulk":
if self._bot.user:
if guild_id is None:
registered = await self._bot.http.get_global_commands(
self._bot.user.id
)
else:

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions