UNPKG

discord.js

Version:

A powerful library for interacting with the Discord API

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