FridayNightFunkinBoyfriendBot/removed-scrapped-crap/amogus.js
2024-11-22 12:49:22 -05:00

5 lines
112 B
JavaScript

const nbt = require('prismarine-nbt');
async function aaa () {
console.log(await nbt.stringify("e"));
}
aaa()