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