#๐ŸงŠ-off-topic-iceman-only

1 messages ยท Page 1360 of 1

manic meadow
#

idk

jaunty stag
#

just say the year ranges ๐Ÿ˜ญ

spring trellis
#

they're known as ipad kids and the ipad came out that year

sturdy folio
#

gen a is early 2010 to now

manic meadow
#

What gen is sigma?
This group of young people, born 2007 to 2013, may be our newest generation, or micro generation. And what better name than to call them the ultimate of ultimate praise, according to their slang of today, and to stick with the Greek alphabet tradition, then to call this group Generation Sigma?

#

google btw ๐Ÿ’€

sturdy folio
#

luckily i avoided this

#

thank you parents for birthing me a year early

jaunty stag
pine zephyr
#

why tf can discord not transfer owner when the account has been disabled like tf

manic meadow
#

i remember one time when i was in 3rd grade i punched a kid in the nose because he stole my toy

jaunty stag
#

shouldnt have broken the rules..

pine zephyr
jaunty stag
#

please do

jaunty stag
# digital kettle name all genarations

Lost Generation โ€“ 1883-1900.
Greatest Generation โ€“ 1901-1927.
Silent Generation โ€“ 1928-1945.
Baby Boomers โ€“ 1946-1964.
Generation X โ€“ 1965-1980.
Millennials โ€“ 1981-1996.
Generation Z โ€“ 1997-2012.
Generation Alpha โ€“ 2013-present.

manic meadow
#

lost generation sounds sick

sturdy folio
digital kettle
#

Lost Generation โ€“ 1883-1900.,

jaunty stag
manic meadow
#

lost generation sounds like a zombie apocalypse game

jaunty stag
sturdy folio
#

lost generation sounds like a kickstarter game with 1 million dollars in funding thats never gonna come out

manic meadow
empty tulip
#

yea I'm from lost generation

jaunty stag
#

im from lost ark

#

nice too meet you

manic meadow
#

i wanna know how people suddenly started caring about generations

sturdy folio
empty tulip
manic meadow
#

real

solemn plank
#

real

sturdy folio
#

i think we would be much better off without billionaires

#

like

solemn plank
digital kettle
#

i would fw gh if they didint do this bs

jaunty stag
#

my ass shouldve bought houses instead of playing with toys

manic meadow
digital kettle
#
open pasture
#

๐Ÿคจ 25mb?

sturdy folio
jaunty stag
#

hop on GITHUB

digital kettle
#

no

#

:3

jaunty stag
#

yes

manic meadow
jaunty stag
#

:3

digital kettle
#

hop on forgejo

sturdy folio
#

hop on sharing .git files per zip archives via emails

jaunty stag
#

git best emailing service

jolly templeBOT
#

aaaaaaaaaaaaaaaaaaaa

manic meadow
solemn plank
manic meadow
#

ehh

#

so what

#

they got money

solemn plank
#

also see 1:16

#

my favorite part

open pasture
#

Why there's no shop on phone

manic meadow
manic meadow
spark crescent
#

i got a new roblox avatar

median owl
spark crescent
#

okay fine ill quit roblox

open pasture
#

omg my keybord

solemn plank
open pasture
#

Sorry guys but can someone give me his settings I am new and don't know anything

sly spear
solemn plank
solemn plank
lean lava
#

(i am also esl)

rare trout
sly spear
#

How tf

open pasture
unreal siren
#

There is no objective best

#

Just best for you

jaunty trellis
#

I took my school laptop with me and this is the first time I even opened it after summer started sillycat

#

I forgot how slow it is

#

especially when downloading the 2 months of windows updates in the bg

#

horror

lapis lava
#

insane

jaunty trellis
#

only half a year left until I can fully get rid of all windows machines in our house blobcatcozy

open pasture
#

keep yourself safe

deep token
#

meo

sturdy folio
#

w

#

meow

jaunty trellis
#

I did consider buying a second hand m1 macbook and using asahi on it but that seems kinda scuffed

lapis lava
#

cant believe i found wing reference in my or vee's code idk

#

(var name)

sleek stirrup
#

I keep seeing that "suffix:" "encoding:" thing in other languages too what is that

#

The config for whatever makes it appear

sturdy folio
#

val

lapis lava
#

kotlin

sturdy folio
#

i read "var" at first and was confused as to why one would use var

sturdy folio
ashen trail
#

hi

jaunty stag
#

hi

#

embrace chomik

#

be chomik

jaunty trellis
#

haiii

median owl
#

I still don't like it when people use _variableName for private vars

errant chasm
#

bwa

sleek stirrup
#

What would you suggest then

median owl
#

I mean sure it was useful back then but please FFS USE THE FUCKING IDE

sturdy folio
median owl
#

just do like private string XYZ = "bwaa"

#

idk

jolly templeBOT
sleek stirrup
#

I see

sturdy folio
errant chasm
sleek stirrup
#

.eng when

hollow jackal
#

i was only here bc this guy somehow found that message

median owl
#

I cannot for the love of god find any var names when searching for "string varname" if they keep adding underscores

sturdy folio
#

private something: type = "somethingvalue"; is infinitely better than property visibility always being public and then having to name your properties _something

#

also less errors and whatever

median owl
#

who thought name: type was a good idea

sturdy folio
#

you are so right

#

private should be the default

median owl
#

there shouldnt be a default

#

either you have it public or private

sturdy folio
#

rust (actual good) example:
private: something: type
public: pub something: type

median owl
#

name: type is still the worst syntax

#

just doing
public string value = "abcd"
is way better

sturdy folio
median owl
sturdy folio
#

auto something = "" is infinitely worse than something = "" and sometimes something: type = ""

median owl
#

I will stay with my C langs

sturdy folio
#

๐Ÿ‘ป segfaults ๐Ÿ‘ป

median owl
#

You don't get segfaults if you dont fuck up

sturdy folio
#

luckily fucking up is easy so you do get segfaults venniecozycat

median owl
#

well so do you get errors and exceptions in any other lang

sturdy folio
#

you dont get segfaults in rust though!

median owl
#

oh wow

sturdy folio
#

runtime errors are worse than compilation errors

median owl
#

Just a billion compiler errors

sturdy folio
#

one runtime error is worse than 100 compilation errors

#

because you never know if runtime errors will happen, compilation errors always happen

median owl
#

rust doesn't handhold you. if you still fuck up, it still produces runtime errors bwaa

sturdy folio
#

it produces a LOT less runtime errors due to aggresive checking of basically everything at compilation

median owl
#

still have to somehow read that language blobcatcozy

sturdy folio
#

then read it!

median owl
#

rust is like the weird neighbor, always does everything differently xd

sturdy folio
#

thats the point though

median owl
#

mhh yes more abstractions in my code yippie

glad moss
#

by the way if u buy the discord badge the badge visible only by vencord user not discord user?

sturdy folio
#

it does stuff differently because people realized that languages that from a 100 years ago arent the best at doing stuff

glad moss
#

so like not overall?

median owl
#

still dont like rust so

icy grail
#

meow โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹

median owl
#

hi

glad moss
#

guys can u answer my question

median owl
#

buy the badge hm?

raw panther
median owl
#

oh the dono

glad moss
raw panther
#

yeah

raw panther
glad moss
#

?

median owl
#

?remind 6h watch Tamako Market

river thunderBOT
#

Alright @median owl, in 6 hours: watch Tamako Market

median owl
raw panther
#

?remind 4s meow mrrp

river thunderBOT
#

Alright @raw panther, in 4 seconds: meow mrrp

jolly templeBOT
#

yay!!\

river thunderBOT
#

@raw panther, <t:1722344881:R>: meow mrrp

jaunty trellis
#

meow

median owl
#

?remind -10s time travel

river thunderBOT
#

Alright @median owl, in 23 hours, 59 minutes and 50 seconds: time travel

๐Ÿ’ก Did you know you can set your timezone with "?timezone set"?

jaunty trellis
#

I forgot I bound my rshift to up arrow on my laptop so I could play gd better in class ๐Ÿ˜ญ

median owl
#

you use rshift

jaunty trellis
#

the up arrow is fucking tiny on my laptop

median owl
#

oh

open pasture
jaunty trellis
#

thank you?

open pasture
#

i am weird dont mind me too much

jaunty trellis
#

I think that's a compliment idek

#

๐Ÿ˜ญ

open pasture
#

how am i gonna survive like in person school if i stick out as socially awkward on THIS server

jaunty trellis
#

idk but ur cooked

raw panther
#

ur airfryed

open pasture
#

im baked

#

@nova knoll hi

#

dont go please...

lavish relic
#

wawa

open pasture
#

wawa

bronze rune
#

awawa

keen junco
#

as for my next trick, i'm blowing someone's house up

dense phoenix
open pasture
jaunty trellis
keen junco
last breach
#

homosexuality

wanton rain
#

Homiesexual

jaunty trellis
open pasture
wanton rain
keen junco
#

youtube just gave me an upload notification for a video that was uploaded 6 days ago and i've already watched

icy grail
#

meow โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹

jaunty trellis
#

how much is available

lapis lava
#

total 8gb ram

mortal rose
#

whats docker

lapis lava
#

thing where every app you wanna run is a container

jaunty trellis
lapis lava
#

okay

mortal rose
#

its own separate machine

icy grail
# lapis lava you

me โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹

mortal rose
#

slash vm

icy grail
#

I made a signal account

jaunty trellis
mortal rose
#

like qubes os

jaunty trellis
#

it's a container

mortal rose
#

vm but not basically

jaunty trellis
#

mhm

#

docker is the answer to works on my machine so we're gonna ship your machine to the client

lapis lava
#

yop

exotic cosmos
#

god is real and he works at wingstop

jaunty trellis
#

could proxmox run inside a docker

open pasture
#

hi

jaunty trellis
#

haii

icy grail
# exotic cosmos god is real and he works at wingstop

fake โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹

median owl
real skiff
icy grail
open pasture
#

๐Ÿฅ

sly spear
#

So true kevin

echo sage
light cedar
#

dinner

tired sundial
#

Taste It!

jaunty trellis
light cedar
#

they're overcharging like 10kr per can lol

jaunty trellis
#

ic

light cedar
#

normally a can of monster is ~25kr in store

jaunty trellis
#

same here

light cedar
#

:p

open pasture
#

which one is it

light cedar
#

svenska kronor

open pasture
#

damn..

#

norwoids DONT EXIST in like any cool places online

light cedar
#

because norway isn't cool

jaunty trellis
#

norgay cannot into online

barren gorge
#

i am slav

open pasture
light cedar
open pasture
#

the only thing sweden does any better is inventing ikea

barren gorge
open pasture
#

otherwise you are just as lame and insignificant!!

light cedar
open pasture
#

who uses matches

barren gorge
#

uh as in the things that make fires?

light cedar
#

I do

open pasture
#

im not gonna bring up the paper clip because i never fondle paper

jaunty trellis
#

pocket flamethrower my beloved

light cedar
tired sundial
open pasture
barren gorge
open pasture
light cedar
#

dynamite

jaunty trellis
#

I will commit arson on the swedish embassy trolley

open pasture
tired sundial
barren gorge
#

my country invented parachutes

light cedar
light cedar
jaunty trellis
#

nuh uh

barren gorge
#

why minecraft

open pasture
light cedar
barren gorge
#

i am wanted for a little bit of arson irl

open pasture
light cedar
#

the air gun

barren gorge
icy grail
#

meow โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹

light cedar
open pasture
light cedar
open pasture
barren gorge
#

i should รฎรตยฑ6ยณยฒร•ยซโ€รšล“ร‰W-ร…NIรฏยนร…รรkรœรŠbยณยณ

light cedar
barren gorge
#

prefer rakija

light cedar
#

we made those too

open pasture
#

I HATE YOU AUTOMOD

#

that wouldve been finny

barren gorge
#

my country invented torpedos

light cedar
barren gorge
#

and something we all used

#

a ballpoint pen

light cedar
open pasture
#

im bored

#

goodbye for now chat

barren gorge
#

but who cares about who invented what tho

if you dont somebody will

light cedar
barren gorge
exotic lance
#

gUYS

#

GUYS

#

Did the secret ringtone change?

bronze rune
#

what

exotic lance
#

Yes

#

Idk

jolly templeBOT
#

thatโ€™s analog horror way if your walls

maiden skiff
#

mods, crush his skull

exotic lance
dense phoenix
#

vban 7 @sleek pawn hacked account

neon ferryBOT
night cape
#

soggy

exotic lance
jaunty trellis
exotic lance
#

Let me upload the ringtone to youtube

#

This is the new one i thinj

#

idk

echo sage
#

be gay do crime mfs when i commit arson

lapis lava
#

no there's no money

icy grail
# lapis lava yes this is a real wallet

meow โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹

dense phoenix
jaunty trellis
bronze rune
winter girder
dense phoenix
#

meow

winter girder
#

I'm sk fucking tired omg

bronze rune
#

eep

winter girder
jaunty trellis
#

meow

bronze rune
#

okay and

jaunty trellis
echo sage
#

thank god i don't have school til the end of august

winter girder
winter girder
jaunty trellis
#

I only have 9 days until school starts ๐Ÿ˜ญ

barren gorge
#

i have a full month

#

:3

jaunty trellis
#

I already had 2 months of summer break

solemn plank
#

summers about to end...

echo sage
bronze rune
#

needs to be winter asap

echo sage
#

thats when my fall break is

bronze rune
jaunty trellis
#

I can't play mc for 15 hours a day anymore Sadge

echo sage
#

sadge

jaunty trellis
bronze rune
#

i am not enjoying summer temps

jaunty trellis
#

fair

#

ac go brrr

bronze rune
#

try to find ac anywhere in germany

jaunty trellis
#

krill issue

bronze rune
#

basically nonexistent

echo sage
#

holy shit i thought my blanket was my moms arm that scared the shit out of me

north sparrow
#

hello chat

icy grail
#

meow โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹

bronze nebula
#

bambik.

rare trout
sly spear
#

This is cool

crude fern
#

bambik

crude fern
#

American food

sleek stirrup
#

Dont

#

Especially if it's multiplayer

unreal siren
dense phoenix
light cedar
crude fern
#

aksi arent you vegetarian

#

@light cedar

jolly templeBOT
#

click the skin

light cedar
dusty goblet
#

mroew

rare trout
winter girder
#

How would you feel if over 50 home break ins have occurred in your country/state all across different cities near you

glass shell
#

guh

winter girder
rare trout
#

I'm coming

winter girder
rare trout
winter girder
waxen sphinx
spark crescent
#

do nothing and watch!

winter girder
#

LMOA

#

๐Ÿ˜ญ

#

Realistically you can't do anything tbh

glass shell
#

realistically you can

#

are you in the us

winter girder
winter girder
rare trout
lapis lava
dusty goblet
glass shell
nocturne bough
winter girder
# rare trout

NO WAY, THE FACT THAT THIS STORY TAKES PLACE IN MASSACHUSETTS I THINK TOO ๐Ÿ’€๐Ÿ’€

dusty goblet
#

yippe

dusty goblet
#

to give me a hug right

errant chasm
#

that too

glass shell
#

im gonna go there to make the numbers higher

dusty goblet
winter girder
#

SimoDynUSA

rare trout
#

I hope to see another 75% increase next year!

crude fern
crude fern
winter girder
#

Meow

#

Meow meow meow mow mowonen ekmoenw meow

#

I'm slowly going insane

#

Somebody please help me

spark crescent
#

no

#

it's too late

rare trout
soft moss
light cedar
#

damn

dense phoenix
#

no they live in 2139 and that's the model 34

crude fern
median owl
light cedar
sharp sinew
#

my

#

im so

#

drowsy

bronze nebula
#

a mimir

unique wyvern
#

yโ€™all are such creatures

open pasture
#

i NEED to beat someone up

bronze rune
#

i can be beat up

open pasture
#

No

sly spear
#

I don't wanna talk about it

jaunty trellis
#

subo

waxen sphinx
#

sumo

open pasture
#

subo

crisp finch
#

sugma

lavish relic
#

wawa

ocean thistle
#

ello

jolly templeBOT
#

closer to contain an ad from mr incredible videos

light cedar
#
           . _..::__:  ,-"-"._        |7       ,     _,.__
   _.___ _ _<_>`!(._`.`-.    /         _._     `_ ,_/  '  '-._.---.-.__
>.{     " " `-==,',._\{  \  / {)      / _ ">_,-' `                mt-2_
  \_.:--.       `._ )`^-. "'       , [_/(                       __,/-'
 '"'     \         "    _L        oD_,--'                )     /. (|
          |           ,'          _)_.\\._<> 6              _,' /  '
          `.         /           [_/_'` `"(                <'}  )
           \\    .-. )           /   `-'"..' `:.#          _)  '
    `        \  (  `(           /         `:\  > \  ,-^.  /' '
              `._,   ""         |           \`'   \|   ?_)  {\
                 `=.---.        `._._       ,'     "`  |' ,- '.
                   |    `-._         |     /          `:`<_|h--._
                   (        >        .     | ,          `=.__.`-'\
                    `.     /         |     |{|              ,-.,\     .
                     |   ,'           \   / `'            ,"     \
                     |  /              |_'                |  __  /
                     | |                                  '-'  `-'   \.
                     |/                                         "    /
                     \.                                             '

                      ,/            ______._.--._ _..---.---------._
     ,-----"-..?----_/ )      __,-'"             "                  (
-.._(                  `-----'                                       `-
-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----```
open pasture
#

wow

#

is that kepler 132b

bronze rune
open pasture
glossy swallow
#

how is my bot still running after rebooting my pc

#

fear

#

i started it on my pc like a month ago

open pasture
open pasture
open pasture
zealous magnet
#

Yoo behen ke lodo!!

glossy swallow
#

it even has the status

#

it's not respondng to commands though

open pasture
glossy swallow
#

did i accidentally post the token

lapis lava
#

hopefully not

glossy swallow
#

lol

#

they['re spying on my server

open pasture
open pasture
open pasture
open pasture
glossy swallow
#

if your bot is nbot in a team only you should have access to the token

open pasture
lapis lava
#

chat do i revive this bot

glossy swallow
#

so they should also require your user token to verify when connecting bot :3

open pasture
lapis lava
#

insane

open pasture
mortal rose
#

im such a creature

light cedar
lapis lava
#

i should cook something for custom dm mute duration

mortal rose
#

the new school book has helvetica neue bold

#

๐Ÿ”ฅ

#

i love helvetica neue bold

lapis lava
#

so BAD

zealous magnet
#

Behen ke lodoooo hii!!!!!!!!!!!!

soft wadi
#

i made some stuff >.< @burnt maple

glossy swallow
lapis lava
#

the way im doing custom components is insane

$(document).ready(() => {
    const pendingSessionContainer = document.querySelector("#pending-sessions")
    const pendingSessionTemplate = document.querySelector("#pending-sessions-template");
    const pendingSessionElement = createElement(pendingSessionTemplate.innerHTML);
    console.log(pendingSessionElement);
    pendingSessions.forEach(session => {
        const temporarySession = pendingSessionElement.cloneNode(true);
        temporarySession.innerHTML = temporarySession.innerHTML.replace("%name%", session.name);
        pendingSessionContainer.appendChild(temporarySession);
    });
});
glossy swallow
#

lol discord nearly got me with their 1 month extra nitro

lapis lava
#

same

glossy swallow
#

but i told myself no i can live without animated emojis

mortal rose
#

i really hope that valorant players have fun with the game they enjoy playing :)

zealous magnet
dense phoenix
glossy swallow
#

i could save that to buy a furry dice

lapis lava
bronze rune
open pasture
zealous magnet
#

.

crisp finch
zealous magnet
#

@wraith juniper

soft moss
#

new super redis backup u deluxe featuring postgres from the data may scale series

spark crescent
lapis lava
open pasture
#

@wraith juniper

spark crescent
#

WTF WTF WTF WTF WTF WTF WTF WTF WTF

wraith juniper
zealous magnet
wraith juniper
zealous magnet
#

Hehe.

wraith juniper
#

Madharchod.

open pasture
soft moss
#

Death by immediate execution

zealous magnet
lapis lava
glacial gulch
#

gandmare

lapis lava
#

(as always meowlien)

zealous magnet
zealous magnet
lapis lava
#

okay back to making horrible webcomponents implementation
when i couldv'e used react

night blazeBOT
# lapis lava lc.tr

<:i:1263591655143903314> โ€‹ ๐Ÿ‡ฎ๐Ÿ‡ณ Hindi โ€‹ โ€‹ โ€‹โ€‹<:i:1263590004886863902> โ€‹ โ€‹ โ€‹ โ€‹๐Ÿ‡บ๐Ÿ‡ธ English

When it came to me in the years past, no one said anything.
lapis lava
#

english only

zealous magnet
#

Ok.

glacial gulch
#

he knows english

#

idiot

zealous magnet
glacial gulch
#

embed fail

#

you dont have perms

wraith juniper
jolly templeBOT
#

@clever inlet my cat island together :3

zealous magnet
#

IIT Dholakpur.

soft moss
#

oh my god

wraith juniper
soft moss
#

all 3 of you

glacial gulch
zealous magnet
soft moss
#

torture labyrinth

zealous magnet
wraith juniper
zealous magnet
warm zenith
#

erm

zealous magnet
#

Waah.

celest ridge
glacial gulch
#

he meant sisters dic-

zealous magnet
wraith juniper
#

@zealous magnet invited me to come.

zealous magnet
#

Hey guys we are new.

soft moss
#

yeah i can tell

zealous magnet
soft moss
#

it wasn't lost on me

spark crescent
#

welcome to vencord!

wraith juniper
zealous magnet
wraith juniper
glacial gulch
warm zenith
spark crescent
#

try to be... funny here... shouldn't be that hard

zealous magnet
zealous magnet
feral arrow
#

Is there like a get help area that isn't support, like trying to just get assistance trying to do one thing with a custom theme and failing majorly

glacial gulch
zealous magnet
#

Chutiya.

#

:).

glacial gulch
feral arrow
#

Ah, ta

glacial gulch
#

these ppl are abusing badly

zealous magnet
wraith juniper
warm zenith
#

can we KILL both of them for rule 6 :steamhappy:

glacial gulch
#

he justsaid my mom has a di*k

warm zenith
warm zenith
zealous magnet
#

Wow.

glossy eagle
#

Kill this guy.

#

@fallow pawn

warm zenith
#

ok

glacial gulch
#

woah

#

crazy

zealous magnet
#

Who is that guy.

#

Omg.

glacial gulch
#

chat i js saw a thicc raccon on instagram

soft moss
#

does this advertising tactic work typically

glacial gulch
#

mods?

glossy eagle
#

@fallow pawn @fallow drum

#

ffs

glacial gulch
#

where the hell are mods

glossy eagle
#

@harsh minnow

harsh minnow
#

vban 1 @open pasture nsfw

neon ferryBOT
glossy eagle
#

yay

glacial gulch
#

thank You!!!!

open pasture
#

EW WHAT WAS THAT

harsh minnow
#

I should add a summon mod command to venbot

deep token
#

meow

harsh minnow
#

pings the most recently active mod

echo sage
#

steamdeck os on the ps4 when

bronze rune
#

regular arch on it would work well enough

glacial gulch
echo sage
deep token
#

just put windows on it

#

and watch the console die of overheating

wraith juniper
#

No fucking mods in server ?

jolly templeBOT
#

hollow knight

zinc oxide
#

Hello.

glacial gulch
deep token
echo sage
zealous magnet
glacial gulch
#

remove @wraith juniper

wraith juniper
wraith juniper
zealous magnet
zealous magnet
wraith juniper
zealous magnet
#

And abusive

deep token
#

who are these fucking randoms in chat

glacial gulch
echo sage
#

though i'm not kexecing the windows kernel

zealous magnet
#

Dont act oversmart

echo sage
#

from goddamn freebsd

glacial gulch
#

ok bro

bronze rune
#

whitename insanity

warm zenith
#

@deep token hello Luna

digital kettle
#

hai

zealous magnet
deep token
digital kettle
#

what the whitename

wraith juniper
warm zenith
#

oh hi ashley welcome to whitename hell

glacial gulch
echo sage
#

attack of the whitenames

zealous magnet
raw panther
#

everyone shut the fuck up, it's slooshy time

glacial gulch
zealous magnet
digital kettle
#

wha the fuck did i join to

signal rose
bronze rune
wraith juniper
digital kettle
#

bwa

bronze rune
#

bwaaaa

digital kettle
#

mt6580 jumpscare

glacial gulch
#

smash or pass??

barren gorge
#

๐ŸŽฐ

warm zenith
#

i have a suspicion that 90% of the whitenames can't read

wraith juniper
#

Fuck, this server don't sprt gifs of his own,

zealous magnet
echo sage
#

someone send all the illiterate whitenames to the gulag

raw panther
digital kettle
#

lmao two regrds fighthinng

warm zenith
zealous magnet
echo sage
#

even better

bronze rune
digital kettle
#

can someone send that one image with ninja and keemstar

zealous magnet
sharp sinew
#

knowing that 5000 days of minecraft hardcore is coming soon is a great feeling

errant chasm
#

why

rain coral
#

i wonder if i can make realmoji in alicord

errant chasm
#

that looks so weird

somber leaf
#

i hate this

digital kettle
crisp finch
wraith juniper
#

Sexy.

digital kettle
#

im a bald and a retar

rain coral
#

insane

digital kettle
#

who i am

crisp finch
errant chasm
rain coral
#

i need to finish this i think its getting good

barren gorge
#

higuys i am white

rain coral
#

marin kitagawa

glacial gulch
#

marin kitagawa

digital kettle
#

hai helana

errant chasm
barren gorge
#

helane

#

halene

#

healna

#

heeeeee

#

y

errant chasm
#

helene fischer

barren gorge
#

macarena

raw panther
#

halal

jolly templeBOT
#

buy gas station weed and did drugs

barren gorge
deep token
#

meow

sharp sinew
#

real

wraith juniper
#

@here wht r the rule for time-out ?

glacial gulch
barren gorge
#

Hell Eh Nah

deep token
sharp sinew
#

kevin so real

glacial gulch
digital kettle
#

app

serene matrix
barren gorge
deep token
#

genuinely insane

barren gorge
deep token
#

yop

#

i set it in late 2023

barren gorge
#

put svarog in a maid dress

deep token
#

when christmas was coming up

digital kettle
#

does anyone use apple tv+

deep token
#

i never changed it

deep token
#

my mom uses it

barren gorge
#

i stole my pfp from my friend 2 days ago

digital kettle
#

wha are things to watch

barren gorge
glacial gulch
deep token
#

thats what i watched

#

great show

digital kettle
#

jason mamoa is in it? (apple tv+ imean)

deep token
#

idk

jaunty trellis
deep token
#

girls we're going to the land of women

barren gorge
#

parents are arguing ๐Ÿ”ฅ

#

dont have popcorn sadly

deep token
#

that sucks

cursive hornet
barren gorge
#

nah this shit a movie

deep token
jaunty trellis
sand citrus
#

Argue back

glossy eagle
#

Yell "stfu"

sand citrus
#

Hell yeah

sand citrus
#

Maybe evne throw hands at them

barren gorge
#

its a mild case

#

nothing to worry about

sand citrus
#

yea so make it a less mild one

#

fuel the fire

jaunty trellis
#

just say nuh uh when one of them says something stupid

deep token
barren gorge
jaunty trellis
#

worth

glossy eagle
signal rose
#

All of my emojis have locks on them but I can still use them?

glossy eagle
#

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

barren gorge
hidden grail
#

Anime is clown ๐Ÿคก .

barren gorge
#

wont die beffore hrt

hidden grail
#

Anime watches are clown ๐Ÿคก .

deep token
#

a whitename

barren gorge
deep token
#

and a clown

jaunty trellis
glacial gulch
deep token
glacial gulch
crisp finch
hidden grail
barren gorge
#

eggball

jaunty trellis
glacial gulch
#

anime is still cringe

#

accept it

crisp finch
lapis lava
#

this is mantika

glacial gulch
#

i have watched 100s of em and only love some of em

barren gorge
deep token
barren gorge
#

you dont use foot either

barren gorge
errant chasm
cursive hornet
#

I need to die a girl

crisp finch
deep token
barren gorge
glacial gulch
hidden grail
warm zenith
keen junco
glacial gulch
jolly templeBOT
#

meeeeeeeeeeeeeee

deep token
jaunty trellis
hidden grail
keen junco
deep token
crisp finch
barren gorge
glacial gulch
deep token
#

yeah i am

jaunty trellis
deep token
#

i'm whiter than people usually

hidden grail
deep token
#

not a whitename tho my name is purple

hidden grail
hidden grail
cursive hornet
hidden grail
#

Then, understand others and don't make fun of white names.

barren gorge
#

workless
adjective
workยทโ€‹less หˆwษ™rk-lษ™s
: being without work : unemployed
worklessness noun

boreal torrent
#

white people don't exist

glacial gulch
#

workless is a person with no work?

hidden grail
cursive hornet
hidden grail
barren gorge
#

SHIGGY BLAST

crisp finch
barren gorge
#

ALL HAIL THE SHIGGY

hidden grail
boreal torrent
warm zenith
keen junco
boreal torrent
#

they dont exist too

cobalt portal
errant chasm
cobalt portal
#

first the humane ai pin, rabbit r1, and now this

hidden grail
cobalt portal
#

it's gonna fail so hard

hidden grail
glacial gulch
#

izoni is sensitive af

boreal torrent
glacial gulch
#

bruh

cursive hornet
deep token
#

meow meow meow

barren gorge
cursive hornet
boreal torrent
errant chasm
#

mya

crude fern
glacial gulch
deep token
barren gorge
barren gorge
hidden grail
#

Anime ๐Ÿคก .

glacial gulch
#

izoni got muted

crude fern
#

WOW

hidden grail
glacial gulch
crisp finch
sturdy folio
#

็Œซ่€ณ

deep token
#

why does the youtube app on macos suck balls

crude fern
#

my feewings are huert MenheraCry3

deep token
#

the scrolling is so ass

#

i let go of my fingers and it stops scrolling

#

whyyyyyyyyy

crisp finch
#

@cursive hornet still high?

#

if yes GOD DAMN

crisp finch
#

if yes then these edibles hold for long

crude fern
sturdy folio
#

Thinking is so gay like?? What do you think about???? Girls?

cursive hornet
barren gorge
#

@hidden grail what is your opinion on the lgbtq community

crude fern
#

shes not

barren gorge
#

(totally not a bait)

cursive hornet
crude fern
#

im still off but i think thats the eeper

sturdy folio
glacial gulch
keen junco
#

were badges always inline with the username and pronouns husk

sturdy folio
crude fern
crisp finch
deep token
hidden grail
#

๐Ÿ’‹ .

glacial gulch
deep token
#

i think only girls and girls exist

sturdy folio
glacial gulch
cursive hornet
crude fern
bronze nebula
#

hello i'm bambik.

deep token
#

female and gmale

crisp finch
deep token
#

HI BESTIE

sturdy folio
deep token
#

:3

warm zenith
#

there are two genders

bronze nebula
barren gorge
#

female and feminine male

bronze nebula
#

GOOD MORNING

#

I MEAN

warm zenith
#

funny little kitty

bronze nebula
#

AFTERNOON

warm zenith
#

and funny little puppy

#

correciton.

crude fern
deep token
glacial gulch
warm zenith
#

there are 3 genders.

crisp finch
warm zenith
#

the third one is little funny bunny.

bronze nebula
cursive hornet
crude fern
glacial gulch
#

listen up huh

crude fern
#

sorry my mom died

glacial gulch
#

dont you cross the line\

deep token
#

oh i fixed the scrolling

hidden grail
sturdy folio
glacial gulch
glacial gulch
crude fern
sturdy folio
#

What am I supposed to do in vc

#

Listen to you cry or what

crude fern
#

said it was pathetic

cursive hornet
barren gorge
#

9 reacts and i'm going lesbian

crude fern
glacial gulch
harsh minnow
crude fern
dire bison
#

horror

crisp finch
dire bison
#

kevin bought gas station weed

rough domeBOT
crude fern
glacial gulch
sturdy folio
sly spear
#

Kevin bought gas station weed