add text command group

This commit is contained in:
2025-07-14 02:31:35 +01:00
parent 0c72a10fb7
commit 040a41daa7
3 changed files with 81 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ for sub_typer in (
'screenshot',
'stream',
'studiomode',
'text',
'virtualcam',
):
module = importlib.import_module(f'.{sub_typer}', package=__package__)