JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 48
  • Score
    100M100P100Q90288F
  • License ISC

Main

Package Exports

  • @skybloxsystems/ticket-bot
  • @skybloxsystems/ticket-bot/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@skybloxsystems/ticket-bot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

SkyBlox Systems Ticket Bot

SkyBlox Systems is the best Open Source Ticket bot out there. Not far behind with the current up to date private one.

Installation

Use the package manager npm to install foobar.

npm i @skybloxsystems/ticket-bot

Update

If you want to update the bot, please use the current version

npm i @skybloxsystems/ticket-bot@1.0.9

Checking for Errors

If you are having issues, you can do the following to check for the issue

const Bot = require('@skybloxsystems/ticket-bot')

# Setup config settings
Bot.config.bot.prefix = ""
Bot.config.bot.token = ""
Bot.config.bot.dashboardurl = ""
Bot.config.Bot.botClientId = ""
Bot.config.bot.ownerid = ""

# Check for errors
Bot.Debug()

Usage

const Bot = require('@skybloxsystems/ticket-bot')

# Setup config settings
Bot.config.bot.prefix = ""
Bot.config.bot.token = ""
Bot.config.bot.dashboardurl = ""
Bot.config.Bot.botClientId = ""
Bot.config.bot.ownerid = ""

# Start the bot!
Bot.Start() or Bot.Dev()

Contributingad

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT