discord-admin

1.0.1 • Public • Published

Discord Bot Admin Page

Allows you to see stats for your Discord Bot. Works with all Discord Bot API's.

How to use

  1. Require the package
var DiscordAdmin=require("discord-admin");
  1. Create the class & run the webserver on port 3000
var DiscordAdmin=require("discord-admin");
var Admin=new DiscordAdmin(3000);
  1. Add actions
// ... command `a` ...
Admin.addCommand("a");
// ... joins guild ...
Admin.addGuild();
// ... leaves guild ...
Admin.removeGuild();
  1. Run & Visit localhost:3000

Package Sidebar

Install

npm i discord-admin

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

5.85 kB

Total Files

8

Last publish

Collaborators

  • grantsommer