1.4.4 • Published 2 years ago

aoi.js-panel v1.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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?

Click here

username: user password: pass

Project owner

Fight Farewell Fearless#9295

My Team <3 and Collaborators

Bumblebee#8199

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.5

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago