fixim4
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
from bot.handlers.handle_feedback import handle_feedback, handle_answer
|
||||
from bot.handlers.handle_members_change import handle_join, handle_left
|
||||
from bot.handlers.handle_default import handle_default
|
||||
from bot.handlers.command_my import handle_command_my
|
||||
from bot.handlers.command_graph import handle_command_graph
|
||||
from bot.handlers.command_ask import handle_command_ask
|
||||
from bot.config import FEEDBACK_CHAT_ID
|
||||
from handlers.handle_feedback import handle_feedback, handle_answer
|
||||
from handlers.handle_members_change import handle_join, handle_left
|
||||
from handlers.handle_default import handle_default
|
||||
from handlers.command_my import handle_command_my
|
||||
from handlers.command_graph import handle_command_graph
|
||||
from handlers.command_ask import handle_command_ask
|
||||
from config import FEEDBACK_CHAT_ID
|
||||
|
||||
|
||||
async def handle_routing(msg, state):
|
||||
|
Reference in New Issue
Block a user