1.0.19 • Published 2 years ago

linkr-api v1.0.19

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

Hey there, welcome to LinkR Bot's package

Example:

const Discord = require('discord.js');
const client = new Discord.Client();
const LinkR = require('linkr-api');
const { MongoClient } = require('mongodb');

client.on('message', async message => {
    let account_info = await LinkR.fetch(message.author.id, "ACCOUNT_TYPE");

    /*Account types are: 
        <EPIC> (epic games)
        <BRAWL> (brawl stars)
        <EMAIL> (email adress)
        <ROBLOX> (roblox)
        <INSTAGRAM> (instagramm)
        <DISCORD> (discord)
    */

    console.log(account_info);
    //returns accout info, if it doesn't exists returns<"NO_ACCOUNT">
});

Out of the services specified above these currently are supported:

Epic Games

Brawl Stars

Email

Roblox

Instagramm

Discord

Please remember, all versions are backwards-compatible

Also remember, if it ever entcounters an error it will return string "undefined"

1.0.19

2 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago