Definitions by fardamongus
open secret
VTubers' past life and face reveals are a good example for this. You may recognize their voice but you're still not allowed to tell the open secret because that would be doxxing.
open secret by fardamongus February 2, 2024
mineflayer
// simple mineflayer bot that says "Hello, World!" on login
const mineflayer = require('mineflayer')
const bot = mineflayer.createBot({
username: 'Bot',
host: 'localhost'
port: 25565
})
bot.on('login', () => bot.chat('Hello, World!'))
const mineflayer = require('mineflayer')
const bot = mineflayer.createBot({
username: 'Bot',
host: 'localhost'
port: 25565
})
bot.on('login', () => bot.chat('Hello, World!'))
mineflayer by fardamongus May 30, 2023