Error when creating Channel
Hi, I'm currently trying to do a support ticket bot. Sadly I'm getting the following problem
HTTPError [TypeError] Do not know how to serialize a BigInt
. My Code is
Also when I comment out the permissionOverwrites I get a different Error DiscordAPIError: Invalid Form Body, name: Could not interpret "{'name': 'ticket - null', 'type': 'GUILD_TEXT'}" as string.
. I suppose that the options I set for the channel are somehow misinterpreted into strings, but why?3 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Oh thank you m8. Seems like https://discord.js.org/#/docs/discord.js/main/class/GuildChannelManager?scrollTo=create is wrong at this point
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View