#Bot does not work under the NodeJS "Multiple Bots" setup.

25 messages · Page 1 of 1 (latest)

woeful magnet
#

Alright. So I am trying to run two bots. They are the exact same thing with the exact same setup. It's literally just ctrl+c and ctrl+v and then modifying the copy with another bot token and slightly modifying some settings.

When I run ONE of these bots as a standalone on my server, the bot works just fine. But when I run them both using the NodeJS "Multiple Bots", I get this error: https://pastebin.com/R3h9rGMU
This error indicates that a file path is not found. I'm not sure why this is an issue because the files that it needs exist.

The bot is coded in TypeScript and then compiled to JavaScript.
The main file for both bots is in /dist/index.js (per bot respectively).

urban hemlockBOT
#

@woeful magnet, you just advanced to level 1 !

woeful magnet
#

The bot itself is on 20.3.1, the host server is on 20.0.0, which may be an issue.

craggy estuary
woeful magnet
craggy estuary
woeful magnet
woeful magnet
#

And I want to re-iterate, running one of these bots as a standalone bot works without an issue.

craggy estuary
woeful magnet
craggy estuary
woeful magnet
woeful magnet
craggy estuary
#

make sure it is in the correct place

#

and named correctlu

woeful magnet
craggy estuary
woeful magnet
craggy estuary
woeful magnet
urban hemlockBOT
#

@woeful magnet, you just advanced to level 2 !

woeful magnet
#

Just not sure what to do. I didn't code the bots.