2.4.1 • Published 3 years ago

@pajsen/db2r v2.4.1

Weekly downloads
-
License
Attribution-NoDer...
Repository
github
Last release
3 years ago

npm (scoped)

GitHub issues

GitHub issues

GitHub pull requests

GitHub last commit

GitHub contributors

DB2R

DB2R 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). Any changes made should be shown in a Changes.md file. The repo can not be private, a link of the repo should also be linked in the repo.md file. DB2R is a discord bot with 2 lines of code.

How to use

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

const run = require("@pajsen/db2r");
run.start(token, name, color, owner, prefix)

Then run node filename.js in a terminal.