Missed priority
This commit is contained in:
parent
eaa3e0a2f7
commit
39801aada9
@ -56,7 +56,7 @@ class VanillaWerewolf(Role):
|
|||||||
"""
|
"""
|
||||||
return "Werewolf"
|
return "Werewolf"
|
||||||
|
|
||||||
@wolflistener("at_game_start")
|
@wolflistener("at_game_start", priority=1)
|
||||||
async def _at_game_start(self):
|
async def _at_game_start(self):
|
||||||
if self.channel_id:
|
if self.channel_id:
|
||||||
log.debug("Wolf has channel_id: " + self.channel_id)
|
log.debug("Wolf has channel_id: " + self.channel_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user