Button not firing interactionCreate event

I'm making a simple event signup bot tailored to my server. When registering for an event, you have to choose a character either from a list of existing characters or create a new one. When choosing the option to create a new character I never get a interactionCreate event to either the client's event listener or to awaitMessageComponent either. It's entirely possible I'm being really dumb here (have been working for several hours today and honestly should probably take a break), but I really can't figure it out. Screenshots of both the code and some relevant bot messages below.
I'm getting zero console messages too. Tried putting one inside the filter option on awaitMessageComponent as well and nada.

discord.js@14.14.1
node v20.11.0
image.png
image.png
Was this page helpful?