mirror of https://github.com/coddrago/Heroku
Update token_obtainment.py
parent
34bb04f685
commit
e680a33159
|
@ -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>")
|
||||
|
|
Loading…
Reference in New Issue