• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Someone told me to fix the file permissions. How do I do that?

Answer

Given your bot has been installed in
/opt/sinusbot
and you've added a user sinusbot with the group sinusbot as well, run the following command with root permissions:

Code:
chown -R sinusbot:sinusbot /opt/sinusbot
Top