owobot/plugins/testing.js
7cc5c4f330d47060 de78065438 Initial commit
2024-07-06 11:02:11 -04:00

8 lines
No EOL
150 B
JavaScript
Executable file

module.exports={
load:()=>{
console.log("Loaded on global")
},
loadBot:(b)=>{
console.log(`Loaded on bot ${b.id}`)
}
}