You should change the title to "i can't start my bot", but don't run the bot under root that's you issue. Create a user named "sinusbot" and log into that. Run a screen session and then start the bot.
Code:
useradd sinusbot
passwd <password>
add ownership to the sinusbot with the new user
Code:
chown sinusbot -R /opt/sinusbot/
Log out of root and log into the created user account
Code:
screen -S sinusbot
cd /opt/ts3soundboard/
./sinusbot
Then press crtl+a, and "d" to exit out of the screen session.
To rejoin the session to shutdown the bot
crtl+c