Best practices with awaitInteraction
I have a menu that opens upon running a command where the user can choose different actions. Would the best practice be to make the bot listen for interactions on the message or just register the buttons as their own interaction(s)? Or is there a thumb rule with "if you need the context of the command, use awaitInteraction?
3 Replies