Update settings.py

dev-test
Who? 2025-07-12 17:16:13 +07:00 committed by GitHub
parent 6d27e21ecf
commit 130d91d871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -108,7 +108,8 @@ class CoreMod(loader.Module):
@loader.command(ru_doc="Информация о Хероку", en_doc="Information of Heroku", ua_doc="Інформація про Хероку", de_doc="Informationen über Heroku")
async def herokucmd(self, message: Message):
await message.edit(
await utils.answer(
message,
self.strings("heroku").format(
(
utils.get_platform_emoji()
@ -125,6 +126,7 @@ class CoreMod(loader.Module):
else self.strings("unstable").format(version.branch)
),
file= "https://raw.githubusercontent.com/coddrago/assets/refs/heads/main/heroku/heroku_cmd.png",
reply_to=getattr(message, "reply_to_msg_id", None),
)
@loader.command()