🟦raw

The rawevent is triggered everytime it receives a message from the server.

bot.on('raw', (message) => {
    // Your code here.
});

Parameters

  • message(string) – Raw message from the server.

Last updated