Remove the from markdown link
This commit is contained in:
@ -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}"
|
message = f"Error occurred during the execution of '/{ctx.name} {ctx.subcommand_name}': {ex}"
|
||||||
|
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
f"{message}\nIf this persists, please make an issue on "
|
f"{message}\nIf this persists, please make an issue on the"
|
||||||
"[the GitHub repo](https://github.com/TheLovinator1/discord-reminder-bot/issues) or contact TheLovinator#9276",
|
"[GitHub repo](https://github.com/TheLovinator1/discord-reminder-bot/issues) or contact TheLovinator#9276",
|
||||||
hidden=True,
|
hidden=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user