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 69f60f3 commit bb1e292Copy full SHA for bb1e292
interactions/api/gateway/client.py
@@ -330,7 +330,7 @@ def _dispatch_interaction_event(self, data: dict):
330
331
self._dispatch.dispatch("on_component", _context)
332
elif data["type"] == InteractionType.APPLICATION_COMMAND_AUTOCOMPLETE:
333
- _name = f"autocomplete_{_context.data.id}"
+ _name = f"autocomplete_{_context.data.name}"
334
335
if _context.data._json.get("options"):
336
for option in _context.data.options:
0 commit comments