Voice et bot modif

This commit is contained in:
pi 2026-06-16 17:09:34 +00:00
parent 189d56026b
commit 7333a22bcd
10774 changed files with 634644 additions and 933308 deletions

View file

@ -8,8 +8,8 @@ an import statement.
import sys
# Copied from pyproject.toml
PYTHON_REQUIRES = (3, 9)
# Copied from setup.py
PYTHON_REQUIRES = (3, 7)
def version_str(version): # type: ignore