Skip to content

Commit

Permalink
[Info] remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Jul 16, 2024
1 parent 6ea8e4a commit 05707b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions info/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@


class InteractionSimpleMenu(views.SimpleMenu):
async def inter(
self, interaction: discord.Interaction[Red], *, ephemeral: bool = False
) -> None:
async def inter(self, interaction: discord.Interaction[Red]) -> None:
self._fallback_author_to_ctx = False
self.author: discord.abc.User = interaction.user
kwargs: Dict[str, Any] = await self.get_page(self.current_page)
Expand Down

0 comments on commit 05707b6

Please sign in to comment.