Handlers
Load commands and events with the built-in method.
const { Erine } = require('erine');
const bot = new Erine({...});
bot.load("path/to/modules");
bot.connect();
Load commands and events with the built-in method.
const { Erine } = require('erine');
const bot = new Erine({...});
bot.load("path/to/modules");
bot.connect();