UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

6 lines (5 loc) 177 B
const Typing = require("./results/typing") module.exports = async (bot, datas) => { bot.emit(name(), bot, new Typing(datas, bot)) } function name(){ return "TYPING_START" }