Skip to content

Commit

Permalink
feat: 关闭直播间
Browse files Browse the repository at this point in the history
  • Loading branch information
yakami129 committed Aug 15, 2023
1 parent 04f3f1c commit ba6c00c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion domain-chatbot/blivedm/core/bili_handle.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ async def _on_interact_word(self, client: BLiveClient, message: InteractWordMess
"content": message_str,
'cmd': cmd_str
}
put_chat_message(MessagePriority.ENTER_THE_ROOM_MESSAGE,message_body)
#put_chat_message(MessagePriority.ENTER_THE_ROOM_MESSAGE,message_body)

0 comments on commit ba6c00c

Please sign in to comment.