Skip to content

Commit

Permalink
🚑️ fix(lava/classes/player.py): add the missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat1anWasTaken committed Apr 27, 2024
1 parent cd5419c commit b363a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lava/classes/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ async def update_display(self,

if interaction:
await interaction.response.edit_message(
embed=self.__generate_display_embed(), components=components
embed=await self.__generate_display_embed(), components=components
)

else:
Expand Down

0 comments on commit b363a45

Please sign in to comment.