From c40b632d461b31860c45d0f5ba9a1ee9a2865eec Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 19 Jul 2024 00:46:34 -0500 Subject: [PATCH] Remove date from news --- code/cogs/news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/cogs/news.py b/code/cogs/news.py index 5c0c2e7..b73ffcc 100644 --- a/code/cogs/news.py +++ b/code/cogs/news.py @@ -13,7 +13,7 @@ class News(commands.Cog): async def news(self, interaction: discord.Interaction): "Get recent news and updates about the bot" embed = discord.Embed( - title="Updated News (July 11, 2024) :newspaper2:", + title="Recent News :newspaper2:", description="View recent code commits [here](https://github.com/packetparker/guava/commits)\n\u200b", color=BOT_COLOR, )