We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7abae commit 7d689ddCopy full SHA for 7d689dd
plugins/devtools.py
@@ -331,7 +331,8 @@ async def aexec(code, event):
331
'reply': await event.get_reply_message(),
332
'chat': event.chat_id,
333
'u': u,
334
- '__builtins__': __builtins__
+ '__builtins__': __builtins__,
335
+ '__name__': __name__
336
}
337
338
# Format the async function definition
0 commit comments