How to not build the discord bot
tapao-nonsen
FREEOP

a year ago

I have tried to run discord bot but it's always build first and result to be failed due timeout but it's was work fine during build

Solved

10 Replies

tapao-nonsen
FREEOP

a year ago

cfb8dd9f-f888-49ca-8103-ecf617caa7b6


a year ago

I take it you are trying to run your bot during build? applications of any kind should only ever be run during runtime.


tapao-nonsen
FREEOP

a year ago

Yes it's suppose to run on deploy but it's always build due it's has sharing repo of frontend (Next.js) and Backend (Discord Bot)


tapao-nonsen
FREEOP

a year ago

I suppurate it to 2 service using index.js file to run different type of service


a year ago

you would need to run your bot during runtime, instead of during build


tapao-nonsen
FREEOP

a year ago

How to doing that


a year ago

do not attempt to start the bot during build, instead, start it during runtime


tapao-nonsen
FREEOP

a year ago

Ok I made it not to build but now it's Waiting for build to start…


tapao-nonsen
FREEOP

a year ago

Ok Thank you


10 months ago

!s


Status changed to Solved brody 11 months ago


Loading...