Socket
Book a DemoInstallSign in
Socket

aoi.js-panel

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aoi.js-panel

A cool admin panel for aoi.js

1.4.4
latest
Source
npmnpm
Version published
Weekly downloads
5
150%
Maintainers
2
Weekly downloads
 
Created
Source

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] [❥ CODING WITH ARNOB ❥#0088]

Keywords

npm

FAQs

Package last updated on 01 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.