增加群组语言功能

This commit is contained in:
zwssunny
2023-03-27 18:24:39 +08:00
parent 24de670c2c
commit 5b85e60d5d
3 changed files with 7 additions and 6 deletions

View File

@@ -6,9 +6,9 @@ from common import const
def create_bot(bot_type):
"""
create a channel instance
:param channel_type: channel type code
:return: channel instance
create a bot_type instance
:param bot_type: bot type code
:return: bot instance
"""
if bot_type == const.BAIDU:
# Baidu Unit对话接口