9 lines
215 B
Python
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:
|
|
#
|
|
...
|