Skip to content

Commit c6c4fbf

Browse files
authored
)
1 parent eaa2c30 commit c6c4fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/ui/view.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ def _dispatch_item(self, item: Item[V], interaction: Interaction):
390390
asyncio.create_task(
391391
self._scheduled_task(item, interaction),
392392
name=f"discord-ui-view-dispatch-{self.id}",
393+
)
393394

394395
def is_finished(self) -> bool:
395396
"""Whether the view has finished interacting."""

0 commit comments

Comments
 (0)