Skip to content

Commit

Permalink
[AFK] fix punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Oct 21, 2023
1 parent 43582fd commit c651cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afk/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def on_timeout(self) -> None:
async def interaction_check(self, interaction: discord.Interaction[Red], /) -> bool:
if self.ctx.author.id != interaction.user.id:
await interaction.response.send_message(
"You're not allowed to interact with this message,", ephemeral=True
"You're not allowed to interact with this message.", ephemeral=True
)
return False
return True
Expand Down

0 comments on commit c651cb5

Please sign in to comment.