Skip to content

Commit 006cd69

Browse files
authored
Fix a typo in application (#1197)
1 parent 94a2067 commit 006cd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techsupport_bot/commands/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ async def start_application(self: Self, interaction: discord.Interaction) -> Non
557557
)
558558

559559
await interaction.followup.send(
560-
f"Your application has been recieved, {interaction.user.display_name}!",
560+
f"Your application has been received, {interaction.user.display_name}!",
561561
ephemeral=True,
562562
)
563563

0 commit comments

Comments
 (0)