Remove code from testing plugin

This commit is contained in:
7cc5c4f330d47060 2024-07-24 01:59:19 -04:00
parent a323d257fe
commit fe5226537f

View file

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