botv12/plugins/helloworld.js
7cc5c4f330d47060 1a4d9bc52e
Add plugin auto-detection and loading
This will probably break something later, because it loads the plugins after the bot is initialized
2024-10-20 17:41:10 -04:00

4 lines
No EOL
90 B
JavaScript

const load = (b) => {
console.log(`Test plugin loaded on bot ${b.id}`)
}
export { load }