Reference news command in /help

This commit is contained in:
Parker M. 2024-07-11 01:15:43 -05:00
parent ee0ae32f56
commit 2c04dc4a73
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -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(