Skip to content

Commit

Permalink
Update contest display format
Browse files Browse the repository at this point in the history
  • Loading branch information
rtk-rnjn committed Mar 29, 2024
1 parent ad73114 commit 2dbf759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/rtfm/rtfm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1504,9 +1504,9 @@ async def kontest_atcoder(self) -> list:
contests = self.kontests_cache["atcoder"]

return [
f"""ID: NA | **[{contest.name}]({contest.url})**
f"""**[{contest.name}]({contest.url})**
`Start:` {discord.utils.format_dt(contest.start_time, "R")}
`Time :` {contest.duration_minutes}
`Time :` {contest.duration_minutes} Mins
"""
for contest in contests
]
Expand Down

0 comments on commit 2dbf759

Please sign in to comment.