Updated email and users (#136)

This commit is contained in:
Hak 2024-08-13 16:58:09 +07:00 committed by GitHub
parent 6f70e420e6
commit c29075fbaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View file

@ -11,8 +11,8 @@ VERSION_STR = "VersionCode ="
VERSION_REGEX = re.compile(f"{VERSION_STR} (\\d+)")
BUMPED_FILES: list[Path] = []
BOT_EMAIL = "134626626+almightyhak@users.noreply.github.com"
BOT_NAME = "almightyhak"
BOT_EMAIL = "177773202+Kohi-den-Bot@users.noreply.github.com"
BOT_NAME = "Kohi-den-Bot"
def has_match(query: str, file: Path) -> tuple[Path, bool]:
return (file, query in file.read_text())