Remove the from markdown link

This commit is contained in:
2022-01-03 15:14:27 +01:00
parent 9ac6c995f8
commit 16be68ed3c

View File

@ -80,8 +80,8 @@ async def on_slash_command_error(ctx: SlashContext, ex: Exception):
message = f"Error occurred during the execution of '/{ctx.name} {ctx.subcommand_name}': {ex}"
await ctx.send(
f"{message}\nIf this persists, please make an issue on "
"[the GitHub repo](https://github.com/TheLovinator1/discord-reminder-bot/issues) or contact TheLovinator#9276",
f"{message}\nIf this persists, please make an issue on the"
"[GitHub repo](https://github.com/TheLovinator1/discord-reminder-bot/issues) or contact TheLovinator#9276",
hidden=True,
)