1.0.1 • Published 4 years ago

web-interface-discord v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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.```