1.0.1 • Published 6 years ago
web-interface-discord
Licence
ISC
Version
1.0.1
Deps
4
Size
3 kB
Vulns
0
Weekly
0
What is this?
This is a package that gives you a pre-setup web interface for sending messages
How do i use it?
Simple do:
const Web = require("web-interface-discord")
new Web("token of bot", port, client) //these should be replaced with their respective values
//now it will run on localhost:port?token=token
//port is the port you specified, ?token=<token> the token that has <> around it should be replaced with the bot token you specified.```