diff --git a/bot/handlers/command_my.py b/bot/handlers/command_my.py index dd9541d..e82bdd2 100644 --- a/bot/handlers/command_my.py +++ b/bot/handlers/command_my.py @@ -5,10 +5,12 @@ import json async def construct_unlink_buttons(actor): + print("constructing unlink buttons") buttons = [] for vouch in actor["children"]: for chat_id in actor["chats"]: r = await get_member(chat_id, vouch) + print(r) member = r["result"]["user"] _uid, identity, username = userdata_extract(member) buttons.append(