• 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.

backend#getChannelGroups() returns ServerGroups but no ChannelGroups

essem

Member
with the provided code i get only servergroups but not a single channelgroup.
sinusbot version: 0.13.37-9791176

JavaScript:
        backend.getChannelGroups().forEach(function(group) {
            engine.log(group);
        });

exampleoutput:
Code:
ChannelGroup{ ID: <6>, Name: <Administrator> }
ChannelGroup{ ID: <7>, Name: <Normal> }
ChannelGroup{ ID: <8>, Name: <User> }
 
Last edited:
Top