mirror of
https://codeberg.org/7cc5c4f330d47060/botv12.git
synced 2025-07-24 09:58:45 -04:00
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
|
const load = (b) => {
|
||
|
console.log(`Test plugin loaded on bot ${b.id}`)
|
||
|
}
|
||
|
export { load }
|