UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

34 lines (23 loc) 1.14 kB
// General // exports.Client = require("./structures/client/bot") // File Manager // exports.FileManager = require("./handlers/filemanager") // User interactions // exports.Slash = require("./structures/applicationscommands/command") exports.Option = require("./structures/applicationscommands/commandoption") exports.Choice = require("./structures/applicationscommands/commandchoice") exports.Modal = require("./structures/components/modal") exports.TextInput = require("./structures/components/textinput") exports.SlashCommand = require("./structures/applicationscommands/command") // Message Components // exports.Embed = require("./structures/components/embed") exports.Poll = require("./structures/components/poll") exports.Button = require("./structures/components/button") exports.SelectMenu = require("./structures/components/selectmenu") exports.SelectMenuOption = require("./structures/components/selectoption") // Data // exports.constants = require("./utils/constants") exports.utils = require("./utils/functions") // Info // exports.version = require('../package.json').version exports.name = "@kamkam1_0/discord.js"