Socket
Socket
Sign inDemoInstall

simple-panel

Package Overview
Dependencies
71
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    simple-panel

A cool admin panel for aoi.js


Version published
Maintainers
1
Created

Readme

Source

Simple-Panel

El mejor dashboard para Aoi.js

¿Como Usarme?

const aoidash = require('simple-panel')
const dash = new aoidash.Dash({
port: Puerto donde la app estara,
bot: bot,
command: './commands', //Tu folder donde estan tus comandos
username: "username", //Usuario para el panel
password: "password" //Contraseña para inicar sesion
})
dash.start()

Pon eso después de tu const bot

Ejemplo con Aoi.js

const aoi = require("aoi.js")
const bot = new aoi.Bot({
token: "token",
prefix: "!",
intents: ["GUILDS", "GUILD_MESSAGES"]
})
const aoidash = require('simple-panel')
const dash = new aoidash.Dash({
port: 8080,
bot: bot,
command: './commands', //Tu folder donde estan tus comandos
username: "Emmaa", //Usuario para el panel
password: "i love you <3" //Contraseña para inicar sesion
})
dash.start()

Prueba Beta

Click here

Usuario: user Contraseña: pass

Creador del proyecto

ItzEmmaa#8675 :3 Mi servidor de desarollo: https://discord.gg/2WHg3Qs6AK

Keywords

FAQs

Last updated on 23 Feb 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