#Can I send a message in a certain channel every day at the same time?

5 messages · Page 1 of 1 (latest)

old granite
#

Question above, couldn't find anything in the docs

tawdry tide
#

• 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.

old granite
#

Can I send a message in a certain channel every day at the same time?

onyx garnetBOT
#

mdn setInterval()
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.

pure dawn
#

Alternatively, you could use a tool like Cron