Update settings.py

pull/29/head
Who? 2024-12-08 00:04:56 +07:00 committed by GitHub
parent 81dbd16da8
commit 8d6c6a11f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@ class CoreMod(loader.Module):
utils.get_commit_url(),
f"{hikkatl.__version__} #{hikkatl.tl.alltlobjects.LAYER}",
)
+ (
""
if version.branch == "master"
else self.strings("unstable").format(version.branch)
),
)
@loader.command()