UNPKG

discord-user-bots

Version:

A library that allows you to use the full potential of Discords API to create and operate powerful user bots

9 lines (8 loc) 206 B
module.exports = { ...require("./channel.js"), ...require("./gateway.js"), ...require("./guild.js"), ...require("./message.js"), ...require("./rest.js"), ...require("./self.js"), };