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.
by fardamongus February 02, 2024
// 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!'))
by fardamongus May 31, 2023
chayapak
by fardamongus June 28, 2023