mindcraft/bots/template.js

6 lines
No EOL
66 B
JavaScript

(async (bot) => {
/* CODE HERE */
log(bot, 'Code finished.');
})