-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新增牛牛决斗 #96
Open
RaheryMaxwell
wants to merge
1
commit into
MistEO:master
Choose a base branch
from
RaheryMaxwell:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
新增牛牛决斗 #96
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#95 就是这个,刚才忘记关联了 |
mxcoras
reviewed
Oct 1, 2023
async def is_duel_msg(bot: Bot, event: GroupMessageEvent, state: T_State) -> bool: | ||
curr_event = event.get_plaintext().strip() | ||
group_id=event.group_id# 根据群号判断是否处于黑名单群聊中,屏蔽响应 | ||
if group_id in BLOCK_LIST: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BLOCK_LIST
建议持久化到数据库或是通过 .env
文件配置
mxcoras
reviewed
Oct 1, 2023
|
||
# 初始化数据库连接 | ||
|
||
self.mongo_client = pymongo.MongoClient('127.0.0.1', 27017, w=0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
self.mongo_client = pymongo.MongoClient('127.0.0.1', 27017, w=0) | |
from src.common.config import plugin_config | |
... | |
mongo_client = pymongo.MongoClient( | |
plugin_config.mongo_host, plugin_config.mongo_port) |
所有文本请参考 帕拉斯的语音记录,可以断章取义,但不接受大量自编写的 OOC 台本 |
另外请使用 black 或者 autopep8 把代码格式化一下 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
牛牛决斗:和群友决斗,败方会带上口球
口球效果:在牛牛可撤回的情况下,口球效果会将那句话撤回,并用口球效果处理后发出。
如:”叼着口球的@被口球者发出了含糊不清的声音:(处理过的话)“