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.
Hello,
i am experiencing a very weird bug which i tried to fix after several days of testing, but can't fix it.
I assume this is a bug in the 'clientMove' Event for Discord.
I wrote a script which greets everyone with a configured ClientID in the Sinusbot-Config and plays a sound file (with...
I made a log of the event instance from the event clientMove and it's missing the groups of the client that triggered the event, help please, i don't know what to do :(
EDIT: script attached, i was just testing the events and logging the event info
I noticed, that the information of the 'clientMove'-event is wrong/random if a user leaves the server / the new channel is '0'.
The following code inside of a plugin...
sinusbot.on('clientMove', function(ev) {
if(ev.oldChannel > 0 && ev.newChannel > 0) {
sinusbot.log('User "' +...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.