Add whitelist to bot

This commit is contained in:
seel2304
2023-05-03 15:50:15 +00:00
parent c129c7bc60
commit 2dda780d3f
6 changed files with 86 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ from rich import print
def register_handlers():
from bot.handlers import (
initialize, admin, help_command, txt2img, image_info, config
initialize, admin, help_command, txt2img, image_info, config, whitelist
)
initialize.register()