diff --git a/cogs/fun.py b/cogs/fun.py index 4c4cd21..b36bf20 100644 --- a/cogs/fun.py +++ b/cogs/fun.py @@ -290,7 +290,9 @@ 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'." + "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}")