mirror of https://github.com/stijndcl/didier
Fix typing
parent
5d400fdcac
commit
d245b2195f
|
@ -109,7 +109,7 @@ class Menu(discord.ui.View):
|
|||
|
||||
if interaction is not None:
|
||||
await interaction.response.edit_message(view=self)
|
||||
else:
|
||||
elif self.message is not None:
|
||||
await self.message.edit(view=self)
|
||||
|
||||
@overrides
|
||||
|
|
Loading…
Reference in New Issue