Skip to content

Commit a09d24d

Browse files
authored
Truly kill factoid all prefix command (#1224)
1 parent 5da7a94 commit a09d24d

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

techsupport_bot/commands/factoids.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,23 +1793,6 @@ def build_formatted_factoid_data(
17931793
output_data = sorted(output_data, key=lambda x: list(x.keys())[0])
17941794
return output_data
17951795

1796-
@auxiliary.with_typing
1797-
@commands.guild_only()
1798-
@factoid.command(
1799-
name="all",
1800-
aliases=["lsf"],
1801-
brief="List all factoids",
1802-
description="Sends a list of all factoids as a url.",
1803-
)
1804-
async def all_(self: Self, ctx: commands.Context) -> None:
1805-
"""Command to list all factoids
1806-
DEPREACTED, /factoid all is the main one now
1807-
1808-
Args:
1809-
ctx (commands.Context): Context of the invocation
1810-
"""
1811-
await ctx.send("Progress has to be made. `.factoid all` has been sunset.")
1812-
18131796
async def generate_html(
18141797
self: Self,
18151798
guild: discord.Guild,

0 commit comments

Comments
 (0)