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 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 command!\n\u200b**", color=BOT_COLOR, )