UNPKG

teralink

Version:

A next-generation, super-performant, v4-only Lavalink manager for Node.js with advanced features, smart search, enhanced error handling, performance monitoring, and optimized resource usage.

10 lines (8 loc) 144 B
class Plugin { constructor(name) { this.name = name; } load(tera) { } unload(tera) { } } module.exports = { Plugin };