Update hikka_backup.py

pull/41/head
Who? 2024-12-21 14:53:56 +07:00 committed by GitHub
parent 8000277d01
commit b796c2e6f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ logger = logging.getLogger(__name__)
class HikkaBackupMod(loader.Module):
"""Handles database and modules backups"""
strings = {"name": "HikkaBackup"}
strings = {"name": "HerokuBackup"}
async def client_ready(self):
if not self.get("period"):