Update hikka_info.py

pull/19/head
Who? 2024-11-20 12:33:56 +07:00 committed by GitHub
parent 4b8a7acd5a
commit 42206226a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class HikkaInfoMod(loader.Module):
), ),
loader.ConfigValue( loader.ConfigValue(
"custom_button", "custom_button",
["🌘 Support chat", "https://t.me/WhoBlogs_chat"], ["🌘 Support chat", "https://t.me/heroku_talks"],
lambda: self.strings("_cfg_cst_btn"), lambda: self.strings("_cfg_cst_btn"),
validator=loader.validators.Union( validator=loader.validators.Union(
loader.validators.Series(fixed_len=2), loader.validators.Series(fixed_len=2),