#Question - handling interactions
1 messages · Page 1 of 1 (latest)
use an InteractionCollector. Also interactions have a timeout of 15 minutes natively.
Discord.js is a powerful node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.
Is there a way I could catch interactions that aren't in-use?
No, people will just get "application did not respond"
so yeah you have to edit them out just before the handler expires
for example PaginatedMessage from sapphire expires in 15 minutes and the components are edited away after (from the top of my head) 14 minutes and 55 seconds.
or it was on onEnd... I don't recall. I think it was onEnd
no they would stop
@terse shell Have you done it ? I would love to see an example of an expiration of a button