From 83bf8e88c2f8f7e7f2698c4a360a72bf55d9bcd1 Mon Sep 17 00:00:00 2001 From: TalkingDinosaur <162406313+TalkingDinosaur@users.noreply.github.com> Date: Sat, 20 Dec 2025 16:53:47 -0800 Subject: [PATCH 1/2] Calendar fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0c3980a1..53b0e252 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://pbs.twimg.com/media/G7yFovvaMAA0hRw?format=jpg&name=large") await embed.send(ctx) From 78a1b2954ed8e71ed4f921b1840e01d0b359ea13 Mon Sep 17 00:00:00 2001 From: TalkingDinosaur <162406313+TalkingDinosaur@users.noreply.github.com> Date: Sun, 21 Dec 2025 10:08:57 -0800 Subject: [PATCH 2/2] Calendar fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 53b0e252..7e556a0f 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://pbs.twimg.com/media/G7yFovvaMAA0hRw?format=jpg&name=large") + embed.attach("image", "https://froginata.com/infographs/calendar.png") await embed.send(ctx)