web-interface-discord
v1.0.1
Published
This is a package that gives you a pre-setup web interface for sending messages
Downloads
1
Readme
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.```