fixes missing argument

This commit is contained in:
onyx-and-iris 2025-07-01 09:29:56 +01:00
parent 98e0d98cc7
commit f882302d16

View File

@ -168,5 +168,5 @@ def chapter(
ctx.obj['obsws'].create_record_chapter(chapter_name)
console.out.print(
f'Chapter {console.highlight(chapter_name or "unnamed")} created successfully.'
f'Chapter {console.highlight(ctx, chapter_name or "unnamed")} created successfully.'
)