Remove date from news

This commit is contained in:
Parker M. 2024-07-19 00:46:34 -05:00
parent 2dfb5be919
commit c40b632d46
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -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,
)