diff --git a/main.py b/main.py index 7e556a0..513a8bb 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://froginata.com/infographs/calendar.png") + embed.attach("image", "https://froginata.com/infographs/calendar.jpg") await embed.send(ctx)