8 lines
171 B
Python
8 lines
171 B
Python
from jarvis.tasks import unban, unlock, unmute, unwarn
|
|
|
|
|
|
def init():
|
|
unban.unban.start()
|
|
unlock.unlock.start()
|
|
unmute.unmute.start()
|
|
unwarn.unwarn.start()
|