Introduce a timeout on Slash Commands
How would I go about adding a timeout to my slash commands that once the timeout is up, it removed any buttons or select menus from the components? Edit: How would I make it reset/cancel once a button is clicked. Any help would be greatly appreciated, even any guidance in the right direction?
6 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Discord.JS: v14.6.0
setTimeout
or if using a collector, use end event
Would that end event be in the DJS docs
by any chance?
Cheers dude!