-
-
Notifications
You must be signed in to change notification settings - Fork 479
Open
Labels
Milestone
Description
Line: 617
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: |