#🧊-off-topic-iceman-only

1 messages · Page 959 of 1

glass light
#

😱

keen junco
#

1217053027635302433

#

this guy is still here

keen junco
#

after i pinged two mods about it already

burnt maple
#

v🍌 1217053027635302433 obvious troll

neon ferryBOT
keen junco
#

thank you

icy grail
#

nice ​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​

fickle cosmos
#

nicest looking python Qt5 GUI (real)

prisma compass
keen junco
fickle cosmos
icy grail
icy grail
#

at everything

keen junco
icy grail
#

I already know I do

#

didn't have to tell me that

fleet meteor
#

custom perms?

last siren
sudden fjord
#

I saw the message being sent and therefor saw the link

fickle cosmos
#

the fuck is my explorer doing on the right side

neon ferryBOT
rain sparrow
#

WAIT ITS ON THE LEFT SIDE NOW???

icy grail
#

true

unique wyvern
#

enmity

crisp finch
rain sparrow
#

nop

fleet meteor
#

css died again

#

insane

burnt maple
unique wyvern
#

hold on pookiebear

crisp finch
swift mauve
#

good morning

rain sparrow
crisp finch
#

im waiting for follow up attacks

burnt maple
#

Been trying to fix my websocket server

crisp finch
burnt maple
#

buhh

unique wyvern
#

also good morning

rain sparrow
#

ok brb everyone gonna go take a holy shit

sly spear
fleet meteor
#

wtf

#

modifying your plugin

#

insane.

#

wait can you just add me to list lmeow

swift mauve
#

i hope you guys are doing good

crisp finch
rain sparrow
#

veval

neon ferryBOT
rain sparrow
#

fire

#

is it always the same thing

fleet meteor
#

insane.

rain sparrow
#

i assume it just links to an already uploaded one

fleet meteor
#

@sly spear you will add to list (i'm lazy and don't wanna modify plugin every time :()

rain sparrow
#

or it just has fast internet

jaunty stag
fleet meteor
#

you could just change url lmfao

#

yeah me too

#

which is why i'm asking

#

LMFAO

fickle cosmos
#

i am bored

last siren
#

please let my macbook be charged

fickle cosmos
#

also i refuse to use vscode now

last siren
#

NOO

#

IT'S DEAD

rain sparrow
rain sparrow
fickle cosmos
rain sparrow
mighty tulip
#

Welcome

#

Hello

rain sparrow
mighty tulip
#

I want to help

fickle cosmos
#

I have literally fucking lost my sidebar

mighty tulip
#

I want an animated background

prisma compass
rain sparrow
rain sparrow
mighty tulip
neon ferryBOT
prisma compass
rain sparrow
mighty tulip
#

i want banner animated

prisma compass
fickle cosmos
rain sparrow
#

burh

sudden sun
#

eepy

#

hbu

lapis lava
rain sparrow
#

@sudden sun hi

rain sparrow
#

@lapis lava hi

lapis lava
#

@rain sparrow hi

prisma compass
jolly nexusBOT
# stiff urchin close enough https://codeberg.org/vee/bot/src/commit/2d396adef5baa74fd795ac8c6a2...

eval.ts: Lines 10-44

    const XSuperProperties = "eyJvcyI6IkxpbnV4IiwiYnJvd3NlciI6IkNocm9tZSIsImRldmljZSI6IiIsInN5c3RlbV9sb2NhbGUiOiJlbi1HQiIsImJyb3dzZXJfdXNlcl9hZ2VudCI6Ik1vemlsbGEvNS4wIChYMTE7IExpbnV4IHg4Nl82NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyMi4wLjAuMCBTYWZhcmkvNTM3LjM2IiwiYnJvd3Nlcl92ZXJzaW9uIjoiMTIyLjAuMC4wIiwib3NfdmVyc2lvbiI6IiIsInJlZmVycmVyIjoiaHR0cHM6Ly9hY2NvdW50cy5zcG90aWZ5LmNvbS8iLCJyZWZlcnJpbmdfZG9tYWluIjoiYWNjb3VudHMuc3BvdGlmeS5jb20iLCJyZWZlcnJlcl9jdXJyZW50IjoiIiwicmVmZXJyaW5nX2RvbWFpbl9jdXJyZW50IjoiIiwicmVsZWFzZV9jaGFubmVsIjoic3RhYmxlIiwiY2xpZW50X2J1aWxkX251bWJlciI6Mjg5Mzc5LCJjbGllbnRfZXZlbnRfc291cmNlIjpudWxsLCJkZXNpZ25faWQiOjB9";
    const waveform = "ASg6nDMzCVhSCRPRzr7AfPu3vrOfzMnMyfLEtqSH6L60sa/VpK5/3cvLu3L4tLmXhNCr0ITW2LS7ge3Q1ci8+ruun8u0s8SP+K+uloHIy8iW3szDuZHzwb62kf+0w6TGu8zMy/a+tpeR6LS8qcnGpqdt9cnLq4nwtLmEqcSnzHL1wMGvd/3I1rvd4Laujt2rt8SO9qyxgg==";
    const durationSecs = "15.14725";

    const bytes = readFileSync("./data/assets/eval-deez-nuts.mp3");

    const body = {
        content: "",
        flags: 8192,
        message_reference: {
            message_id: msg.id,
            channel_id: msg.channelID,
            guild_id: msg.guildID
        },
        attachments: [{
            id: 0,
            filename: "voice-message.ogg",
            waveform,
            duration_secs: durationSecs
        }]
    };

    const formData = new FormData();
    formData.set("payload_json", JSON.stringify(body));
    formData.set("files[0]", new Blob([bytes]), "voice-message.ogg");

    await fetch(`https://discord.com/api/v10/channels/${msg.channelID}/messages`, {
        method: "POST",
        headers: {
            Authorization: `Bot ${process.env.DISCORD_TOKEN}`,
            "X-Super-Properties": XSuperProperties
        },
        body: formData
    });
}
lost furnace
deep token
#

meow

stiff urchin
#

hiii luna

rain sparrow
sudden sun
#

@deep token gm oomfie

lost furnace
#

Give me

#

An audio

#

To fuck up

deep token
deep token
sudden sun
deep token
fleet meteor
noble quest
#

gm chat

deep token
#

i was pretty tired

#

so

#

yea

lapis lava
#

@icy grail is insane, logs in on my server as soon as he wakes up

sudden sun
rain sparrow
lost furnace
last siren
icy grail
last siren
lost furnace
jaunty stag
rain sparrow
stiff urchin
#

me when i find you

jaunty stag
#

:black_circle:

rain sparrow
keen junco
lost furnace
lost furnace
icy grail
# lost furnace

why ​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​

rain sparrow
lost furnace
#

It's something trolley

#

🗣️🗣️🗣️🗣️🗣️🗣️

crisp finch
sly spear
#

ok

prisma compass
crisp finch
#

tried adding my own json file with my id but it didn't work and im too lazy to try more than once

lost furnace
#

Also btw that's going in my server bio 🔥🔥

keen pike
#

awb

rain sparrow
#

real

formal falcon
lost furnace
#

Me

keen pike
#

not again

rain sparrow
#

no paypal ME 30,000usd

lost furnace
#

I can do a lot of good things

#

With 30,000 USD

#

Like

#

Getting a fucking oculus quest 3

#

Or

#

A new pc

#

Ou also I could

#

Buy

#

Like

#

5000 domains

#

Can't wait to get

#

Vencordissuperstinky.dev

#

Or

rough domeBOT
#

⚠️ vencord.app is a fake malicious site! The only real website is https://vencord.dev! If you have downloaded anything from vencord.app, remove everything you have downloaded immediately, run a malware scan and change your Discord password.

dense phoenix
#

vencord.women

rough domeBOT
#

⚠️ vencord.app is a fake malicious site! The only real website is https://vencord.dev! If you have downloaded anything from vencord.app, remove everything you have downloaded immediately, run a malware scan and change your Discord password.

keen pike
#

you can add the sub domains at the end of the "about"

prisma compass
#

I wanna say something but I know there won't be a back button

noble quest
sudden fjord
#

vendor.dev

noble quest
#

I do, this is just what I use for search

lost furnace
#

Add me somewhere on the website

#

Frfr

#

Trust

unique wyvern
#

i forgor

lost furnace
#

Anywhere

unique wyvern
lost furnace
#

And

unique wyvern
#

it’s this plugin

lost furnace
#

Also

#

Uhhh

#

Idk what

burnt maple
lost furnace
#

My website maybe?

unique wyvern
#

idk

lost furnace
#

A dumb quote?

thorn marsh
#

ello

burnt maple
#

Also pretty sure there's a setting for it

unreal siren
#

Yup

thorn marsh
unreal siren
thorn marsh
lost furnace
keen junco
#

you

#

you

thorn marsh
thorn marsh
lost furnace
crisp finch
#

shiggy

toxic shoal
thorn marsh
#

thank you :3

sudden fjord
crisp finch
lost furnace
sudden fjord
noble quest
#

Same creature

lost furnace
#

Shiggy is the gateway drug to being gay venniecozycat

toxic shoal
#

shiggy and vennie are adorable

dense phoenix
lost furnace
#

Tbh

#

I think

#

Both shiggy and vennie

#

Are as good as each other

toxic shoal
#

we need an official vennie plush

lost furnace
crisp finch
toxic shoal
#

:OOOOOO

lost furnace
#

Woah

#

I'ma throw

#

A max

#

Of

#

120 dollars

#

On a vennie plush

toxic shoal
#

shigbucks*

hollow surge
#

can we kill the baby from ice age

sudden fjord
#

can someone make shiggy plushies for us to buy

hollow surge
#

no

#

can we kill the baby from ice age

lost furnace
#

Oh

hollow surge
#

he looks fucking stupid

lost furnace
#

That's upsetting

hollow surge
#

his face is hella kickable

toxic shoal
keen junco
lost furnace
#

YES DISCORD

rain sparrow
lost furnace
#

I AM FUCKING HUMAN

hollow surge
lost furnace
#

LEAVE ME ALONE

#

I HAD TO CHANGE MY PASSWORD ONCE CUZ OF THIS BS

rain sparrow
atomic magnet
#

vennie Yeah! where

rain sparrow
#

trainsphobic discor

toxic shoal
#

I'm only shiggy after all, don't put the blame on memes

keen junco
rain sparrow
lost furnace
#

discord won't even let me make friends ☹️💔

toxic shoal
atomic magnet
hollow surge
#

that baby

#

is fucking stupid

rain sparrow
hollow surge
#

special ed looking ass

lost furnace
atomic magnet
atomic magnet
#

i can only type funny characters on the keyboar

rain sparrow
#

same

hollow surge
#

or else i will send agents to your house

atomic magnet
#

amazing

keen junco
rain sparrow
#

bruh how the fuck did i open gimp

#

i clicked vesktop😭

atomic magnet
#

real

hollow surge
#

he looks fucking stupid look at his eye

toxic shoal
atomic magnet
#

imagine not discord in firefoks

hollow surge
#

fucking horizontally enlarged ass head

#

i could fit 2 hands in the gap inbetween both of his eyes

lost furnace
rain sparrow
atomic magnet
#

horizontally enlarged ass

atomic magnet
covert inlet
#

lovely

toxic shoal
atomic magnet
rain sparrow
lost furnace
#

Where is it

#

I should be part of iti

#

Ragh

keen junco
hollow surge
#

i hate that fucking baby from ice age

keen junco
#

i think that's classified as murder

rain sparrow
#

mulitple choice when

lost furnace
#

Nah hold on

hollow surge
lost furnace
#

Chat lemme cook

toxic shoal
rain sparrow
#

rip @atomic magnet got muteded because everyone ping

hollow surge
#

skill issue

rain sparrow
#

skill issue

toxic shoal
#

shig issue

hollow surge
#

i still ahte that fucking baby

#

anyways

rain sparrow
hollow surge
#

hello chatters

rain sparrow
#

send me eye bleach now

#

a blue pikmin

lost furnace
#

Ooo

#

Okay gimme a sec

keen junco
rain sparrow
#

@keen junco hi :3

keen junco
#

hello

lapis lava
#

TIL telegram had ability to make test accounts

#

will be better for testing my bot

lost furnace
#

Womp

covert inlet
#

LMAO XD

quiet marsh
quiet marsh
#

Why is shoggy lower quality :(

lost furnace
#

There

#

Made it

#

Shorter

#

Okay

#

So

#

In 23 hours it will end

#

And we will see

#

What explodes

quiet marsh
#

I think this is the perfect place to ask;
How many femboy city pop lovers are up in here TacoNod ?

lost furnace
#

Sorry

#

Atm

#

It's a tie

#

And I can't paypal you it

stiff urchin
lost furnace
#

Okay

#

That's my call

#

To

#

Go to bed

#

Can't even spell

#

Nuh uh I stay awake but I should be sleeping

swift mauve
#

thank you vencord devs for having linux support

sudden fjord
#

I mean many here use linux so lol

swift mauve
#

idk how to show that lmao

unique wyvern
sudden fjord
#

or here the normal one

golden swan
#

they make me ANGRY.

keen junco
golden swan
#

Brain damage

#

No melanin

swift mauve
#

i installed linux yesterday and im enjoying it

#

im learning alot

sudden fjord
#

linux is the best os

fleet meteor
#

@atomic magnet trol

golden swan
#

not even listening to this song i saw lil darkie when i opened it that shit sucks automatically

modern silo
sudden fjord
#

I wouldnt really call that linux

fleet meteor
sudden fjord
fleet meteor
#

:c

#

scammed

swift mauve
#

how do you make a system info thing in terminal

sudden fjord
keen junco
#

python

sudden fjord
swift mauve
#

ubuntu im pretty sure

sudden fjord
#

sudo apt install hyfetch prob

#

and then hyfetch

median owl
#

pfetch on top

sudden fjord
#

blahfetch better

swift mauve
#

its zorin os which uses ubuntu

#

unable to locate hyfetch hold on

sudden fjord
#

idk I dont use ubuntu

median owl
#

they dont have it in their repos anyway

swift mauve
#

oh yeah

#

i need to install it

sudden fjord
#

I jsut typed hyfetch and it automatically prompted me to download

lavish relic
#

hiiii

keen junco
sudden fjord
lavish relic
lavish relic
swift mauve
#

neofetch is read only

keen junco
sudden fjord
swift mauve
#

on the github

tender meteor
#

i think i'm gonna lose my mind because the vencord script decided to stop working in normal mode, but works in incognito.
Idk if this is tampermkoney or VC trolling me so i'm posting it here.

swift mauve
#

rip

golden swan
#

k

tender meteor
swift mauve
#

that worked

sudden fjord
#

I like my neofetch being gay

tender meteor
lavish relic
swift mauve
#

it doesn't really show my gpu but it works

sharp sequoia
#

yum juice

#

:D

dense phoenix
brisk palm
sudden fjord
#

hyfetch is actually the biggest fork

dense phoenix
#

pokemon info, looks, music

golden swan
#

Can you not chamge the image on hyfetch

#

i wanna add transfem gucci mane to my hyfetch

swift mauve
#

i cant show images so idk how

lavish relic
sudden fjord
#

never heard of it tbh

lavish relic
#

kitty has icat

swift mauve
#

but this is cool

golden swan
#

#ilovekittyerminal

sudden fjord
#

yeh I found it alreaeyd

#

eh I like hyfetch and blahfetch

#

gonna stay with that

#

lol

lavish relic
#

with icat

swift mauve
#

it shows my gpu as "amd device 164 E""

dense phoenix
#

woke bash

golden swan
#

wheres gay. fish

swift mauve
#

they made the terminal GAY!!

stiff urchin
#

if your gpu is newer than the kernel then you'll just have to update the kernel

golden swan
#

its archina linux now

stiff urchin
swift mauve
#

if thats the kernal you mean

stiff urchin
#

not that kernel version :p

#

whats the output of uname -a

golden swan
#

I dont care about the woke anyways

#

Im using fastfetch i hate hyfetch

swift mauve
#

6.5.0-35-generic#35~22.04.1-Ubuntu

golden swan
#

get out of me house

stiff urchin
swift mauve
#

the about my pc in the os settings also show something else

#

but my gpu is the main thing that gets used

stiff urchin
#

you should try updating the kernel anyway cheeks

swift mauve
#

yeah

stiff urchin
#

that one is almost a year old now

swift mauve
#

how do i update that

sudden fjord
#

can we make .gay an official file extension for bash scripts

#

like just a .gay file

stiff urchin
sudden fjord
#

instead of .zshrc

dense phoenix
waxen sphinx
sudden fjord
#

and like .lgbt for image files

swift mauve
#

zorin os

dense phoenix
#

idk how that works so just look around in your software store

#

though i think zorin is known for being outdated compared to other distros

#

lemme check

sudden fjord
#

that would be too trans(parent)

waxen sphinx
swift mauve
#

im only using it because someone talked about it

sudden fjord
#

lol

stark tapir
swift mauve
#

no idea if i should switch over to ubuntu or something

dense phoenix
#

you dont need to, if it works it works

#

but if you really want to switch check out linux mint or fedora, vanilla ubuntu got quite bad over the years

lapis lava
#

fedora is 🔥 imo

sudden fjord
#

I disliked linux desktop until I tried fedora

stark tapir
#

the continue button does not do anything. the request to the server returns 500 Internal Server Error, but no error is ever displayed on the page.

stiff urchin
#

fedora would be nice if dnf wasnt soo slow

sudden fjord
#

in the past I had zorin, pop, ubuntu and mint and never was happy with them

#

I have no issues with dnf

lapis lava
swift mauve
#

is mint good for when it comes to being up to date with stuff

lapis lava
#

so that's pretty much a non issue

river kayak
dense phoenix
stiff urchin
#

in the time it took for dnf to update the system and install nvidia drivers i managed to install arch with everything necessary for a desktop (including nvidia drivers)

dense phoenix
#

it tries to be stable but gives the tools to force update if you need to

#

at least for the kernel

river kayak
stark tapir
#

this happens on Firefox (Linux Desktop, Windows 11), Chrome (Linux Desktop, Windows 11), Safari (MacOS Sonoma 14.5), and Chrome Android (tested on multiple different networks, both wifi and mobile)

stiff urchin
#

yet i keep getting videos from people that claim its the hardest

stark tapir
#

a similar issue happens on every device when trying to create an account

stiff urchin
#

like do people find the installation that hard? confusedshiki

waxen sphinx
#

(real)

river kayak
stiff urchin
#

o true i guess

#

its way easier if you avoid the horror that is fdisk

#

and use something sane like cfdisk

sharp sequoia
#

i spent a few hours downloading drivers and stuff for my windows :3

#

(i had no idea what i was doing)

waxen sphinx
river kayak
sharp sequoia
#

whats a driver

stark tapir
#

i just stayed up all night to get hung up on after 50 minutes of repeating the same shit to apple support

keen junco
lavish relic
#

gleep glorp

sharp sequoia
#

none, the ransomware i had was made using a yt tutorial

swift mauve
#

i dont think you can even update your kernal on here

waxen sphinx
stiff urchin
waxen sphinx
#

tl;dr: use GPT

#

xd

river kayak
#

No, GPT stands for Generative Pre-trained Transformer /j

sharp sequoia
#

i have the nvidia one, i tried to update but than my alt + z stopped working

stiff urchin
#

if your pc is from before 2010: use mbr
if your pc is from after 2010: use gpt

river kayak
#

Yeah

waxen sphinx
#

basically wipes disk before you create the new partitions

sharp sequoia
#

nuh uh

#

only nvidia that keeps whining about my prehistoric drivers

waxen sphinx
#

technically, destroys existing GPT/MBR - doesn't "wipe" the disk

stiff urchin
sharp sequoia
#

i have a window

stiff urchin
#

did i get it right

river kayak
#

Most-likely GPT, but ultimately you don't need to know

waxen sphinx
keen junco
stiff urchin
#

i c

sharp sequoia
#

chat gpt?

river kayak
#

No

waxen sphinx
sharp sequoia
#

than i give up

river kayak
#

The GUID Partition Table (GPT) is a standard for the layout of partition tables of a physical computer storage device, such as a hard disk drive or solid-state drive, using universally unique identifiers (UUIDs), which are also known as globally unique identifiers (GUIDs). Forming a part of the Unified Extensible Firmware Interface (UEFI) standa...

sharp sequoia
#

pretty colors

swift mauve
#

ok ima try out mint

#

gimme like 15 minutes

river kayak
#

That 999GB is triggering me

#

rude

#

smh my head

stiff urchin
sharp sequoia
#

who is fat and why are they 32?

void ivy
#

@atomic magnet

atomic magnet
river kayak
waxen sphinx
river kayak
#

All I know is btrfs

atomic magnet
#

i am allowed to waste braincells again

stiff urchin
sharp sequoia
#

wich elden ring boss is that

waxen sphinx
#

why düsseldorf

void ivy
#

unaure

#

sunure

#

unsure

void ivy
atomic magnet
#

Sunure

#

the waht

waxen sphinx
atomic magnet
#

no more wasting brainsells

void ivy
#

this was our april fools joke ages ago :p

waxen sphinx
#

prolly $5

#

maybe less

vocal mountain
#

noble quest
void ivy
last siren
#

me too

river kayak
void ivy
#

$10

waxen sphinx
#

scam

#

"next allowance" 😭

keen junco
atomic magnet
sharp sequoia
#

what was the active vendetta? pycord?

atomic magnet
#

pyoncord

sharp sequoia
#

ty

last siren
#

my beloved

#

buny

#

buny bunny

stiff urchin
#

not if i buy it fir- CR_hUh

atomic magnet
stiff urchin
#

i would if i could xd

#

too poor

keen junco
#

broke people chat

atomic magnet
#

so rue

keen pike
#

i need money for a domain

#

totally

mental oxide
#

macorisus 😭

stiff urchin
keen pike
#

damn

atomic magnet
#

so gay

#

probably

#

indirectly

#

With care

static wolf
#

I fucking love working fast food

#

Honestly the fact that people talk down on it is hilarious

keen junco
static wolf
#

Well now I work at the ideal fast food joint for myself

keen pike
static wolf
#

I work at a hard rock burger joint

#

Fucking flipping and whipping together burgers at hyper speed is so much fun

unique wyvern
#

and price still tells me to improve on garbage

#

fuck you

keen pike
#

thank you bestie

keen junco
#

back to watching someone's paper mario ttyd playthrough

soft wadi
#

@burnt maple @jaunty remnant

#

siiiighhhh

sly spear
#

Man toblerone is so fuckin good i just ate an entire big bar

rapid aurora
#

@keen junco @jaunty remnant @sho herlo

#

how is you

keen junco
#

pirate it

rapid aurora
keen junco
#

wdym raven

rapid aurora
#

I'm okay

rapid aurora
sly spear
#

HOW THE ACTUAL FUCK DO I HAVE INFINITY ETA

marsh trench
#

Seeds issue

rapid aurora
keen junco
#

rip

glossy swallow
#

kicjed husk

#

locked

rapid aurora
harsh minnow
keen junco
open pasture
#

such a "🔥✍️ " moment

harsh minnow
#

bladee inspired by vencord server

open pasture
#

bladeecord

rapid aurora
keen junco
#

yes

#

bladee is a vencord user

#

didn't you know

#

adhd

rapid aurora
#

Marvin do you think I'm gay or germany guy 80 years ago

crisp finch
rapid aurora
swift mauve
#

okay i insatlled mint

#

time to reinstall everything

#

hey, whats a good screenshot software

#

because print screen just screens shots the full screen

#

YES STEAM I WANNA INSTALL IT

#

oh that works

#

it does

sly spear
#

Is that gnome?

#

Doesn't gnome have it's own built in screenshot tool

swift mauve
#

also what happens when kernals get unsupported

cosmic otter
#

Ask anything, '5' for five

fickle cosmos
#

Ryzen 3 real

median pivot
#

i mean it

fickle cosmos
#

B-b-but we won't ever get a russian acted no russian 😢

#

Me when cannot code

stark herald
#

@fickle cosmos

fickle cosmos
# stark herald done

No, I am not human. I am an artificial intelligence language model created by OpenAI. How can I assist you today?

stark herald
#

how

fickle cosmos
# stark herald how

You can ask me questions or request information on a wide range of topics. What do you need help with?

fickle cosmos
# stark herald whats vencord

Vencord is an enhanced and feature-rich mod for Discord, designed to offer additional functionality and customization options beyond what the standard Discord client provides. It includes various plugins and themes that allow users to personalize their Discord experience, automate tasks, and access advanced features not available in the official client.

keen junco
fickle cosmos
burnt maple
keen junco
#

yeah it's stupid

fickle cosmos
#

It's not like they have a server that is 1028126463423$/month just to be able to check users

#

vee is typing fear

harsh minnow
fickle cosmos
#

? kek

golden marlin
#

on god on god

fickle cosmos
#

why is my music so fucking bass boosted SKULL_SKELETON

cosmic otter
#

fickle cosmos
#

v+ flight_risk @open pasture

#

TRY ME BITCH

sudden fjord
#

lol

fickle cosmos
lost furnace
#

I did something

harsh minnow
lost furnace
#

very silly

fickle cosmos
stark herald
fickle cosmos
#

I have it @ 150% Daud

#

because

#

i hate my ears

lost furnace
stark herald
#

if you said you were gonna commit murder would discord reports get your acc banned

golden swan
fickle cosmos
#

@stark herald

lapis lava
#

I will commit murder tonight

lapis lava
fickle cosmos
lapis lava
#

can't I'm on aliucord

lapis lava
fickle cosmos
#

done

stark herald
lapis lava
#

ty

stark herald
#

i unfriend people i dont remember

lapis lava
#

fres do you remember me

prisma compass
fickle cosmos
stark herald
stark herald
#

you just neve rsent

golden swan
#

if you say I will kill David Smith on 23/06/2024 on 4:32 PM at 1161 Richardson Rd you may get banned

harsh minnow
fickle cosmos
stark herald
#

you0re my friend

lapis lava
#

rushii jumpscare

lost furnace
fickle cosmos
burnt maple
stark herald
lapis lava
#

most i have is 12 with vee

stark herald
#

(i snet fr)

harsh minnow
untold tiger
icy grail
lost furnace
fickle cosmos
icy grail
harsh minnow
#

megu and i share multiple unrelated communities so we have a lot of mutual friends

lost furnace
#

I have 44 with vee

#

and 75 with tato

untold tiger
stark herald
#

i always wait for others to send fr even when i wanna send them cause im very afraid of getting my fr ignored

prisma compass
#

I wonder how many friends I have

golden swan
#

i have 295 thousand with vee

icy grail
stark herald
lost furnace
untold tiger
lapis lava
grand crypt
#

@icy grail hey bestie, v2 docs dropped

#

also

icy grail
#

I think I broke my css

grand crypt
#

everything now autodeploys

#

so

fickle cosmos
grand crypt
#

im w developer

burnt maple
fickle cosmos
lost furnace
grand crypt
#

its ironic because i denied your friendrequest

fickle cosmos
icy grail
#

VENCORD

prisma compass
fickle cosmos
lost furnace
lapis lava
#

@grand crypt will accept my friend request

crisp finch
fickle cosmos
#

no

lost furnace
#

everyone add me fr I jus wanna be silly with yall😔

burnt maple
#

How many blocks do people have

grand crypt
fickle cosmos
grand crypt
crisp finch
icy grail
#

(but I removed the > )

fickle cosmos
lapis lava
prisma compass
fickle cosmos
#

yeah

icy grail
#

a few blocks

fickle cosmos
#

that motherfucker is gonna be in jail for what he shared

fickle cosmos
grand crypt
#

Wont leak any, because I have beef with a lot of people here

icy grail
#

but no

crisp finch
fickle cosmos
lost furnace
icy grail
#

do you now know why he's blocked? lol

fickle cosmos
burnt maple
dense phoenix
#

yall actually block people?

grand crypt
#

@lost furnace why should i accept your frq?

#

🤨

lost furnace
crisp finch
#

i don't think i need to say more

icy grail
#

I have you in friends so no

dense phoenix
grand crypt
fickle cosmos
#

real (not)

lost furnace
#

^^^^^^^

lapis lava
#

true

bronze nebula
crisp finch
#

so yeah

fickle cosmos
bronze nebula
#

which server was it

icy grail
#

ogod ​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​

crisp finch
bronze nebula
#

oh

#

no wonder

#

lmao

fickle cosmos
#

u

grand crypt
#

well fuck off then

crisp finch
#

no the one with red and blue logo

fickle cosmos
bronze nebula
#

why was u there

crisp finch
#

the one that had most of time gay flag

bronze nebula
#

its like sitting on zagadka

#

or something

#

if you know what i mean

grand crypt
fickle cosmos
icy grail
#

why did you delete that lol

crisp finch
#

yeah

icy grail
#

eh

dense phoenix
grand crypt
crisp finch
#

friends and also fidning people to play with

fickle cosmos
#

I do not wanna end up in jail for owning a gun

rapid aurora
keen pike
grand crypt
fickle cosmos
grand crypt
fickle cosmos
crisp finch
#

so

sudden sun
crisp finch
#

i can't complain

grand crypt
#

ik people who will legally pop you

keen pike
#

i'm not hitorious

grand crypt
#

hirorus

fickle cosmos
icy grail
#

lc.define hitorious

night blazeBOT
night blazeBOT
prisma compass
bronze nebula
grand crypt
icy grail
#

pb.urban mee6

night blazeBOT
bronze nebula
#

or you got insulted into oblivion

crisp finch
rapid aurora
crisp finch
#

both

twilit portal
#

i am trying to use visual studio for wpfui and i can't even install it because it wants me to install webview, even though I have it installed

#

aaaaaaaaaaa

sudden fjord
#

pb.urban transgender

night blazeBOT
# sudden fjord pb.urban transgender
Description

someone who feels like they arent their birth sex. someone born with a vagina is afab, someone who is born with a penis is amab, and someone who has a mixture of both parts or a mixture of hormones is intersex.
transgender people do not have to have gender dysphoria, but they can have either dysphoria or gender incongruence. incongruence is simply not feeling right, while dysphoria is negative and has a negative impact on how you view yourself.
trans folks can be binary transgender, or nonbinary, have no gender, or a mixture of binary and nonbinary, as long as they dont identify with their agab.

Stats

<:i:1165257839871266846> 225 ​ <:i:1165257835748274216> 108
Author: feralSobsessor

Example

person a: "hey, i heard that carter is transgender and wants to be called rose now."
person b: "oh, valid!"
and they move on, like rad people. be like them. be cool.

fickle cosmos
#

Welcome to Firearms Act 1968 Section 5 and Section 3

icy grail
grand crypt
sudden fjord
#

lol

grand crypt
#

oh

icy grail
#

lmfao

grand crypt
#

i want you to fuck off

crisp finch
#

found decent people

grand crypt
#

pinging me while im shitting to make v2 docs

icy grail
keen pike
#

pb.urban june 16

night blazeBOT
icy grail
crisp finch
#

but by the number of blocked people i got more insulted

dense phoenix
prisma compass
fickle cosmos
#

@icy grail you broke discords pronoun hover thing skull

grand crypt
#

and i was shitting, and i told you later

#

but now

fickle cosmos
grand crypt
#

you dont want v2 docs

#

even tho you asked again today

icy grail
keen junco
bronze nebula
stiff urchin
crisp finch
fickle cosmos
grand crypt
#

petition to ban kai

icy grail
dense phoenix
fickle cosmos
bronze nebula
#

tho i liked to trashatlk with some people from time to time but it gets annoying after like 20 minutes

dense phoenix
#

smartest polish lol player

icy grail
#

vban @fickle cosmos voted

#

lol

grand crypt
#

wait

fickle cosmos
grand crypt
#

voting to ban someone? insane

fickle cosmos
icy grail
dense phoenix
grand crypt
#

voting in general to let someone into a discord server would be even crazier

dense phoenix
crisp finch
fickle cosmos
bronze nebula
#

and not funny people

crisp finch
icy grail
fickle cosmos
crisp finch
#

i would say more like full of sebas that can't read or don't know how to treat people with respect

icy grail
fickle cosmos
#

@open pasture dms pls

icy grail
#

qtbot >

twilit portal
#

no way

grand crypt
#

chat do we let minker bot into the server?

bronze nebula
neon ferryBOT
crisp finch
icy grail
bronze nebula
#

ohhh

#

i see

dense phoenix
fickle cosmos
#

tiramisu called me bbg fear

twilit portal
icy grail
fickle cosmos
keen pike
grand crypt
#

@icy grail look at this ip logger i made

icy grail
#

@grand crypt not the first time you're showing me that

#

now stop :3

grand crypt
grand crypt
#

SO COOL

#

😭

fickle cosmos
#

ask google

grand crypt
night blazeBOT
icy grail
icy grail
fickle cosmos
#

real

grand crypt
crisp finch
#

vmink

neon ferryBOT
fickle cosmos
icy grail
crisp finch
#

horror

night blazeBOT
#
icy grail
grand crypt
unique wyvern
#

mrrp

fickle cosmos
icy grail
#

:3

neon ferryBOT