Skip to content

Commit

Permalink
Styled to make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
49Indium committed Sep 21, 2023
1 parent 2edc922 commit 95e79b6
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions uqcsbot/whatweekisit.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,23 +162,25 @@ async def whatweekisit(self, interaction: discord.Interaction, date: Optional[st
if date != None:
message = f"The week of {date} is in:"
else:
message = choice([
"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}:",
"Time flies when you're having fun:",
"Maybe time's just a construct of human perception:",
"Time waits for noone:",
"This week is:",
"It is currently:",
"The week is",
"The week we're currently in is:",
f"Right now we are in {week_name}:",
])
message = choice(
[
"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}:",
"Time flies when you're having fun:",
"Maybe time's just a construct of human perception:",
"Time waits for noone:",
"This week is:",
"It is currently:",
"The week is",
"The week we're currently in is:",
f"Right now we are in {week_name}:",
]
)

message += f"\n> {weekday}, {week_name} of {semester_name}"

Expand Down

0 comments on commit 95e79b6

Please sign in to comment.