UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

5 lines 121 B
module.exports = async (bot) => { bot.state = "ready" bot.emit(name(), bot) } function name(){ return "RESUMED" }