Skip to content

Commit

Permalink
Corrected a typo and shortened language around reports config confirm…
Browse files Browse the repository at this point in the history
…ation.
  • Loading branch information
captbrando committed Aug 29, 2024
1 parent 5b074ee commit 791a759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harambot/ui/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async def select_channels(
guild.transaction_polling_webhook = webhook.url
guild.save()
return await interaction.response.send_message(
f"Reports have been configure to go to {select.values[0].mention}"
f"Reports configured to go to {select.values[0].mention}"
)

if guild.transaction_polling_service_enabled == 0:
Expand All @@ -114,5 +114,5 @@ async def select_channels(
guild.save()

return await interaction.response.send_message(
f"Reports have been configure to go to {select.values[0].mention}"
f"Reports configured to go to {select.values[0].mention}"
)

0 comments on commit 791a759

Please sign in to comment.