diff --git a/main.py b/main.py index 0c3980a..7e556a0 100644 --- a/main.py +++ b/main.py @@ -180,7 +180,7 @@ async def lorenz(ctx): async def calendar(ctx): embed = maji.Embed() - embed.attach("image", "https://rfireemblemheroes.github.io/infographs/calendar.jpg") + embed.attach("image", "https://froginata.com/infographs/calendar.png") await embed.send(ctx)