tapao-nonsen
FREEOP
10 months 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
10 Replies
brody
EMPLOYEE
10 months ago
I take it you are trying to run your bot during build? applications of any kind should only ever be run during runtime.
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)
I suppurate it to 2 service using index.js file to run different type of service
brody
EMPLOYEE
9 months ago
you would need to run your bot during runtime, instead of during build
brody
EMPLOYEE
9 months ago
do not attempt to start the bot during build, instead, start it during runtime
brody
EMPLOYEE
9 months ago
!s
Status changed to Solved brody • 10 months ago