update all banners

pull/160/head
Who? 2025-07-02 08:24:37 +00:00
parent 046739ac40
commit 88a0116788
2 changed files with 2 additions and 2 deletions

View File

@ -858,7 +858,7 @@ class Heroku:
await client.heroku_inline.bot.send_photo( await client.heroku_inline.bot.send_photo(
logging.getLogger().handlers[0].get_logid_by_client(client.tg_id), logging.getLogger().handlers[0].get_logid_by_client(client.tg_id),
"https://imgur.com/a/uUF9zYL.png", "https://raw.githubusercontent.com/coddrago/assets/refs/heads/main/heroku/heroku_started.png",
caption=( caption=(
"🪐 <b>Heroku {} started!</b>\n\n⚙ <b>GitHub commit SHA: <a" "🪐 <b>Heroku {} started!</b>\n\n⚙ <b>GitHub commit SHA: <a"
' href="https://github.com/coddrago/Heroku/commit/{}">{}</a></b>\n🔎' ' href="https://github.com/coddrago/Heroku/commit/{}">{}</a></b>\n🔎'

View File

@ -336,7 +336,7 @@ class Module:
"✖️ <b>Declined joining <a" "✖️ <b>Declined joining <a"
f' href="https://t.me/{channel.username}">{utils.escape_html(channel.title)}</a></b>' f' href="https://t.me/{channel.username}">{utils.escape_html(channel.title)}</a></b>'
), ),
photo="https://imgur.com/a/XpwmHo6.png", #for codrago: edit this photo="https://raw.githubusercontent.com/coddrago/assets/refs/heads/main/heroku/declined_jr.png",
) )
async def request_join( async def request_join(