Initial commit
This commit is contained in:
6
modules/menu/callbacks/get_code/get_code.py
Normal file
6
modules/menu/callbacks/get_code/get_code.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from modules.decorators.callback import async_callback
|
||||
|
||||
|
||||
@async_callback
|
||||
async def get_code_callback(session_name: str):
|
||||
...
|
||||
Reference in New Issue
Block a user