voiddis
v1.0.3
Published
voiddis.js is a powerful Discord.js framework allowing you to easily interact with the Discord.API
Downloads
2
Maintainers
Readme
VoidDis
easily make a discord bot with this script.
$ npm install voiddis
Getting Started.
const voiddis = require('voiddis');
const bot = new voiddis({
token: "YOUR TOKEN HERE.",
prefix: ["*"]
});