mirror of https://github.com/coddrago/Heroku
Update token_obtainment.py
parent
34bb04f685
commit
e680a33159
|
@ -46,13 +46,13 @@ class TokenObtainment(InlineUnit):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
uid = utils.rand(6)
|
uid = utils.rand(6)
|
||||||
username = f"@hikka_{uid}_bot"
|
username = f"@heroku_{uid}_bot"
|
||||||
else:
|
else:
|
||||||
uid = utils.rand(6)
|
uid = utils.rand(6)
|
||||||
username = f"@hikka_{uid}_bot"
|
username = f"@heroku_{uid}_bot"
|
||||||
|
|
||||||
for msg in [
|
for msg in [
|
||||||
f"🌘 Hikka Userbot of {self._name}"[:64],
|
f"🪐 Heroku userbot of {self._name}"[:64],
|
||||||
username,
|
username,
|
||||||
"/setuserpic",
|
"/setuserpic",
|
||||||
username,
|
username,
|
||||||
|
@ -72,7 +72,7 @@ class TokenObtainment(InlineUnit):
|
||||||
await fw_protect()
|
await fw_protect()
|
||||||
from .. import main
|
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()
|
r = await conv.get_response()
|
||||||
|
|
||||||
logger.debug(">> <Photo>")
|
logger.debug(">> <Photo>")
|
||||||
|
|
Loading…
Reference in New Issue