π¦raw
The raw
event 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 raw
event 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