Missed priority

pull/147/head
bobloy 4 years ago
parent eaa3e0a2f7
commit 39801aada9

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

Loading…
Cancel
Save