Skip to content

Commit

Permalink
[SendCards] v1.0.1 Increment view timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreusada committed Feb 23, 2024
1 parent 1ef5d80 commit 00b938f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sendcards/sendcards.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __init__(
recipient: discord.User,
card_content: Optional[str] = None,
):
super().__init__(timeout=10)
super().__init__(timeout=100)
self.ctx = ctx
self.sender = sender
self.card_content = card_content
Expand Down Expand Up @@ -390,7 +390,7 @@ def __init__(self, bot: Red):
self.bot = bot

__author__ = "Kreusada"
__version__ = "1.0.0"
__version__ = "1.0.1"

def format_help_for_context(self, ctx: commands.Context) -> str:
context = super().format_help_for_context(ctx)
Expand Down

0 comments on commit 00b938f

Please sign in to comment.