Open Savant-Dev opened 4 years ago
This API should be only be accessed through bot/__init__.py
bot/__init__.py
Needed Plugin Functions:
api/scheduler.py : API.schedule()
bot/__init__.py : DiscordBot.task_executor()
api/scheduler.py : API.cancel() & API.cancel_all()
api/scheduler.py : API.view_jobs() & API.find_job()
api/scheduler.py : API.shutdown_executor() & API.start_executor()
Preferably done with as little impact to bot/__init__.py as possible - Low Footprint
This API should be only be accessed through
bot/__init__.py
Needed Plugin Functions:
api/scheduler.py : API.schedule()
bot/__init__.py : DiscordBot.task_executor()
abstractapi/scheduler.py : API.cancel() & API.cancel_all()
api/scheduler.py : API.view_jobs() & API.find_job()
api/scheduler.py : API.shutdown_executor() & API.start_executor()
Preferably done with as little impact to
bot/__init__.py
as possible - Low Footprint