This commit is contained in:
insert 2024-08-11 00:43:23 -04:00
parent d0d5898135
commit bc1b95126b
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -13,7 +13,7 @@ class TurnModal(nextcord.ui.Modal):
self.turnping = turnping self.turnping = turnping
self.fristrun = fristrun self.fristrun = fristrun
super().__init__( super().__init__(
f"set turn message/context for {self.fristrun.name}/{self.fristrun.display_name}" if self.fristrun else f"set turn message/context" f"{self.fristrun.name}/{self.fristrun.display_name}" if self.fristrun else f"set turn message/context"
) )
self.text = nextcord.ui.TextInput( self.text = nextcord.ui.TextInput(