#how to make timelock command
6 messages · Page 1 of 1 (latest)
• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.
Then use a cron job and check when the last time it was used was and if it’s too long ago call the function from there. Need to store the timestamp when it ran on every run of the command of course
how to store the timestamp
In a variable, in a DB, your choice
can you give some example