Fix discord channel name and add verification

This commit is contained in:
BreadTube 2026-05-26 23:59:13 +09:00
commit d645fecae0
7 changed files with 23 additions and 4 deletions

View file

@ -54,6 +54,7 @@ max-nested-blocks=8
max-public-methods=16
max-returns=8
max-statements=96
max-statements-in-try=64
[tool.ruff.lint.mccabe]
max-complexity = 34