added chat commands

This commit is contained in:
snowman1711 2021-04-10 16:33:19 +05:30
parent e9f6da8a2e
commit 28ba7d8b4d
7 changed files with 690 additions and 161 deletions

View file

@ -1,8 +1,10 @@
def filter_chat_message(msg,client_id):
from chatHandle import handlechat
def filter_chat_message(msg,client_id):
from chatHandle import handlechat
return handlechat.filter_chat_message(msg,client_id)
def on_app_launch():
pass
#something