0.0.1 • Published 2 years ago

bad-pack v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

bad-pack for npm

Documentation

const bad = require("bad-pack");

//logs bad in the console
bad.log("bad");

//makes a Discord bot
//prefix and status are optional
bad.bot("token", "prefix", "status");

Bot commands

CommandDescriptionExampleResult
!say <message>Repeats text after say!say hellohello
0.0.1

2 years ago