mine-is
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i mine-is

Weekly Downloads

6

Version

1.0.4

License

MIT

Unpacked Size

6.65 kB

Total Files

8

Last publish

Collaborators

  • tsumiki_gfx