1.3.19 • Published 2 years ago

nertivia.js v1.3.19

Weekly downloads
2,024
License
ISC
Repository
github
Last release
2 years ago

Nertivia.js

NodeJS library for Nertivia API

Notice

This library is in its early stages. A lot of features are missing. If you find any issues, make sure you post them in the issues page in GitHub.

Token

Since bot users are not a thing right now, you can self bot. Make sure you do not make spam bots, ty :)

To get your token: 1. Open inspect element (ctrl shift + i) 2. Go to the Console tab 3. type in localStorage.getItem("hauthid") Your token should print out.

Usage

npm i nertivia.js

const Nertivia = require("nertivia.js");
const client = new Nertivia.Client();

client.on("ready", () => {
    console.log(`Logged in as ${client.user.tag}!`);
})


client.on("message", msg => {
    if (msg.content === "ping") {
        msg.reply("pong!")
    }
})

client.login("token")
1.3.18

2 years ago

1.3.19

2 years ago

1.3.17

3 years ago

1.3.15

3 years ago

1.3.16

3 years ago

1.3.14

3 years ago

1.3.10

3 years ago

1.3.13

3 years ago

1.3.11

3 years ago

1.3.12

3 years ago

1.3.9

3 years ago

1.3.8

3 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago