Skip to content

Commit

Permalink
Removed some repitition
Browse files Browse the repository at this point in the history
  • Loading branch information
49Indium committed Sep 21, 2023
1 parent 95e79b6 commit 8f43e82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uqcsbot/whatweekisit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}:",
Expand All @@ -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:",
]
)

Expand Down

0 comments on commit 8f43e82

Please sign in to comment.