aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/cogs/news.py2
1 files changed, 1 insertions, 1 deletions
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,
)