Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 347 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 347 Bytes
const client = require("blackdeadbotclient");

client.login("My-secret-token"); 

Create file with .env in .env file:

TOKEN="My-Super-Secret-Token"
PREFIX="!"

example