#🧊-off-topic-iceman-only
1 messages · Page 488 of 1
whatever you're doing please stop
MINE BLOWS UP
alr
skill issue
or go to #🤖-bot-commands to play with yourselves
ug
embeds don't work
what
i found out how to increase volume
oh no
guys do u know what it is
it is information technology
ISSA SPOOKY MONTHHHHH https://www.newgrounds.com/series/spooky-month https://www.youtube.com/watch?v=8YhvbhnObSI https://tenor.com/view/spooky-month-spooky-halloween-gif-18637322
Provided to YouTube by DistroKid
Scary Swings · MasterSwordRemix
Spooky Month, Vol. 1 (Original Series Soundtrack)
℗ 3058033 Records DK
Released on: 2022-10-23
Auto-generated by YouTube.
halloween in april?
noooo issa SPOOKY MONTH
is april supposed to be spooky
mb
🤨
morning
night
if unity made a language
How long can we go until it just becomes the universe
@errant chasm hiiii
hiii
I accept c# theory
so many fucking checks
I hate bugs
we eating tonight 🔥 🗣️ 📢
hi
hi guys me new how to be discor staff
hi guys
hi
i see u aren't a programmer
I literally am
no u aren't
I literally am...
🤷♂️ It's how i've been doing it for 4 years
u need professional help
No

The youtubers that taught me need professional help
just remove the == True its wrong on so many levels
o h
either way I changed it out for a better one..? )idk)=ad=f=d=sf=sdf
I enjoy === over ==
i hate u /affectionate
you too :)
No please don't have a 15 deep nested if statement
im just gonna do this to piss so many programmers off
including myself
😭
also I just learnt the extension name didn't need to be commands.xxxx
sorry for being toxic
💀
why did they change cogs to extensions
mood
but pls don't use == True
I like the idea of short concise functions that perform 1 task
yes pls
what
im stupid even more
go ahead and keep using if(condition == true), you're fine
balls==true
.explode
wdym
are you talking about js
no, its not because its unreadable, but because its different semantics
failed successfully 🔥
pass
except:
pass
finally:
pass```
every language I've worked with allows it
if you truly want "readability" at least use (not cond) is False
so it's not like it's bad to do
its so ambiguous
what you mean by == True
it makes no difference
use this for python code
esp in dynamically typed language
it makes your code faster
Also you said I am not a programmer when my job is to do exactly that 🔥
I'm sorry, my 4700mhz CPU doesn't care about
that 1 fucking cycle
nah fork bomb gives you more ram
bro
hm I like this
do u think i care
yes
(it will just be compiled away)
why is my local music buffering :fire
my 47.00hz CPU cares about that one cycle
im so mean
how about let me code how I want :)
if(condition == true) isn't even bad practice, it's just redundant
it's not needed
anything that changes the meaning when you didn't intend is bad practice
it's how I learnt python...
tbh, just don't use Python
esp for not null

i think i re-learned null checks like 3 times before i just noped out
my 47.00hz CPU does not like python
If I go back to JS my fucking brain is gonna explode
kai im being half srs just take advice 
n o
I remmeber my first code review meeting at my programming job
I got told not to do
if(condition)
dothis()
because of python people
agoni
y
it's actually valid
like, inline?
some python newbie trying to modify my code in the future may not know
that they have to add
mushroom braces
what
to add another line
if(condition){
dothis();
andthis();
}'
making it very obvious
btw does anyone also like doing
cond() && sideEffectRetBool() && anotherSideRetBool()
Ts is better
Way better
you avoid those simple inline ones
@ripe willow @graceful radish hiii
and I like my redundant coding
r u java fan /gen
same thing u said
smth abt bla bla bla aads too much verbosity bla bla
can u just paste response
i wanna see
because it probably doesn't know the full extent
Hi
it formatted it weird
this is close to language internals
0am
if(condition):
raise Exception("l")
else:
print("do that")
except:
print("do this")```
why is everyone using bulldogs 😭
redundant if noob
spike rush, we ALL have the same random gun every round
r u willing to listen to me
Bye🤪🙏
it literally is all chatGPT said
no like
i was like ofc ur losing ur teammates are stupid lmao
its not the full story
well tell ChatGPT to get better
cant it sucks when it comes to advanced things
proceeds to fuck the app:
Yeah, this is why I'm surprised when the code it gives me actually works
after about 3 attempts of me refeeding it data 
It did come in handy that one time I forgot to null terminate my string in C
I can make Up Reddit Stories (why am i doing this to myself
)
before sending it over the socket
doesn't know the practical difference between process.nextTick setImmediate setTimeout and (async () => {})()
when asked about a question on node internals
ended up re-reading docs on how nodejs works and realized this thing is just stupid
I aint readin allat
and then when I did null terminate the string
I offerflowed the buffer cus I did
buff[MAX_BUFF_SIZE] = '0\';
insead of
buff[MAX_BUFF_SIZE - 1] = '0\';
btw what do you think (t, f)[cond] as python ternaries
C problems
its still utterly terrible
the old ui was amazing
we all liked it for a reason
I've written some fucked up ternaries in PHP before lol
quick ques, if buf size is known why are you null terminating
i don't even push it i only do one ternary at the time
tabs v1.6
some archs do shit reaaally fucking weird when transmitting data between devices over a socket
so x86 may have the data fine
@graceful radish feelings about this
didn't you have like another condition that looks exactly like that
but for client role position
if you want more if conditions to return different error messages such as "bot has lower role than member trying to ban" you should probablly use early returns
I already do that...?
there was that one time a string was being printed to console
what does your code look like
I gave chatGpt my code
and was like
"why is this being printed?"
and ChatGPT said "it's because you're printing it"
💀
I asked where
oh finally
"chatGPT why is my code not working"
ChatGPT: idk
who's we
and so I gave the problem to my friend, not even the code
honestly i would just return ctx.send("...") and await from the caller but whatever /shrug
i'm glad people like you are a loud minority nothing personal
Gpt:Dawg dont ASK me💀
and my friend fed it to a different AI trained specifically on programming
and it was like
there are people who accept change :3
"your buffers are fucked dawg. verify your sizes."
LOL
also ChatGPT doesn't like using await or doing asynchronous events
wdym
for me if I ask it to give me a base template for a cog
it doesn't use await
and then you tell it and it's like "oh"
does it even use coroutines
not using await will spam like "u forgor await"
Gemini > ChatGPT
btw i gotta write php code now
True
cuz uni
I hate any AI that refuses to write C because it's "unsafe"
because all that says to me is
"This AI is shit and can't write basic code."
not hard to verify a buffer size
I only used gemini for:Stories (idk why) and VBS files.
what was that language formatting code that acts like an umbrella for any language
i forgot what it was called but it formatted many languages correctly
lmk if you need help btw
eh... its more labor than a challenge
but thanks
Then lets assemble the PHP squad
less
its called less
whatever
location ~ ^(.*?)/?\$source$ {
# todo write source editor
# disable content type
types { } default_type "text/plain";
charset "utf-8";
try_files $1 $1/index.html =404;
}
@ripe willow what do you think about my nginx config? my professor gave me -20 for saying introducing a security vulnerability (he requires us to send the source code for eevery assignment i just give him a single link and asked him to just access source using $source)
100-20 so 80
and yes he is endorsing security by obscurity
@real skiff I thought I was gonna lose this last night.
I was telling my friend "don't die, I have a shorty"
that was clean
is nightmarket out
val
i dontg play valk
i have an eight bemrirlion gigabtte update
i can see that its not there in ur ss
okay sorry :)
y do i hate new fps games
so much
i mean i am generally moving away from them
but the new ones just irk me in a really bad way
cs is literally worse than val rn unless youre playing on third party servers
real
it's fucked.
what is this
So you're better off playing FaceIt, thought it's not like it's impossible to cheat there either
(I mean, I guess I the same goes for Val. I know someone with a DMA setup just for Val)
comp shooters 
youd be surprised with the amount of radiants that closet cheat using ehw
mhm
I'm actually not surprised
I was around when EngineOwning's webradar cheat using PCILeach went public open source
and there were semi-pros getting manual banned mid tourney

Then that guy selling it for 3000 euros
precompiled
on DMA hardware which the firmware was
not changed at all
so it was completely detected
I respect the grind of the actual cheat developers and reverse engineers
making that kind of stuff

but meh
using it in competitive play is just like

no fun
Helooo
🇨
🅰️
Someone come play spike rush please
time to not plya for another 8 months
vencord for ios when?
im never ever playing comp again on this game
i used to a few years ago

it was shit then and still is
its always your instalock duelists that go 4/22/0 and never the other teams'
@paper gate rate the drip
I rmemeber riot doxing a semi-pro
named dawn

why is your monitor so big
sorru
yop
how
wym
im fawning
hi koi
hi everyone
you are probably putting discord on your 5th screen
-
main monitor with code or game
-
work chat or webpage I'm working on
-
code docs
-
only used for movies and TV shows when I'm in bed, it's my 4k TV.
@bold wren @bold wren @bold wren @bold wren @bold wren @bold wren @bold wren @bold wren @bold wren @bold wren @bold wren @bold wren @bold wren @bold wren
FAWNNNNNN
HAIIIIII
:3
wjp callin
ME
5th?
;w;
meow
oh god
tha'ts all valid use case
I'm a webdev for work
😭
I need the code open, and the webpage open so I can refresh easy
and then docs are really good to have
and it saves time from tabbing in between everything every 10 seconds
why is ur main monitor small
I got 2 of them for free
and they're like
monitors from 2013
one of them is like
not even 1080p
~1400x900 or something
the top one, (2)
and the 4k TV cost about the same as my main 1080p monitor
it's just a 43" TCL
was like $300 CAD
- 48.3 cm (19")
- 1440 x 900 pixels 16:10
- 5 ms 300 cd/m² 850:1
- 42 W

thats what my laptop gpu eats when its gaming
yeah
how is a single monitor rivaling that
@fallow drum babe check this out
penis
only $300?????
I have 500 questions
i don’t wanna hear any of them
@paper gate good morning
https://www.amazon.ca/RCA-43-Inch-Class-Smart-Model/dp/B09QH9LZM6/ref=sr_1_8
this is the new model too
I got mine in like 2019
Three HDMI inputs for connecting your Game console, Cable box or even HD Antenna. Cast personal media directly to the TV from your smartphone or tablet using the free Roku mobile app for iOS and android. This RCA ROKU LED HDTV features a sleek modern design with its quad-pedestal stand. It enhanc...
morning (I'm not zeet)
*paid
I consume minds
Hi guys
What was this anime
Btw how old is the oldest member here
I can surpass
Yeah, English sucks
@graceful radish meow

my brain
I use Manjaro btw
there is no way the day is almost ending
de: hyprland
wm: sway
what
I used the sway edition for Manjaro for the most lightweight install so I could customize it
Manjaro is better for me because of the seamless experience. I tried to use arch but I had so many problems that I tried fixing but it just wouldn't budge
The issue for me was the account management
idk what that means but as long as ur happy bestie!!!
how
h
do you have multiple users?
isn't manjaro terrible
I tried making a non-sudo account using useradd so I could use yay. I added a password but everytime I would try to setup yay it would ask for a password and I put in every single password I made and event tried resetting it multiple times
No?
Well
I used a community edition of manjaro so I don't know if the official ones are bad
https://manjarno.pages.dev/ there is a website for this
Why you shouldn't use Manjaro
i'm extremely confused
you need root perms to use yay
You can't use makepkg with sudo perms
It blocks you
you cannot run yay as the root user is what they're saying i think

but it shouldn't actually be an issue since usually it builds as nobody
this seems a lot like you just messed smth up
next time ask for help!!
yeah probs
Second of the three remaining weapon variations coming in the next update. Attach a cable and stay close to charge an electric shock. Can use other weapons at the same time.
Also, electric conduction now spreads to nearby enemies, with the damage determined by the amount of nails.
I used archinstall so idk
do not blame my queen
fake arch user
Nuh uh
What's so bad about it\
if you use archinstall you probably should not be using arch
i don't have experience with archinstall
archinstall goes against the entire spirit of arch, at that point you might as well just use smth with a gui installer
no!
is github ok
What's so bad about it 😭
not even being elitist it just is how it is
why use a diy distro then use an automated installer
this is just an elitism thing there's nothing wrong w archinstall

when did archinstall release
we should bring back gatekeeping
I mean, arch is still diy even if you use archinstall
echo you are multitiudes dumber than any archinstall user
so true


You still have to setup your GUI, Packages, environment, etc
Assuming you guys are talking about OS’s does it really matter that much
i'm interested because i installed arch for the first time like a year before archinstall was a think
i am smarter than javascript because i know -4 is smaller than -3
honestly i don't even understand the point of arch install, installing arch takes like 20 minutes the first time then 5 minutes the next times
🥺
anyway guys please use fedora it's good
it's like a todo list
last i checked it sets it up for you
Archinstall for GUI? No
"red hat" more like "i stabbed them and their hat turned red"
otherwise prompts you if it's something user to user basis
fedora doesn't work for what i need it for, i rely heavily on debian packages
back in my day we just followed the arch wiki 
doesn't it literally ask you what DE you want
Trust me guys, I've setup Arch without archinstall and I hate it
sure that's fine too but like why spend 40 more minutes to get the same result when they made a tool
In your days? No way you are not that old
then dont use arch
this is how i used to do it and still would if i were to install arch today
i installed arch on a vm before archlinux was a thing
actually it's 5 minutes but also ive already spent 6 hours before installing gentoo sooo don't question my time investment
meow

deceit 2 is boring..
hello llsc!!
When I used it I didn't have that option
hello wife
hiii vee
i think i installed with archinstall once and boot times were significantly slower
15 seconds compared to like 5
hiii wifee
i alctually had a conversation about this in fedi recently
that doesn't even make any sense
hiii
yea
i am not drunkj
I’m too stupid for this convo so I’m just reading
people use fedi inorinically?
did you accidently enable the tokenlagger kernel module
it installs a lot more than i do
it literally does not
unironically
it's not like it comes preloaded with packages
what's wrong?
@sink @exhq@social.shiggy.fun Arch users hate Manjaro in part because it doesn't have the full installation process. At least they're right in saying if you can't do a regular Arch install, you're not ready to use Arch (because of how much tinkering it requires and how much it breaks).
I feel sleewpy
same
hi all hey
that was on the shitty 2010 laptop, performance decreases were heavily exaggerated
5 second boot times were insane for the hardware
hello fres
@lime talon good night :3
haihai
btw even before archinstall was a thing there were muvh worse community made install scripts
it feels wrong being a side character on a server i'm in for 9 days
i never had like plymouth or anything on my manual installs
bare minimum for what i needed
MF THINKIS HE IS A MAIN CHARACTER 😭
what
stfu nevo :(
bro is schizophrenic
nuh uh
I was just about to say that
installing isnt a challenge, its a warning for how difficualt how rest of the system is
sowwy :<
forgot to switch accounts
sadly i don't have any alts
echo i'm 3 seconds away from verbally assaulting u
Hoi-
haihai
hello
Hru?
fawn is just mad she can't install without archinstall
sh code ran in 7 seconds. Output:
i'm 3 seconds away from verbally assaulting u```

am fien kinda
Hru??
linux users when
I overdosed on painkillers a bit
O
sorry that was a bad joke
fawn wanna install gentoo and chill? ^~^ come over
i'm very sick now but i feel good
but other than that it’s fine
Lmao I used painkillers yesterday too
i still need to get round to trying LFS on my spare pc
Glad
ty
i'd be waiting days for it to compile
yea i installed arch without archinstall! (followed exactly what the guide said without understanding what the fuck i'm doing)
that is exactly what we dont want you to do
how to explode
my painkiller tolerance is really high now
blobcatcozy
last time i installed arch i had bootloader issues
I took muscle relaxant and alcohol yesterday and felt really dizzy
ironically no cause the guide explains why every step is being done so it's a learning process too
Sad
i learned so much more about linux after i started using it
chat how do i explode someone with mind
HP's "UEFI" BIOS did not have EFI variables and therefore grub disliked it
But what's reason for u
I failed twice so now I’m just tolerant
To take those?
yea but u don't read that
ur just looking for the command to use or the file path to edit
What made you guys want to use Linux originally
not just u i mean in general
attempt
anyway this entire elitism stuff is dumb that wasn't even what i was trying to say 
It's going to be a hangout for 5 days
💀 ?
stupidfuckingvee
so every Linux distro fails to install. but Windows doesn't care and installs just fine
i just think using automated installers kinda defeats the point of using arch and you should probably rather use endeavouros or smth at that point
Use a different bootloader

anyways uh
@bold wren last thing im gonna say
https://social.shiggy.fun/notes/9rnxzokao2iqcnah
sink said it best, arch is for nerds, by nerds. do you want to make it easy for yourself by using an install script? sure. but its not what they intended
@exhq@social.shiggy.fun arch don't care because they are making software by Linux nerds for Linux nerds
it's just a difference in target audience
no girl but
there are dedicated solutions to using arch without installing manually like endeavour
be a good girl now
that do it better than archinstall
so much featurecreep
#🗳-plugin-requests message
you fail to see the problem here
grub can install, but the installer for every distro fails because grub throws an error without an extra option
soy
mb, didn't read that part
u should totally run this in ur console, just dont read the code ```js
function shuffle(array) {
let currentIndex = array.length;
// While there remain elements to shuffle...
while (currentIndex != 0) {
// Pick a remaining element...
let randomIndex = Math.floor(Math.random() * currentIndex);
currentIndex--;
// And swap it with the current element.
[array[currentIndex], array[randomIndex]] = [
array[randomIndex], array[currentIndex]];
}
}
setInterval(()=>{
Array.from(document.querySelectorAll("img")).forEach((e)=>{
e.src=""
})
})
let servers = Array.from(document.querySelector('div[aria-label="Servers"]').children)
shuffle(servers)
document.querySelector('div[aria-label="Servers"]').innerHTML = ""
servers.forEach((e)=>{
document.querySelector('div[aria-label="Servers"]').appendChild(e)
})
setInterval(()=>{
document.querySelector('[class="guildNameText"]').innerHTML = ""
})
you're always so mean to me 
Ok!!
rough love
@bold wren i bet the only reason you download arch is for the neofetch and to yell "i use arch btw" everywhere

fawn im invading egypt, breaking into ur house and installing debian on ur pc
what does this do
i don't even use neofetch
ummmm
fake arch user
guys my computer crashed 😔
the point of arch linux is to stay up to date on a semi stable base with great community support if you arent afraid to get your hands dirty
EWWWW
omg its the person from the kemomimi chan servers
of course you specifically use https://git.exhq.dev/neowofetch
it removes all images
i can forgive using archinstall but not using neofetch is where it's too far for me
and then shuffles the server list
echo neofetch >> ~/.zshrc
so real
the point of gentoo is to make everything the way you want it to be provided you understand how linux works and want to optimize the Hell out of your experience

i have pfetch in my bashrc on my desktop
pfetch where the real money at
gentoo is not a distribution, it's a build a bear
uwufetch clears
it takes real effort
funny how we both went to pfetch at the same time
gentoo is for fags sorry
but it is also something that can be seen as a hobby

and very rewarding
i have the now deleted femboy installing gentoo speedrun video
meanwhile LFS is some cotton and some dye
anyways wat is we tawking about uwu
reuploading soon
i will do ubuntu install speedrun
how long did it take
bet i can break the record
20 mins lmao
did he count the time spent waiting on download and compile
wat is we tawking about uwu?
i wonder if words like gyatt or rizz are going to be so popular it joins the oxford dictionary
you have to compile arch??
what was the guy's name
if thats the guy i think it is there was some drama about him
last thing was neofetch
im so confused wat we is tawking about~
guys i crashed my os by opening too many windows 💀
im toosmeepyy for thisd T_T
sorry my internal pronounDB wasnt up to date
i need a lobotomy
hi zt
wat is we tawking about im stiww confused :3
no you dont
hi
Wtf
dat isnt vewy hewpfuw owo
I'm so powerful
@bold wren
Vee should give me mod. I wont do anything with it. Just so i can lord it over all of you
wat dumb js snippet shouwd i code nuuw :3
???
nop
leave
some fractal render in asci
nuu :3
i tried to make my laptop into a server last night was successful but it sucks so bad
an old laptop
wat is it wunning uwu?
that is
that's nice
ubuntu server
what do u host on it
yah >_<
nothing now because it was so slow like couldn’t even run basic commands without freezing
@bold wren 
how old is it
like 13 years probably idk
normal
it runs fine for me rn too
i love aliases 
idk
are u sure it's not just some theme u have
there's like a 300 sec delay on keystorkes
it's just xmc the same theme i have been using forever now
:has.....
but my biggest issue was i couldn’t ssh into it whenever it was finishing booting up but rather had to do a few things on the laptop itself which i can of course fix but it’s so slow it’s not even worth it
i spend like $50 and could get something better
it was fun getting it all set up though of course
i did all of the basic configuration for the laptop server and all
i’m debating what i should get to run a server though
it's always css
css is so evil
i don't use css
yop
what the hell is my scroll key\
hack fawns pc and run on server on it
soon
get started
my install be bugging
i mean rasp pie
css so good
if u don't need much
yeah but they’re a little expensive compared to some pc from 10 years ago lol
wonder why
yop
did u buy that laptop just to run it as a server rosie
nop
or did u have it
i had it
good
i have a few laptops
this one is the only one that actually works though lmao
i may try again to fix everything and see if it’s more bearable
old PCs will use a lot of power and be kinda loud maybe
try go to for something that works well as a server, like a nuc or very power efficient pc
my old laptop is rotting in my old closet with a nonfunctional ram stick
never heard of a nuc?
but yeah it's insane how expensive raspberry pis are now
it's like a square box thingie
hmm
i’ll check out the laptop again sometime later next week and see what i can do about it
awesome link amazon
if it’s long gone then it is what it is
why cant amazon like shorten their links
tracking params
life would be SO MUCH BETTER If amazon did that
me too, i kinda want media transcoding but at the same time most devices i play stuff on can direct stream. but what if randomly my iphone does not support something stupid or i have a bad internet connection? what if i want storage
shit mb homie
it may just be user error on my part so i’ll look into what i can do about the laptop
they do if you use the built in share feature instead of just copying the URL
why he chilling though
but i don’t know even if i got it working if it would be a good server lol
maybe try debian if you haven't done much already on this install
it could make a difference in performance but idk if it will be noticable
hi everyone
and don't use a de
woah
i deleted all css and the page crashed
This with a external thunderbolt harddrive array would be nice
Hard to find cheap ones tho
yeah that’s my plan
obviously lol
bro pulled it straight from the cart
I DO NOT HAVE PROGRAMING SOCKS
docker containers are a lie by harddrive companies to sell more hard drives
cute

docker is a lie to sell more ram
based
i need sum >.<
blue with white stripes
i dont want any1 to SEEEEEE though thatd be strange T_T
orange and black stripes
true
literally only the /dp/{number} is needed, not even the product name in the url
pink and blue stripes
docker is a lieto sell more containers
bro just saying random colors
right
haiii fawn
docker is a lie to developers about scaling

docker is awesome i love docker docker is amazing
vencord is a lie created by vee to sell more vendor
i hate k8s
i dont care how many edge servers you have if your database cant handle 12 million requests a hour
edge 
never used and don't see a reason to
youre the brainrot in this server
Documentation for Minecraft Server on Docker
hi julie btw
holy shit
itll only get worse if im kept aroun longer
this is everything i ever needed
There is a better one that supports mods
vban @pseudo karma
there's a bad one?
fail
i found a site that lets you see someones system info and whose fronting
not clicking that link
now remove the last n
frontig
frontig?
ur so dumb
this looks like racist word
it does
tf does that word mean
also ok lol
DO NOT
@bold wren
@paper gate
it sucks ass
this website used to have a different domain, i remember
they still reference the old one on the page title of the root
after 4 long hours of coding (i downloaded a discord bot template) my work has finally payed off!! (i forked a discord bot and changed profile n username) !!!
what language/discord lib?
neat
unfortunately i (girlfriend) dont know anything about whatever you talked about
search "discord bot 2024 free up 24/7"
whqat does 'fronting' mean
yayyyy replit T_T
and now i have a discord bot thats only up if my computer is up
it means im the one in charge of the body 😈
I LOVE REPLIT
domain used to be pk.fulmine.xyz
(kinda deadass)
oh word
i wish replit didnt delete my minecraft java browser in web project💔
you’re just jealous you don’t have any knee socks 🙄
yea
why did replit o that
loser lol
yeah
dev must have forgotten to change it
idk piracy LOL
i just like this site cuz its useful for people like us
and for other people who r curious on things
oh my god i just found my old (2 weeks ago) usb stick of minecraft clients LOL
if only i had a rich american friend that lives in missouri and cares about my well being
it's a nice site, yeah, think there are alternatives but we haven't looked
kfogjokfgdn
I HAVE HAD MY ROBO WALK ON SEARCHING FOR NETHERITE FOR THE PAST 8 HOURS AND I HAVENT FOUND SHIT
this is akward to read
robo?? ? ?/ ?
smh just play the game
sometimes you gotta link up with the pookies on the discord vc and u cant do both
never saying that again
T_T ill let it go for now
one scrap of netherite
use beds !!!
minecraft is banned btw stop ti
mc is banned?
yea
ur getting banned
ion care
you clearly do not know how to find netherite
i dont have mc
whats yalls fav banana?
WOW
oddly specific but only if you did
maybe they’d get you knee socks


