aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-07-19 00:46:34 -0500
committerParker <contact@pkrm.dev>2024-07-19 00:46:34 -0500
commitc40b632d461b31860c45d0f5ba9a1ee9a2865eec (patch)
tree30627096c9a83279283f0d3865e04ffcc3ec7990 /code
parent2dfb5be919dcb1b8df0e38e2c6f0341e76a03ca5 (diff)
Remove date from news
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,
)