Manual Scheduled Task Method Arg Number mismatch with documentation
It's pretty simple:
Documentation fo ScheduledTasks plugin says
container.tasks.create
has 3 arguments as stated in the github readme (https://github.com/sapphiredev/plugins/tree/main/packages/scheduled-tasks):
- task – The task to be scheduled.
- payload – The payload for the task.
- options – The options for the task.
But in fact it has only
- task
- options
Where can I pass the payload now?2 Replies
Solution
Works, thank you for the effort! Hopefully the PR will be merged asap :Peepo_Cry: