perf: !usage指令的显示

This commit is contained in:
Rock Chin 2023-01-03 17:54:54 +08:00
parent e06a2535dd
commit f49262d98c

View File

@ -146,7 +146,7 @@ def process_message(launcher_type: str, launcher_id: int, text_message: str, mes
reply = [reply_str]
elif cmd == 'usage':
reply_str = "[bot]各api-key使用情况:"
reply_str = "[bot]各api-key使用情况:\n\n"
api_keys = pkg.utils.context.get_openai_manager().key_mgr.api_key
for key_name in api_keys: