Skip to content

Commit

Permalink
Put the error message on the same line, Looks funny in Discord when y…
Browse files Browse the repository at this point in the history
…ou hit it with the extra spacing present.
  • Loading branch information
captbrando committed Aug 29, 2024
1 parent 791a759 commit ed4188f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions harambot/ui/modals.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ async def on_error(
) -> None:
logger.exception(error)
await interaction.response.send_message(
"Oops! Something went wrong with configuring your guild.\
Please try again",
"Oops! Something went wrong with configuring your guild. Please try again.",
ephemeral=True,
)

0 comments on commit ed4188f

Please sign in to comment.