@skybloxsystems/ticket-bot
Version:
59 lines (42 loc) • 1.32 kB
Markdown
SkyBlox Systems is the best Open Source Ticket bot out there. Not far behind with the current up to date private one.
Use the package manager [npm](https://www.npmjs.com/) to install foobar.
```bash
npm i @skybloxsystems/ticket-bot
```
If you want to update the bot, please use the current version
```bash
npm i @skybloxsystems/ticket-bot@1.0.9
```
If you are having issues, you can do the following to check for the issue
```javascript
const Bot = require('@skybloxsystems/ticket-bot')
Bot.config.bot.prefix = ""
Bot.config.bot.token = ""
Bot.config.bot.dashboardurl = ""
Bot.config.Bot.botClientId = ""
Bot.config.bot.ownerid = ""
Bot.Debug()
```
```javascript
const Bot = require('@skybloxsystems/ticket-bot')
Bot.config.bot.prefix = ""
Bot.config.bot.token = ""
Bot.config.bot.dashboardurl = ""
Bot.config.Bot.botClientId = ""
Bot.config.bot.ownerid = ""
Bot.Start() or Bot.Dev()
```
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.
[](https://choosealicense.com/licenses/mit/)