mirror of https://github.com/coddrago/Heroku
test
parent
7ba2638956
commit
a3f2e596a7
|
@ -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
|
||||
|
||||
|
|
|
@ -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")
|
Loading…
Reference in New Issue