View Single Post
F0X
New Member
Join Date: Jul 2020
Old 07-15-2020 , 01:48   Re: Cross-Game Chatter v1.6 [Discord <-> AMXX]
Reply With Quote #53

Hey, does anyone know how to add this bot to herokuapp?


Some tests:

Quote:
C:\BOT\server.js:43
targetChannels.forEach(channel => bot.channels.get(channel).send(message));
^

TypeError: Cannot read property 'send' of undefined
at C:\BOT\server.js:43:64
at Array.forEach (<anonymous>)
at Socket.<anonymous> (C:\BOT\server.js:43:20)
at Socket.emit (events.js15:20)
at addChunk (_stream_readable.js:295:12)
at readableAddChunk (_stream_readable.js:271:9)
at Socket.Readable.push (_stream_readable.js:212:10)
at TCP.onStreamRead (internal/stream_base_commons.js:186:23)

C:\BOT>goto start
The bot starts well but after a moment it shows that, any suggestions?

Last edited by F0X; 07-15-2020 at 02:13.
F0X is offline