Updated email and users

This commit is contained in:
almightyhak 2024-08-13 16:49:58 +07:00
parent 6f70e420e6
commit 51372f36e1
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())