How to add a pause/wait ?
# 🤝help
a
I added instruction "wait 90 seconds" and it produced this code const waitTime = luxon.Duration.fromObject({ seconds: 90 }) await luxon.DateTime.local().plus(waitTime).toJSDate() But this doesn't seem to be working, when I run the bot, it steps over this and goes immediately to next message How can I fix this?
a
Hey @adamant-dinner-92616, check out the code from this post https://discord.com/channels/1108396290624213082/1133320795763003423/1133351227879608360
2 Views