FridayNightFunkinBoyfriendBot/prototyping-crap/amogus.js

6 lines
112 B
JavaScript
Raw Permalink Normal View History

2024-07-25 22:57:29 -04:00
const nbt = require('prismarine-nbt');
async function aaa () {
console.log(await nbt.stringify("e"));
}
aaa()