You asked, and I answered! Here's a quick walkthrough of how I made my Garurumon Fat Joke Meme.

No audio because my mic kept cutting out and I can't be bothered to voice it lol.

#video #tutorial #howto #meme #digimon #furry #nightbot #memes

Owlbot - A self-hosted Owncast chat bot

https://git.logal.dev/LogalDeveloper/Owlbot

Owlbot is a self-hosted Owncast bot that is built similar to Streamlabs Nightbot so those that are used to that bot can host their own and be familiar with the bot syntax.

The bot is fully extensible allowing someone to create their own addons and share with others.

Owlbot

An Owncast chat bot with a modular event-driven architecture.

git.logal.dev

Ugh... I was tweaking Nightbot to have a command that references a digimon scene, but the file size is randomized.

(Goes from Bytes to Petabytes, minimum is 1, and max is 1000. Also, it's a hard drive instead of a phone.)

Essesntially, it's referencing the scene where Garurumon is somewhere with a kid, and he goes, "Are you implying I'm fat because I take up 20 gigabytes on your phone?"

The way I coded it, for some reason, leaves out the random number and just says the file size term.

#streamer #nightbot #command #twitch #digimon #programming #javascript #coding

did #nightbot remove the ability to log in correctly? it's now oauth-only, and to do that it demands way too much ability to do shit *as you*.

Fucking christ, another service enshittifies.

made a yellow generator for #nightbot - feel free to use!

!addcom !yellow $(eval letters = '0123456789abcdef';rand = (low, high) => { return Math.floor(Math.random() * (high - low) + low) };hex = (num) => { return letters[Math.floor(num / 16)] + letters[num % 16] };g = rand(220, 255); g > 240 ? red = hex(rand(220,255)) : red = hex(rand(240,255));green = hex(g);blue = hex(rand(0, 200));colour = red + green + blue;`#${colour} is yellow imo: https://dummyimage.com/100/${colour}&text=${colour}`)