Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Oct 16, 2023
2 parents a3305f9 + 2e0cbd1 commit 6262f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def confirm(
timeout: int = 60,
*,
cancel_message: str = "Action cancelled.",
**kwargs
**kwargs,
) -> bool:
view = cls(timeout, cancel_message=cancel_message)
await view.send_initial_message(ctx, content, **kwargs)
Expand Down

0 comments on commit 6262f56

Please sign in to comment.