pull/160/head
Who? 2025-07-09 06:43:42 +00:00
parent c8549b6700
commit 0cc544fb0b
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class InlineStuff(loader.Module):
if message.text != "/start" and message.text != "/profile":
return
if message.text == "/start"
if message.text == "/start":
await message.answer_photo(
"https://raw.githubusercontent.com/coddrago/assets/refs/heads/main/heroku/start_cmd.png",
caption=self.strings("this_is_heroku"),