stuyy / Discord-Ticket-Bot

Discord Ticket Bot Implementation
63 stars 68 forks source link

help #3

Open ineedhel opened 4 years ago

ineedhel commented 4 years ago

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

nikita-e commented 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

ItshiddeYT commented 4 years ago

Hey I want to do the command: ?createticket

But it doesnt do anything. I dont even get a err!

Someone who can help me?

ProHyphonzDaCoder commented 3 years ago

This bot is dumb dumb use kyb3r/modmail its more easier not this crap

Spxnker commented 3 years ago

npm install discord.js @discordjs/opus try