rewrite (babel): Complete configuration UI.

This commit is contained in:
2023-06-05 15:51:03 +03:00
parent 68fb0e9c62
commit eb0731e185
8 changed files with 397 additions and 170 deletions

View File

@@ -176,3 +176,11 @@ class UserConfigCog(LionCog):
)
choices.append(choice)
return choices
@cmds.hybrid_group(
name=_p('cmd:userconfig', "my"),
description=_p('cmd:userconfig|desc', "User configuration commands.")
)
async def userconfig_group(self, ctx: LionContext):
# Group base command, no function.
pass