7cc5c4f330d47060
1a4d9bc52e
This will probably break something later, because it loads the plugins after the bot is initialized
4 lines
No EOL
90 B
JavaScript
4 lines
No EOL
90 B
JavaScript
const load = (b) => {
|
|
console.log(`Test plugin loaded on bot ${b.id}`)
|
|
}
|
|
export { load } |