From 6d1a835ab9670fb51214d999cf29203b5bec0e71 Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Wed, 19 Feb 2025 20:50:47 -0500 Subject: [PATCH] Truly kill factoid all prefix command --- techsupport_bot/commands/factoids.py | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/techsupport_bot/commands/factoids.py b/techsupport_bot/commands/factoids.py index 9a157075..d2e489a2 100644 --- a/techsupport_bot/commands/factoids.py +++ b/techsupport_bot/commands/factoids.py @@ -1793,23 +1793,6 @@ def build_formatted_factoid_data( output_data = sorted(output_data, key=lambda x: list(x.keys())[0]) return output_data - @auxiliary.with_typing - @commands.guild_only() - @factoid.command( - name="all", - aliases=["lsf"], - brief="List all factoids", - description="Sends a list of all factoids as a url.", - ) - async def all_(self: Self, ctx: commands.Context) -> None: - """Command to list all factoids - DEPREACTED, /factoid all is the main one now - - Args: - ctx (commands.Context): Context of the invocation - """ - await ctx.send("Progress has to be made. `.factoid all` has been sunset.") - async def generate_html( self: Self, guild: discord.Guild,