π¦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
The rawevent is triggered everytime it receives a message from the server.
bot.on('raw', (message) => {
// Your code here.
});message(string) β Raw message from the server.
Last updated