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
1eef37ae86
botv12
/
plugins
/
helloworld.js
3 lines
87 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
}
`
)
Remove some codes
2024-10-23 22:51:35 -04:00
}
Reference in a new issue
Copy permalink