aboutsummaryrefslogtreecommitdiff
path: root/code/cogs
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-07-12 00:32:08 -0500
committerParker <contact@pkrm.dev>2024-07-12 00:32:08 -0500
commitca98c58e038f58a9302c305de16342b897a78699 (patch)
tree956837962262f801cf95fa34aa222dc143f48b3b /code/cogs
parent2c04dc4a7399cc190e7305ad5d659d4a13309943 (diff)
Link references for `/news`
Diffstat (limited to 'code/cogs')
-rw-r--r--code/cogs/help.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/cogs/help.py b/code/cogs/help.py
index e95af21..0a619b8 100644
--- a/code/cogs/help.py
+++ b/code/cogs/help.py
@@ -86,7 +86,7 @@ class HelpView(discord.ui.View):
):
embed = discord.Embed(
title=":musical_note: All Commands :musical_note:",
- description="**Check out recent news and updates about the bot with the /news command!\n\u200b**",
+ description="**Check out recent news and updates about the bot with the </news:1260842465666007040> command!\n\u200b**",
color=BOT_COLOR,
)
@@ -112,7 +112,7 @@ class Help(commands.Cog):
if command == None:
embed = discord.Embed(
title=f":musical_note: Help :musical_note:",
- description="**Check out recent news and updates about the bot with the /news command!\n\u200b**",
+ description="**Check out recent news and updates about the bot with the </news:1260842465666007040> command!\n\u200b**",
color=BOT_COLOR,
)