1.1.8 • Published 2 years ago

matrixbots v1.1.8

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

MatrixBots

🦢 Your Bots our Home - MatrixBots

Image

If you need help you can join our Discord Server or you can visit our Documentation

1. First Steps

1.1 Installation

npm i --save matrixbots

1.2 Getting Started

const ma_API = require("matrixbots");
const matrixbots = new ma_API("your-bot-api-key");

// Get all likes of the Bot
try {
    await matrixbots.getLikes().then(data => {
        console.log(data);
    })
} catch (e) {
    console.log(e);
}

// Update Bot Stats
try {
    await matrixbots.updateStats(serverCount as number, userCount as number).then(data => {
        console.log(data);
    })
} catch (e) {
    console.log(e);
}

// Get Bot Info
try {
    await matrixbots.getBot("<botid>").then(data => {
        console.log(data);
    })
} catch (e) {
    console.log(e);
}
1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago