pull/1/head
hikariatama 2022-09-26 13:23:20 +00:00
parent 1a5a22a9da
commit 604ef6801a
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class TokenObtainment(InlineUnit):
await self._client.get_entity("@BotFather"),
True,
)
self._db._set(__name__, "no_mute", True)
self._db.set(__name__, "no_mute", True)
# Start conversation with BotFather to attempt search
async with self._client.conversation("@BotFather", exclusive=False) as conv: