Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

raphcosmo

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raphcosmo

A custom theme for the discord-easy-dashboard package.

  • 1.2.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Raph Cosmo

A custom theme for discord-easy-dashboard

Installing

npm i discord-easy-dashboard raphcosmo

Usage

To get started using the discord-easy-dashboard package read the docs by clicking here

To get started using my custom theme into this package use the following code or learn more at the theming guide on the discord-easy-dashboard docs.

const { Client, Intents } = require('discord.js');
const Dashboard = require('discord-easy-dashboard');
const RaphCosmoTheme = require('raphcosmo')

const client = new Client({ intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES] });

client.dashboard = new Dashboard(client, {
    name: 'RaphXSimon',
    description: 'A cool bot with a custom dashboard',
    baseUrl: 'http://localhost',
    port: 80,
    noPortIncallbackUrl: false,
    secret: '12345-SECRET-12345',
    theme: RaphCosmoTheme
});

client.login('12345-TOKEN-12345')

Credits

Simon - Creator of discord-easy-dashboard - View his github here

Raphael - Creator of Raph Cosmo - View his github here

Keywords

FAQs

Package last updated on 11 Jun 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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc