diff options
author | Parker <contact@pkrm.dev> | 2024-07-19 00:46:34 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-07-19 00:46:34 -0500 |
commit | c40b632d461b31860c45d0f5ba9a1ee9a2865eec (patch) | |
tree | 30627096c9a83279283f0d3865e04ffcc3ec7990 | |
parent | 2dfb5be919dcb1b8df0e38e2c6f0341e76a03ca5 (diff) |
Remove date from news
-rw-r--r-- | code/cogs/news.py | 2 |
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, ) |