working state?

This commit is contained in:
2025-04-06 03:35:17 -04:00
parent d5cd576fcc
commit d899e8e873
6 changed files with 1583 additions and 1 deletions

4
tasks/example.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = (client, config, state) => {
//console.log(`example log ${client.user.tag}`);
};
module.exports.schedule = '*/5 * * * * *';