Fixed bot start
This commit is contained in:
@@ -3,7 +3,7 @@ from rich import print
|
|||||||
|
|
||||||
def register_handlers():
|
def register_handlers():
|
||||||
from bot.handlers import (
|
from bot.handlers import (
|
||||||
initialize, admin, help_command, txt2img, image_info, config, whitelist
|
initialize, admin, help_command, txt2img, image_info, config
|
||||||
)
|
)
|
||||||
|
|
||||||
initialize.register()
|
initialize.register()
|
||||||
|
|||||||
Reference in New Issue
Block a user