I've been trying to create a ticket bot and create channels that have tickets within them. However, when I try and create them it returns an error
Code:
const channel = await interaction.guild.channels.create(`ticket-${interaction.user.username}`, {
parent: '929135588949512232',
topic: interaction.user.id,
type: 'GUILD_TEXT',
})
Error:
DiscordAPIError[50035]: Invalid Form Body
name[BASE_TYPE_REQUIRED]: This field is required
Any help would be appreaciated
