Socket
Socket
Sign inDemoInstall

krystalkore

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    krystalkore

A basic framework for Discord, written in Discord.JS.


Version published
Maintainers
1
Created

Readme

Source

Krystal Kore

An unofficial bot framework for Discord, written in JavaScript.

Features of Krystal Kore

An easy setup for a Discord bot. It currently has basic moderation commands, some fun commands, and total customization of the name, prefix, status, and more.

How to Install

The setup is quite simple. Run one simple command:

npm install --save krystalkore

This will save the module KrystalKore to your package.json, plus install the required dependencies.

Example and Documentation

This is the basic explantion of how to get the bot running and the different parts of the bot itself.

How to start the Bot

const krystalkore = require("krystalkore")
var krystal = new krystalkore("bot token",
                             {"name": "bot name",
                             "status": "bot status",
                             "prefix": "custom prefix",
                             "role": "role"});

krystal.connect();

Option Documentation

Options available to editDocumentation for the option
bot tokenSelf explanitory. Insert your bot token here.
nameThe name of your bot. Used for the help command and other things. Leaving it blank defaults to "Krystal".
statusCustom status that you would like the bot to display. Leaving it blank defaults to "keepo".
prefixThe custom prefix that you would like to use. Leaving it blank defaults to "-".
roleThe name of the role that has admin permissions (ex. User must have this role to kick and ban). Leaving it blank defaults to "Admin".

Keywords

FAQs

Last updated on 10 Dec 2016

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