Skip to content

ProBot embed messages feature based database, lol.

License

Notifications You must be signed in to change notification settings

Etherll/probot.db-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 i -S probot.db

Usage

Now all you need is a server ID with ProBot, and your auth token from probot.io.

const ProBotDB = require('probot.db');
const database = new ProBotDB('auth token', 'server ID', 'embed name');

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

About

ProBot embed messages feature based database, lol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published