Closed xuanerwa closed 2 months ago
This pull request optimizes the code for the Russian Roulette game plugin and the chat check scheduler. The main changes include reordering function parameters, improving code efficiency, and enhancing error handling.
Change | Details | Files |
---|---|---|
Optimized the chat check scheduler logic |
|
zhenxun/builtin_plugins/scheduler/chat_check.py |
Modified the Russian Roulette game plugin parameter order and handling |
|
zhenxun/plugins/russian/__init__.py zhenxun/plugins/russian/command.py |
Summary by Sourcery
Optimize the chat checking logic by reordering the module check and enhance the Russian roulette plugin by changing the command argument order to prioritize bullet count over money.
Enhancements: