Not finding an announcement channel
Hello, I dont know why, but it seems like it doesnt find the announcement channel.
8 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.channel types in v14 are members of the
ChannelType
enum, not strings
e.g. 'GUILD_TEXT'
=> ChannelType.GuildText
with ChannelType imported from discord.jsSo I have to replace it with ChannelType.GuildText?
???
You need to import the enum from discord.js
Wait what
ChannelType is part of discord.js
How do you import discord.js currently?
Added channel type now
cool