vdbl

1.1.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i vdbl

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

2.36 kB

Total Files

3

Last publish

Collaborators

  • mackan_dev