Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timed tasks #4

Open
BlaCoiso opened this issue Aug 6, 2019 · 0 comments
Open

Add timed tasks #4

BlaCoiso opened this issue Aug 6, 2019 · 0 comments
Labels
database Database related stuff enhancement New feature or request events Event related stuff module Module related stuff
Milestone

Comments

@BlaCoiso
Copy link
Owner

BlaCoiso commented Aug 6, 2019

This would allow commands/modules to schedule tasks to be executed in a specific context at a specific time, with some task data.
These would be triggered with a timedTask event, with arguments name, context and data.
name would be name of the task, context is the context of the task (user and/or guild), data would be any data required for that task.
The event would only be triggered to the module that registered the task.

@BlaCoiso BlaCoiso added enhancement New feature or request database Database related stuff module Module related stuff labels Aug 6, 2019
@BlaCoiso BlaCoiso added this to the 1.0.0 milestone Aug 6, 2019
@BlaCoiso BlaCoiso added the events Event related stuff label Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Database related stuff enhancement New feature or request events Event related stuff module Module related stuff
Projects
None yet
Development

No branches or pull requests

1 participant