fix(sysadmin): Limit module acmpl to 25.
This commit is contained in:
@@ -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'),
|
||||||
|
|||||||
Reference in New Issue
Block a user