aoi.js-panel
v1.4.4
Published
A cool admin panel for aoi.js
Downloads
21
Readme
aoi.js-panel
A cool package for aoi.js bot's admin panels.
This is a panel to manage your aoi.js discord bot, manage your command, guild, and an eval command, some cool features will add in next version, aka soon. install with:
npm i aoi.js-panel
How to setup?
const aoidash = require('aoi.js-panel')
const dash = new aoidash.Dash(bot, {
port: YOUR SERVER PORT,
command: './commands', //your command handler
username: "username", //username to login to dashboard
password: "password" //password to login to dashboard
})
dash.start()
put that after your const bot
example usage
const aoi = require("aoi.js")
const bot = new aoi.Bot({
token: "token",
prefix: "!",
intents: ["GUILDS", "GUILD_MESSAGES"]
})
const aoidash = require('aoi.js-panel')
const dash = new aoidash.Dash(bot, {
port: 8080,
command: './commands', //your command handler
username: "aoi.js dash", //username to login to dashboard
password: "is cool" //password to login to dashboard
})
dash.start()
need sample?
username: user
password: pass
Project owner
[Fight Farewell Fearless#9295]
My Team <3 and Collaborators
[Bumblebee#8199] [❥ CODING WITH ARNOB ❥#0088]