UNPKG

katsu-sb

Version:

Using Discord.js for a selfbot

6 lines (4 loc) 104 B
'use strict'; module.exports = (client, packet) => { client.actions.TypingStart.handle(packet.d); };