pull/160/head
Who? 2025-07-08 12:37:27 +00:00
parent 7ba2638956
commit a3f2e596a7
2 changed files with 6 additions and 1 deletions

View File

@ -47,7 +47,6 @@ RUN git clone https://github.com/coddrago/Heroku /data/Heroku
WORKDIR /data/Heroku
RUN pip install --no-warn-script-location --no-cache-dir -U -r requirements.txt
RUN pip install --no-warn-script-location --no-cache-dir -U -r optional_requirements.txt
RUN git reset --hard

View File

@ -132,3 +132,9 @@ class InlineStuff(loader.Module):
"https://raw.githubusercontent.com/coddrago/assets/refs/heads/main/heroku/start_cmd.png",
caption=self.strings("this_is_heroku"),
)
async def aiogram_watcher(self, message: BotInlineMessage):
if message.text != "/profile":
return
await message.answer("test")