8 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
You have nested event listeners, so you're only listening for modals after a previous interaction is emitted, and you create a new listener each time
how can i correct it?
move this part out of the
client.on
listenerstill not working , but o errors
can you be any more specific than "not working"?
you're only responding to autocomplete interactions, not chat input (slash command) interactions
what are you expecting to happen?