2.0.0 • Published 2 years ago

breno-dev v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Minecraft Account Checker

It only shows if the account is working or not soon I will be putting other features.

Sample Code

Reference it in your source like this:

const Discord = require('discord.js');
const exemple = require('breno-dev');

exemple.authenticate('email', 'password', null, (result) => {
   if (result.fail) {
      return client.channels.cache.get('channel id').send(new Discord.MessageEmbed()
         .setColor('#2F3136')
         .setAuthor('Verified Account', 'https://imgur.com/D4Y20xr.gif')
         .setDescription('The account below is not working.'));
   }
   client.channels.cache.get('channel id').send(new Discord.MessageEmbed()
      .setColor('#2F3136')
      .setAuthor('Verified Account', 'https://imgur.com/GFIv2e0.gif')
      .setDescription('The account below is working.'));
});

Discord PT/BR

2.0.0

2 years ago

1.2.0

3 years ago

1.0.0

3 years ago