2.0.1 • Published 3 years ago

probot.db v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

probot.db

ProBot embed messages feature based database, lol

Store your data in ProBot database easily, using the embed messages feature, for free :).

Installation

npm install probot.db

Usage

Now all you need is the server id that has ProBot in, and your auth token from probot.io.

const Database = require('probot.db');
const database = new Database('auth token', 'server id', { embedName: 'probot.db' });

await database.set('foo', 'bar');
await database.get('foo'); // bar
await database.delete('foo');
await database.clear();
2.0.1

3 years ago

2.0.0

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago