UNPKG

minecraft-information

Version:

minecraft-information is an npm that makes it easy for you to create commands about minecraft in discord.js for your bot

14 lines (11 loc) 218 B
/** * Export src/minecraft-information * */ 'use-strict'; const { HyPixel } = require('./src/hypixel') const { Minecraft } = require('./src/minecraft') module.exports = { HyPixel, Minecraft }