Skip to content

Commit

Permalink
update calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
noiverre committed Dec 21, 2024
1 parent 24c8082 commit a7b6fed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bot/cogs/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,16 +212,17 @@ async def nobar(self, ctx: commands.Context) -> None:
async def calendar(self, ctx: commands.Context) -> None:
await ctx.typing()
embed = discord.Embed(
title="HoYoverse Calendar 2024",
title="HoYoverse 2025 Patch Calendar",
color=ctx.author.color,
description=(
"For Genshin Impact, Honkai: Star Rail, and Zenless Zone Zero\n\n"
"Dates are estimation based on previous versions' pattern, it may or may not change, "
"if there are any changes in the future, this calendar will (eventually) be updated."
"Rev: initial upload 21/12/2024"
),
)
embed.set_image(
url="https://cdn.discordapp.com/attachments/761680288592953365/1274667473966207060/hoyo2024_2.png"
url="https://cdn.discordapp.com/attachments/1054633264419188786/1320030721212940288/hoyo2025.png?ex=67681de8&is=6766cc68&hm=1dc0dd5d0a4d3a9a7f80f38d8aa7b69c111245da5f4e8b58f21fe203fb7e7fc6&"
)
await ctx.reply(embed=embed, mention_author=False)

Expand Down

0 comments on commit a7b6fed

Please sign in to comment.