Update token_obtainment.py

pull/29/head
Who? 2024-11-30 23:30:14 +07:00 committed by GitHub
parent 34bb04f685
commit e680a33159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -46,13 +46,13 @@ class TokenObtainment(InlineUnit):
pass
else:
uid = utils.rand(6)
username = f"@hikka_{uid}_bot"
username = f"@heroku_{uid}_bot"
else:
uid = utils.rand(6)
username = f"@hikka_{uid}_bot"
username = f"@heroku_{uid}_bot"
for msg in [
f"🌘 Hikka Userbot of {self._name}"[:64],
f"🪐 Heroku userbot of {self._name}"[:64],
username,
"/setuserpic",
username,
@ -72,7 +72,7 @@ class TokenObtainment(InlineUnit):
await fw_protect()
from .. import main
m = await conv.send_file(main.BASE_PATH / "assets" / "bot_pfp.png")
m = await conv.send_file(main.BASE_PATH / "assets" / "heroku_ava.png")
r = await conv.get_response()
logger.debug(">> <Photo>")