File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments