DB2R will be remade soon, I will add custom commands, better design, better setup and much more. I will keep updates here
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.
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.