mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-15 03:25:48 +02:00
Fix typing
This commit is contained in:
parent
5d400fdcac
commit
d245b2195f
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class Menu(discord.ui.View):
|
||||||
|
|
||||||
if interaction is not None:
|
if interaction is not None:
|
||||||
await interaction.response.edit_message(view=self)
|
await interaction.response.edit_message(view=self)
|
||||||
else:
|
elif self.message is not None:
|
||||||
await self.message.edit(view=self)
|
await self.message.edit(view=self)
|
||||||
|
|
||||||
@overrides
|
@overrides
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue