Testing text2img command (will be replaced, only for tests); added exception handling, queue and database table with generated images
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
from bot.common import dp
|
||||
from .aliases import *
|
||||
from .reset import *
|
||||
|
||||
|
||||
def register():
|
||||
dp.register_message_handler(set_endpoint, commands='setendpoint')
|
||||
dp.register_message_handler(reset.resetqueue, commands='resetqueue')
|
||||
|
||||
Reference in New Issue
Block a user