diff options
-rwxr-xr-x | cogs/src.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/src.py b/cogs/src.py index d2d17c8..7dde708 100755 --- a/cogs/src.py +++ b/cogs/src.py @@ -267,7 +267,7 @@ async def pendingRuns(self, ctx): ) if r.status_code in [200, 204]: await ctx.send( - f"Run rejected succesfully for `{run[1]}`\nLink: {run[0].link}" + f"Run rejected succesfully for `{run[1]}`\nLink: <{run[0].link}>" ) else: await ctx.send("Something went wrong") |