The rawevent is triggered everytime it receives a message from the server.
raw
bot.on('raw', (message) => { // Your code here. });
message(string) β Raw message from the server.
message
Last updated 1 year ago