ActionRowBuilder error for Modal
Hello !
When I upgrade to 14.8.0, I have a strange error for ActionRowBuilder (modal).
My code :
The error:
Thanks in advance ^^
Mysterious_Dev
3 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
You need to specify the type of the ActionRowBuilder
new ActionRowBuilder<TextInputBuilder>()
Thanks dude ^^.