vdbl

A easy discord bot to use for you needs

Usage no npm install needed!

<script type="module">
  import vdbl from 'https://cdn.skypack.dev/vdbl';
</script>

README

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.