Skip to content

A simple discord.js v14 command, context and event handler.

License

Notifications You must be signed in to change notification settings

abdySid/sl-commands

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLCommands

An advanced handler for Discord.js Bots with TypeScript and JavaScript support!




About

SLCommands is a command, context, feature, and event handler made by bluey#0012. The goal of this package is to make your Discord Bot developer's life easier.

Documentation

The official documentation can be found here: https://synclab.gitbook.io/sl-commands/

Installation


required discord.js v14

Simple Setup

JavaScript

const SLHandler = require('sl-commands').default
const path = require('path')

new SLHandler({
	botToken: 'YOUR_TOKEN_HERE',
	commandsDir: path.join(__dirname, 'commands')
})

TypeScript

import SLHandler from 'sl-commands'
import path from 'path'

new SLHandler({
	botToken: 'YOUR_TOKEN_HERE',
	commandsDir: path.join(__dirname, 'commands')
})

Support & Feature Requests

This package is looking for feedback and ideas to help cover more use cases. If you have any ideas feel free to share them with the GitHub repository's issues.

About

A simple discord.js v14 command, context and event handler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%