Argument of type 'ButtonStyle.Link' is not assignable to parameter of type 'ButtonStyle'

Argument of type 'ButtonStyle.Link' is not assignable to parameter of type 'ButtonStyle'.ts(2345)

Im using @discord.js/core with
@discordjs/builders
for the ButtonBuilder and discord-api-types/v10 for the ButtonStyle

Versions:
discord-api-types: "^0.37.92"
@discordjs/core: "^1.2.0",
@discordjs/builders: "^1.8.2",
Was this page helpful?