LICENSE
README.md
pyproject.toml
nonebot_plugin_werewolf/__init__.py
nonebot_plugin_werewolf/config.py
nonebot_plugin_werewolf/constant.py
nonebot_plugin_werewolf/dead_channel.py
nonebot_plugin_werewolf/exception.py
nonebot_plugin_werewolf/game.py
nonebot_plugin_werewolf/models.py
nonebot_plugin_werewolf/player.py
nonebot_plugin_werewolf/player_set.py
nonebot_plugin_werewolf/utils.py
nonebot_plugin_werewolf.egg-info/PKG-INFO
nonebot_plugin_werewolf.egg-info/SOURCES.txt
nonebot_plugin_werewolf.egg-info/dependency_links.txt
nonebot_plugin_werewolf.egg-info/requires.txt
nonebot_plugin_werewolf.egg-info/top_level.txt
nonebot_plugin_werewolf/matchers/__init__.py
nonebot_plugin_werewolf/matchers/_prepare_game.py
nonebot_plugin_werewolf/matchers/depends.py
nonebot_plugin_werewolf/matchers/edit_behavior.py
nonebot_plugin_werewolf/matchers/edit_preset.py
nonebot_plugin_werewolf/matchers/message_in_game.py
nonebot_plugin_werewolf/matchers/start_game.py
nonebot_plugin_werewolf/matchers/superuser_ops.py
nonebot_plugin_werewolf/matchers/poke/__init__.py
nonebot_plugin_werewolf/matchers/poke/chronocat_poke.py
nonebot_plugin_werewolf/matchers/poke/ob11_poke.py
nonebot_plugin_werewolf/players/__init__.py
nonebot_plugin_werewolf/players/civilian.py
nonebot_plugin_werewolf/players/guard.py
nonebot_plugin_werewolf/players/hunter.py
nonebot_plugin_werewolf/players/idiot.py
nonebot_plugin_werewolf/players/jester.py
nonebot_plugin_werewolf/players/prophet.py
nonebot_plugin_werewolf/players/shooter.py
nonebot_plugin_werewolf/players/werewolf.py
nonebot_plugin_werewolf/players/witch.py
nonebot_plugin_werewolf/players/wolfking.py
tests/test_start_game.py
tests/test_utils.py