UNPKG

ext-manager

Version:

A package to manage an extensions for event listeners or discord bot commands with ease

8 lines (7 loc) 97 B
module.exports = { name: 'test', once: true, main (str) { console.log(str) } }