fix(sysadmin): Limit module acmpl to 25.

This commit is contained in:
2023-10-26 09:48:40 +03:00
parent 00162e9e73
commit 90c86460b6

View File

@@ -431,7 +431,7 @@ class Exec(LionCog):
results = [ results = [
appcmd.Choice(name=f"No extensions found matching {partial}", value="None") appcmd.Choice(name=f"No extensions found matching {partial}", value="None")
] ]
return results return results[:25]
@commands.hybrid_command( @commands.hybrid_command(
name=_('shutdown'), name=_('shutdown'),