Add channel id by name message

This commit is contained in:
BreadTube 2026-01-09 19:56:27 +09:00
commit 4cd8fb80da
5 changed files with 45 additions and 12 deletions

View file

@ -47,7 +47,7 @@ inline-quotes = "single"
[tool.ruff.lint.pylint]
max-args=16
max-branches=32
max-branches=34
max-locals=16
max-nested-blocks=8
max-public-methods=16
@ -55,7 +55,7 @@ max-returns=8
max-statements=96
[tool.ruff.lint.mccabe]
max-complexity = 32
max-complexity = 34
[tool.coverage.run]
command_line = "-m pytest"