Socket
Socket
Sign inDemoInstall

aoi.js-panel

Package Overview
Dependencies
71
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aoi.js-panel

A cool admin panel for aoi.js


Version published
Weekly downloads
12
increased by140%
Maintainers
2
Install size
2.25 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 01 Mar 2022

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc