Missed priority

This commit is contained in:
bobloy 2020-09-24 17:04:25 -04:00
parent eaa3e0a2f7
commit 39801aada9

View File

@ -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)