Testing text2img command (will be replaced, only for tests); added exception handling, queue and database table with generated images
This commit is contained in:
0
bot/callbacks/factories/__init__.py
Normal file
0
bot/callbacks/factories/__init__.py
Normal file
4
bot/callbacks/factories/exception.py
Normal file
4
bot/callbacks/factories/exception.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from aiogram.utils.callback_data import CallbackData
|
||||
|
||||
|
||||
exception_callback = CallbackData("full_exception", "e_id")
|
||||
Reference in New Issue
Block a user