Skip to content

Commit

Permalink
typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jan 17, 2024
1 parent 394896f commit a2a76e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bruhbot/cogs/Names/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async def check(self, interaction: discord.Interaction):
else:
if self.counter < 5:
await interaction.followup.send(
"That's not you button.", ephemeral=True
"That's not your button.", ephemeral=True
)
self.counter += 1
elif self.counter >= 5 and self.counter < 8:
Expand Down

0 comments on commit a2a76e7

Please sign in to comment.