Having trouble with components
I'm trying to update Discord.js from 13 to 14, but I'm having trouble with components. TS is complaining about a missing type field in row, but adding it does nothing. What am I doing wrong?
2 Replies
pass the generic type
Ah, thanks.