Skip to content

Commit

Permalink
[Info] remove dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Jul 16, 2024
1 parent 7f413a2 commit 75dee88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async def inter(
kwargs: Dict[str, Any] = await self.get_page(self.current_page)
self.message: discord.Message = await cast(
RedTree, interaction.client.tree
)._send_from_interaction(interaction, **kwargs, ephemeral=True)
)._send_from_interaction(interaction, **kwargs)


class ViewSourceCodeButton(discord.ui.Button["CommandView"]):
Expand Down

0 comments on commit 75dee88

Please sign in to comment.