This website requires JavaScript.
Explore
Help
Sign in
7cc5c4f330d47060
/
botv12
Watch
1
Star
0
Fork
You've already forked botv12
0
Code
Issues
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
Actions
e89b39c1c3
botv12
/
plugins
/
helloworld.js
4 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Export default
2024-10-23 22:59:54 -04:00
export
default
function
load
(
b
)
{
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
console
.
log
(
`
Test plugin loaded on bot
${
b
.
id
}
`
)
Lint
2024-11-19 20:05:19 -05:00
}
Reference in a new issue
Copy permalink