aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/halloween/hacktoberstats.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/halloween/hacktoberstats.py')
-rw-r--r--bot/exts/halloween/hacktoberstats.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/halloween/hacktoberstats.py b/bot/exts/halloween/hacktoberstats.py
index 24106a5e..e7ba2f50 100644
--- a/bot/exts/halloween/hacktoberstats.py
+++ b/bot/exts/halloween/hacktoberstats.py
@@ -61,8 +61,8 @@ class HacktoberStats(commands.Cog):
else:
msg = (
f"{author_mention}, you have not linked a GitHub account\n\n"
- f"You can link your GitHub account using:\n```{ctx.prefix}hackstats link github_username```\n"
- f"Or query GitHub stats directly using:\n```{ctx.prefix}hackstats github_username```"
+ f"You can link your GitHub account using:\n```\n{ctx.prefix}hackstats link github_username\n```\n"
+ f"Or query GitHub stats directly using:\n```\n{ctx.prefix}hackstats github_username\n```"
)
await ctx.send(msg)
return