Update
This commit is contained in:
parent
d0d5898135
commit
bc1b95126b
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue