Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie999 committed Dec 5, 2024
1 parent 47e839a commit 8b9ed8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmibot/modules/pub/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,5 @@ async def link(self, interaction: discord.Interaction) -> None: # noqa: A003
assert interaction.guild is not None

await interaction.response.send_message(
"Here you go:\n" + self.config.pub.web_url, epheremal=True
"Here you go:\n" + self.config.pub.web_url, ephemeral=True
)

0 comments on commit 8b9ed8a

Please sign in to comment.