I'm using the following code:
message.guild.roles.create({
data: {
name: "test",
color: 'BLUE'
},
reason: 'Bid created',
});
to create a new role with discord.js v13, but the role name doesn't change to "test", it remains at "new role".