From 9c6d4dd9beec9a8edd4b19819e2b2583c0be81fc Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:39:02 -0400 Subject: [PATCH] True to False --- techsupport_bot/commands/factoids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techsupport_bot/commands/factoids.py b/techsupport_bot/commands/factoids.py index 51c41bb6..a549a9c9 100644 --- a/techsupport_bot/commands/factoids.py +++ b/techsupport_bot/commands/factoids.py @@ -1820,7 +1820,7 @@ async def all_(self: Self, ctx: commands.Context) -> None: await ctx.send(embed=embed) return - factoids = await self.get_all_factoids(guild, list_hidden=True) + factoids = await self.get_all_factoids(guild, list_hidden=False) if not factoids: await auxiliary.send_deny_embed( message="No factoids found!", channel=ctx.channel