-
So, i hosted the music bot and it worked properly. BUT. When i close the .jar (so the java) the bot is off and doesn't react anymore. Can i fix this in the config.txt or can you send me a different .jar? Thank you! Greetings, Ducky. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
You must be running the jar for the bot to run. |
Beta Was this translation helpful? Give feedback.
-
If you are running under Linux, you can create an SystemD script (ping me for help with that), if you are under Windows, you can do it with task scheduler. |
Beta Was this translation helpful? Give feedback.
-
you can start it in the background with nohup or run it with "screen" and it will stay running when you close the terminal. |
Beta Was this translation helpful? Give feedback.
-
I made bash script that will create systemctl service for the Bot. Copy everything at once, it is one command!
It will automatically:
Now, after every system reboot, Bot will automatically start. @jagrosh maybe add it to official wiki? Or at least link to this discussion? |
Beta Was this translation helpful? Give feedback.
You must be running the jar for the bot to run.