Files
croccybot/bot/modules/moderation/video_watchdog.py
Conatum 87f3918126 (Moderation): New module and core system.
Incomplete commit!
Core ticket-based moderation system, with data.
2021-09-23 13:40:17 +03:00

9 lines
215 B
Python

"""
Implements a tracker to warn, kick, and study ban members in video channels without video enabled.
"""
async def video_watchdog(client, member, before, after):
# If joining video channel:
#
...