1.0.4 • Published 3 years ago

mine-is v1.0.4

Weekly downloads
71
License
MIT
Repository
-
Last release
3 years ago

Mine Informations

Mine Informations Simplifier is a small library that simplify the research of informations for your Discord bot. ⚠️ Only work with Discord.JS library.

Installation

Use npm manager to install Mine Informations Simplifier. Make sure to have discord.js installed too.

npm install mine-is

or

npm i mine-is

Usage

For the v1.0.4 only bot and user informations are available.

const Discord = require("discord.js")
const bot = new Discord.Client()
const mineIS = require("mine-is")

mineIS.informations.bot(Discord, bot) // return all bot informations in an Object
mineIS.informations.user(message.author) // return all user informations in an Object

Contributing

If there is a problem with the library or you want to contribute the library, send me a DM on Discord to Tsumiki#0001.

License

MIT