From 8f43e82e6dc7a68325f33b0b11988ca204335933 Mon Sep 17 00:00:00 2001 From: Isaac Beh Date: Thu, 21 Sep 2023 16:00:27 +1000 Subject: [PATCH] Removed some repitition --- uqcsbot/whatweekisit.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uqcsbot/whatweekisit.py b/uqcsbot/whatweekisit.py index 7dc482b..f655b3e 100644 --- a/uqcsbot/whatweekisit.py +++ b/uqcsbot/whatweekisit.py @@ -166,8 +166,6 @@ async def whatweekisit(self, interaction: discord.Interaction, date: Optional[st [ "The week we're in is:", "The current week is:", - f"It's currently {week_name}:", - f"We're currently in {week_name}:", "Currently, the week is:", "Hey, look at the time:", f"Can you believe that it's already {week_name}:", @@ -178,7 +176,9 @@ async def whatweekisit(self, interaction: discord.Interaction, date: Optional[st "It is currently:", "The week is", "The week we're currently in is:", - f"Right now we are in {week_name}:", + f"Right now we are in:", + "Good heavens, would you look at the time:", + "What's the time, mister wolf? It's:", ] )