@twitchchatjs/handlers
v1.0.0
Published
Implement of twitch-chat.js that creates handlers
Downloads
4
Maintainers
Readme
Creating handlers
const { Command, Event } = require('@twitchchatjs/handlers');
Client.commands = new Twitch.Collection();
Client.aliases = new Twitch.Collection();
new Command(Client, path).load()
new Event(Client, path).load()
options:
new Command(Client, path, {subFolder: true})