Open ineedhel opened 4 years ago
Try this
for discord.js v11: message.guild.channels.find(channel => channel.name === 'CHANNEL_NAME_HERE')
for discord.js v12: message.guild.channels.cache.find(channel => channel.name === 'CHANNEL_NAME_HERE')
P.S. If you are looking for channel through the id, change channel.name
to channel.id
Hey I want to do the command: ?createticket
But it doesnt do anything. I dont even get a err!
Someone who can help me?
This bot is dumb dumb use kyb3r/modmail its more easier not this crap
npm install discord.js @discordjs/opus try
hey i am trying to use the code for my bot but it doesn't work it says TypeError: message.guild.channels.some is not a function is there a way to fix this