UNPKG

discord-login-bot

Version:

A simple Discord bot package that allows you to create a bot and join a voice channel.

8 lines (6 loc) 347 B
//discord const deletingCommands = require("./Class/deletingCommands"); const deletingCommandsWithToken = require("./Class/deletingCommandsWithToken"); const discordBot = require("./Class/discordBot"); const statusType = require("./help/statusType"); module.exports = { discordBot, statusType,deletingCommands,deletingCommandsWithToken };