Add timer notif role.

This commit is contained in:
2023-09-04 11:29:53 +03:00
parent 44e52053de
commit 2c7aaee8d4
3 changed files with 15 additions and 4 deletions

View File

@@ -191,6 +191,8 @@ class TimerCog(LionCog):
return
if member.bot:
return
if 1148167212901859328 not in [role.id for role in member.roles]:
return
# If a member is leaving or joining a running timer, trigger a status update
if before.channel != after.channel: