"Failed to find guild, or unknown type for channel" even when not using channel.add()
when starting my bot for production, since recently, this message pops up.
I researched it, and it seems like the message gets triggered from the
channel.add()
function from discordjs
https://github.com/discordjs/discord.js/blob/7ec0bd93b0d7788e8ccf5576add37f7198be3f72/src/managers/ChannelManager.js#L33I searched my code, but couldn't find any usage of this, and I'm wondering, where is Issue is coming from. The image also looks like, some ID was stored as a js number and got trimmed.
GitHub
discord.js/src/managers/ChannelManager.js at 7ec0bd93b0d7788e8ccf55...
A powerful JavaScript library for interacting with the Discord API - discord.js/src/managers/ChannelManager.js at 7ec0bd93b0d7788e8ccf5576add37f7198be3f72 · discordjs/discord.js
7 Replies
https://github.com/BirthdayyBot/BirthdayyBotSapphire
this repo btw
Well what djs version are you on
npm ls discord.js
always latest, using renovate
Please just use the command and show the output
14,11,0
Latest is 14.12.0 afaik
14.12.1 just checked
yeah they were only released a few days ago though