We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7caf107 commit 4eaa09fCopy full SHA for 4eaa09f
interactions/client.py
@@ -849,7 +849,7 @@ async def autocomplete_choice_list(ctx, user_input: str = ""):
849
elif isinstance(command, str):
850
_command_obj: ApplicationCommand = self._http.cache.interactions.get(command)
851
if not _command_obj or not _command_obj.id:
852
- if getattr(_command_obj, "guild_id", None) or self._automate_sync:
+ if getattr(_command_obj, "guild_id", None) or not self._automate_sync:
853
_application_commands = self._loop.run_until_complete(
854
self._http.get_application_commands(
855
application_id=self.me.id,
0 commit comments