mirror of https://github.com/coddrago/Heroku
Fix typo
parent
1a5a22a9da
commit
604ef6801a
|
@ -120,7 +120,7 @@ class TokenObtainment(InlineUnit):
|
||||||
await self._client.get_entity("@BotFather"),
|
await self._client.get_entity("@BotFather"),
|
||||||
True,
|
True,
|
||||||
)
|
)
|
||||||
self._db._set(__name__, "no_mute", True)
|
self._db.set(__name__, "no_mute", True)
|
||||||
|
|
||||||
# Start conversation with BotFather to attempt search
|
# Start conversation with BotFather to attempt search
|
||||||
async with self._client.conversation("@BotFather", exclusive=False) as conv:
|
async with self._client.conversation("@BotFather", exclusive=False) as conv:
|
||||||
|
|
Loading…
Reference in New Issue