Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions techsupport_bot/commands/factoids.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading