mirror of https://github.com/coddrago/Heroku
update all banners
parent
046739ac40
commit
88a0116788
|
@ -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🔎'
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue