aboutsummaryrefslogtreecommitdiff
path: root/code/cogs
diff options
context:
space:
mode:
Diffstat (limited to 'code/cogs')
-rw-r--r--code/cogs/help.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/code/cogs/help.py b/code/cogs/help.py
index 2cf0f54..e95af21 100644
--- a/code/cogs/help.py
+++ b/code/cogs/help.py
@@ -85,7 +85,9 @@ class HelpView(discord.ui.View):
self, interaction: discord.Interaction, button: discord.ui.Button
):
embed = discord.Embed(
- title=":musical_note: All Commands :musical_note:", color=BOT_COLOR
+ title=":musical_note: All Commands :musical_note:",
+ description="**Check out recent news and updates about the bot with the /news command!\n\u200b**",
+ color=BOT_COLOR,
)
embed.add_field(
@@ -109,7 +111,9 @@ class Help(commands.Cog):
if command == None:
embed = discord.Embed(
- title=f":musical_note: Help :musical_note:", color=BOT_COLOR
+ title=f":musical_note: Help :musical_note:",
+ description="**Check out recent news and updates about the bot with the /news command!\n\u200b**",
+ color=BOT_COLOR,
)
embed.add_field(