diff --git a/werewolf/roles/vanillawerewolf.py b/werewolf/roles/vanillawerewolf.py index f6eea81..58b474e 100644 --- a/werewolf/roles/vanillawerewolf.py +++ b/werewolf/roles/vanillawerewolf.py @@ -56,7 +56,7 @@ class VanillaWerewolf(Role): """ return "Werewolf" - @wolflistener("at_game_start") + @wolflistener("at_game_start", priority=1) async def _at_game_start(self): if self.channel_id: log.debug("Wolf has channel_id: " + self.channel_id)