1.0.19 • Published 7 years ago

krystalkore v1.0.19

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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".
1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

2.0.0-0

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago