From 76bb2400ad102b92037b87bd53a8075afde13166 Mon Sep 17 00:00:00 2001 From: Horse1jj Date: Tue, 25 Mar 2025 20:34:55 -0400 Subject: [PATCH 1/2] add more funny facts --- cogs/fun.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogs/fun.py b/cogs/fun.py index 4c4cd21..5c72ba0 100644 --- a/cogs/fun.py +++ b/cogs/fun.py @@ -291,6 +291,8 @@ async def randomfact(self, ctx: CustomContext): "Octopuses have three hearts.", "Bananas are berries, but strawberries aren't.", "A group of flamingos is called a 'flamboyance'." + "Sloths can hold their breath longer than dolphins by slowing their heart rate." + "Some turtles can breathe through their butts." ] fact = random.choice(facts) await ctx.send(f"🧠 Fun Fact: {fact}") From bc8c06137fb4d76b60269b0b0095176b24bb6623 Mon Sep 17 00:00:00 2001 From: Horse1jj Date: Wed, 26 Mar 2025 15:31:07 -0400 Subject: [PATCH 2/2] Update fun.py --- cogs/fun.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/fun.py b/cogs/fun.py index 5c72ba0..b36bf20 100644 --- a/cogs/fun.py +++ b/cogs/fun.py @@ -290,8 +290,8 @@ async def randomfact(self, ctx: CustomContext): "A day on Venus is longer than a year on Venus.", "Octopuses have three hearts.", "Bananas are berries, but strawberries aren't.", - "A group of flamingos is called a 'flamboyance'." - "Sloths can hold their breath longer than dolphins by slowing their heart rate." + "A group of flamingos is called a 'flamboyance'.", + "Sloths can hold their breath longer than dolphins by slowing their heart rate.", "Some turtles can breathe through their butts." ] fact = random.choice(facts)