#Interaction Question

1 messages · Page 1 of 1 (latest)

cyan fjord
#

thread for organization 🙂

distant rampart
#

When you receive an interaction the InteractionCreate event will fire and pass a ButtonInteraction (or other interaction type) object to your listener function

#

Depending on the use case you could also use collectors to keep everything inside the command file, but those don't persist across sessions