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

channelupdate

  1. NeilofSteel

    Solved channelUpdate Event Bug

    I posted more information here: https://forum.sinusbot.com/threads/channelupdate-event-invoker-nicht-verfügbar.6746/#post-38027 The channelUpdate event callback parameter is returning a channel instead of an object with channel and invoker.
  2. NeilofSteel

    DE channelUpdate event invoker nicht verfügbar?

    Hey Leute, ich wollte den invoker beim channelUpdate Event abfragen. Jedoch funktioniert das irgendwie nicht ist das grade in der Alpha nicht verfügbar? Dies ist mein Code: event.on('channelUpdate', function(channel, invoker) { engine.log(channel.name()); if(typeof invoker !=...
Top