CorwinDev / Discord-Bot

Discord Bot with over 400 commands and made for large servers
MIT License
652 stars 599 forks source link

TypeError: channel.isTextBased is not a function #198

Open NCCoder2 opened 10 months ago

NCCoder2 commented 10 months ago

/home/runner/Discord-Bot-v14/node_modules/discord.js/src/client/actions/InteractionCreate.js:50 if (channel && !channel.isTextBased()) return; ^

TypeError: channel.isTextBased is not a function at InteractionCreateAction.handle (/home/runner/Discord-Bot-v14/node_modules/discord.js/src/client/actions/InteractionCreate.js:50:33) at Object.module.exports [as INTERACTION_CREATE] (/home/runner/Discord-Bot-v14/node_modules/discord.js/src/client/websocket/handlers/INTERACTION_CREATE.js:4:36) at WebSocketManager.handlePacket (/home/runner/Discord-Bot-v14/node_modules/discord.js/src/client/websocket/WebSocketManager.js:352:31) at WebSocketShard.onPacket (/home/runner/Discord-Bot-v14/node_modules/discord.js/src/client/websocket/WebSocketShard.js:489:22) at WebSocketShard.onMessage (/home/runner/Discord-Bot-v14/node_modules/discord.js/src/client/websocket/WebSocketShard.js:328:10) at callListener (/home/runner/Discord-Bot-v14/node_modules/ws/lib/event-target.js:290:14) at WebSocket.onMessage (/home/runner/Discord-Bot-v14/node_modules/ws/lib/event-target.js:209:9) at WebSocket.emit (node:events:527:28) at Receiver.receiverOnMessage (/home/runner/Discord-Bot-v14/node_modules/ws/lib/websocket.js:1178:20) at Receiver.emit (node:events:527:28)

LaN1437 commented 10 months ago

Do: npm i discord.js@latest In shell if you are using replit, if visual studio code do it in terminal and if in a custom host do it in console