@lucid_coder/free-discord-bot-code
v1.2.1
Published
![npm (scoped)](https://img.shields.io/npm/v/@lucid_coder/free-discord-bot-code)
Downloads
3
Readme
DB2R
DB2R aka Discord Bot 20 Rows 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.
How to use
Create a file with any name, for example index.js
, add the following lines:
const run = require("discordjs-template");
run.start(token, name, color, owner, prefix)
Then run node filename.js
in a terminal.