Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hosting the bot #54

Open
NoamPR opened this issue Oct 13, 2022 · 5 comments
Open

hosting the bot #54

NoamPR opened this issue Oct 13, 2022 · 5 comments

Comments

@NoamPR
Copy link

NoamPR commented Oct 13, 2022

It is possible to host the bot on Discloud? https://docs.discloudbot.com/v/en/suport/host/bots/discord

@NoamPR NoamPR changed the title Compile the files hosting the bot Oct 14, 2022
@NoamPR
Copy link
Author

NoamPR commented Oct 14, 2022

and whats the main file?

@NoamPR
Copy link
Author

NoamPR commented Oct 14, 2022

in the package.json it says that the main file is
image
but i cant find the file

@lminor
Copy link

lminor commented Oct 18, 2022

@NoamPR if you follow the Dockerfile and package.json you can see the start command is yarn start which runs this command NODE_PATH=./dist/src NODE_ENV=production node dist/src/server.js the file it starts as in dist/src/server.js is generated after compiling with yarn build I believe.

You should be able to host this on any server or environment that can run node 16.6 or later.

@NoamPR
Copy link
Author

NoamPR commented Oct 24, 2022

Ok thank you I will try

@NoamPR
Copy link
Author

NoamPR commented Oct 24, 2022

Hi @lminor
So I tried to host the bot and al this... but I kinda need help with that , like can you maybe help me to host the bot ? I would really appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants