spigcord
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Spigcord

A Discord Bot wrapper similar to Bukkit or Spigot.

Installation

For the package use:

npm i spigcord

Coming Soon

For the CLI project generator:

npm i spigcord-cli

Usage

import {
 Bot
} from "spigcord";

class MyNewBot extends Bot {
 public onEnable(): void {
  console.log("The bot is online!!");
 }
}

new MyNewBot();

Help

Join our discord server to get help with your code!

/spigcord/

    Package Sidebar

    Install

    npm i spigcord

    Weekly Downloads

    0

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    135 kB

    Total Files

    252

    Last publish

    Collaborators

    • micc281