Skip to content

Commit

Permalink
chore(lava/classes/player.py): update message content to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat1anWasTaken committed Jun 14, 2024
1 parent 224cedb commit 59e2070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lava/classes/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,14 @@ async def update_display(self,

if interaction:
await interaction.response.edit_message(
content=None,
content="",
embeds=embeds,
components=components
)

else:
await self.message.edit(
content=None,
content="",
embeds=embeds,
components=components
)
Expand Down

0 comments on commit 59e2070

Please sign in to comment.