1.1.1 • Published 3 years ago

vdbl v1.1.1

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

npm (scoped)

GitHub issues

GitHub issues

GitHub pull requests

GitHub last commit

GitHub contributors

Vdbl

Vdbl is a NPM package. The NPM package can be used for any discord bot but it should follow the Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0). Vdbl is a discord bot with 4 lines of code for a ping command.

How to use

Create a file with any name, for example index.js, add the following lines:

const db = require("Vdbl");

db.add("Ping", "pong", true); // the last true means you can type in however with caps and it whil work.
db.run(token, prefix);

Then run node filename.js in a terminal.

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago