fix: folder create

pull/84/head
Who? 2025-01-30 03:58:01 +10:00 committed by GitHub
parent 001500bbcd
commit 856bb9a2fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ class UpdaterMod(loader.Module):
async def _add_folder(self):
folders = await self._client(GetDialogFiltersRequest())
if any(getattr(folder, "title", None) == "hikka" for folder in folders):
if any(getattr(folder, "title", None) == "heroku" for folder in folders):
return
try: