#🧊-off-topic-iceman-only

1 messages Β· Page 485 of 1

digital kettle
#

fun fact

#

poke has 46 subdomains

buoyant prawn
#

I was using the snap release on steam

buoyant prawn
golden marlin
#

me who never used X11 in the first place: blobcatcozy

digital kettle
zenith spindle
#

Na

cerulean lance
buoyant prawn
#

huh

#

neat

#

4 billion?

#

huh

#

impressive

golden marlin
#

yeah nah actually 9 billion people use poke daily and that's a fact

buoyant prawn
#

really

#

well

cerulean lance
#

damn

buoyant prawn
#

800000 thousand billion people use slugsoft

zenith spindle
#

Is there even that many on this planet

buoyant prawn
#

and thtas a fact

cerulean lance
#

feels bad

golden marlin
buoyant prawn
#

there needs to be more web things then html

golden marlin
#

Like xml

steady finch
#

that fucker WILL NOT respond

buoyant prawn
#

dubs

zenith spindle
#

I hereby diagnose myself with hayfever (skill issue)

buoyant prawn
#

common ASM L

#

ok but i do use cinnamon tho lmao

golden marlin
digital kettle
#

mrp

#

hai

fallow pawn
open pasture
digital kettle
#

youtube is testing a new comments response fyi @sudden sun

digital kettle
#

its um

#

a/b test r n

#

rn*

#

jcgfefsddhfb

sudden sun
sudden sun
#

kinda sad i was just about to add comments to my app

digital kettle
#

ur cute

sudden sun
fallow pawn
#

@sudden sun

sudden sun
#

11/10

#

that looks really good

fallow pawn
#

the code to calculate score still scares me

winter girder
#

guys, say bye to my windows install

fallow pawn
#

code is v messy too

#

@sudden sun should I do the variable blur thing but with high quality thumbnails and change the back button

fallow pawn
# sudden sun sure

I would need to do some extra work for high quality thumbnails as they only provide the lower quality ones in their api

sudden sun
#

o

#

where do the thumbs come from

fallow pawn
sudden sun
#

o

fallow pawn
#

mfw names are so long

#

im not fixing that

wide token
#

heyo

digital kettle
#

@sudden sun use hqdefault

#

on um

#

reccomendations

#

and use maxresdefault on shorts

sudden sun
#

how come

fallow pawn
#

iphone se looks funny

#

cta

dense phoenix
#

hi cta

fallow pawn
#

is cta just cat spelled wrong

#

what is the meaning

modern viper
#

hii

eager marsh
#

hawoooo

cerulean lance
#

MEOW

fallow pawn
#

hai

open pasture
fallow pawn
#

the website

#

how is that not supported

open pasture
#

i am

fallow pawn
open pasture
#

aware

fallow pawn
#

no im saying that its a website shouldnt it be updated

#

already

open pasture
#

the website probably checks the version of the app you have installed

fallow pawn
#

wahat..

#

it cant do that

open pasture
#

i clicked on a twitter article link

#

it's probably supposed to open within the app itself

#

and if the app doesn't support articles it'll show that page

next warren
#

wahat..

open pasture
#

i mean i'm using a fairly outdated ver

fallow pawn
steady finch
#

hi

fallow pawn
#

hi

steady finch
#

how are you

open pasture
#

damn you got ghosted for 10 minutes

#

i would just give up in general

fallow pawn
#

oh my bad

ripe talon
#

Hi

raw panther
#

Hi

ripe talon
#

ITS 12
:36

raw panther
#

it is now 13:37 here

ripe talon
#

1 hour + for u

fallow pawn
#

its 3am

open pasture
sudden sun
#

@fallow pawn meow

sudden sun
#

NOOO

#

i would love a http client for ios rn

#

@fallow pawn would you like to make a http client with me

open pasture
#

how does vencord... work?

golden marlin
#

It doesn't

open pasture
#

No like, coding wise- like.

steady finch
dense phoenix
#

it hack into discord server

open pasture
#

?

unreal siren
#

Shiggy magic

fallow pawn
dense phoenix
lapis lava
#

but like samara said check the source

unreal siren
open pasture
#

So, it changes code in the app.asar file located in the discord folder, telling it to load the vencord.js file instead?

#

Read the fucking source my guy.............

#

^

digital kettle
#

haiiii chat

open pasture
#

I'm not too fimiluar with code, which is why I am asking for a explination that I can understand.

#

Damn.

#

That's crazy.

digital kettle
#

where do i buy i7-2670QM

open pasture
#

Sorry.

dense phoenix
#

is this true chat

glossy swallow
#

farming husks

open pasture
#

So, what is exactly happening when u click "Install" for Vencord~ It's just telling discord to load vencord.js instead?

digital kettle
#

@glossy swallow

#

should i buy

glossy swallow
#

why are you asking me

digital kettle
#

idk hfjghdjfhfg

#

dont u know stuff

glossy swallow
#

probably not more than you

glossy swallow
glossy swallow
#

i love https://cdn.discordapp.com/emojis/959941586396020777.png?quality=lossless&size=48!

open pasture
open pasture
lapis lava
#

the kode tode

spice glade
#

Goin crazy

lapis lava
spice glade
#

No bracket stuff around my emogi links:3

dense phoenix
#

aliucord the goat

lapis lava
#

nuh huh

spice glade
#

Yuh huh

#

🐐

sudden sun
lime talon
#

last night was terrible

harsh minnow
granite scroll
#

guys ik there is plugin spotify controls but is there something for soundcloud?

harsh minnow
#

it just replaces a discord file

#

actually very similar to how a virus would do it

lapis lava
rough domeBOT
harsh minnow
open pasture
#

Ah, okay

#

Makes sense!

#

it replaces it? or adds code to it?

harsh minnow
jolly nexusBOT
# harsh minnow the installer renames app.asar to _app.asar, then writes its own code to app.asa...

**patcher.go: **Lines 76-97

Log.Debug("Renaming", appAsar, "to", _appAsar)
if err := os.Rename(appAsar, _appAsar); err != nil {
    err = CheckIfErrIsCauseItsBusyRn(err)
    Log.Error(err.Error())
    return err
}
renamesDone = append(renamesDone, []string{appAsar, _appAsar})

if isSystemElectron {
    from, to := appAsar+".unpacked", _appAsar+".unpacked"
    Log.Debug("Renaming", from, "to", to)
    err := os.Rename(from, to)
    if err != nil {
        return err
    }
    renamesDone = append(renamesDone, []string{from, to})
}

Log.Debug("Writing custom app.asar to", appAsar)
if err := WriteAppAsar(appAsar, Patcher); err != nil {
    return err
}

**patcher.ts: **Lines 29-42

// Our injector file at app/index.js
const injectorPath = require.main!.filename;

// special discord_arch_electron injection method
const asarName = require.main!.path.endsWith("app.asar") ? "_app.asar" : "app.asar";

// The original app.asar
const asarPath = join(dirname(injectorPath), "..", asarName);

const discordPkg = require(join(asarPath, "package.json"));
require.main!.filename = join(asarPath, discordPkg.main);

// @ts-ignore Untyped method? Dies from cringe
app.setAppPath(asarPath);

**patcher.ts: **Lines 143-144

console.log("[Vencord] Loading original Discord app.asar");
require(require.main!.filename);
open pasture
#

That's smart.

spice glade
#

OK so, excuse me if im stupid here, but I can't really find anything about it in the FAQ and there's so many server messages to search through
But why is the fake nitro now placing these brackets and stuff with the link?

#

Just a bit confused

lapis lava
#

it's to look better

#

instead of having a full link you get an hyperlink with emoji name

spice glade
#

The link would embed anyway though right? And hide the link?

lime talon
#

not in all cases

next warren
#

πŸ•·οΈ

viral cape
#

also

#

vns you should ask in here next time

neon ferryBOT
viral cape
next warren
unreal siren
#

I know that ui trolley

next warren
#

i found 9 gay

#

ok nvm that was your message

little turret
#

hi

high blade
#

hi

sudden sun
#

vns explod

neon ferryBOT
real skiff
#

aaaaaaa

tropic jay
#

Is it possible to view deleted user private messages?

unreal siren
#

As in?

fallow pawn
#

if you have their id yes 100%

#

or if you had an open dm with them in the past (and is on your sidebar), thats also an option

sudden sun
#

meow meow

fallow pawn
sudden sun
open pasture
#

i could enable this but i'm scared it'd flag my account permanently

high blade
#

im hungyr

open pasture
#

it's like one dollar per month

viral cape
open pasture
#

no idea i don't wanna test stuff like this

#

you do it for me

viral cape
open pasture
#

twitter feature flags

cerulean lance
#

chat I'm sorry I lied I'm not echo I'm actually a cat

golden marlin
#

We forgive you

#

That's ok

open pasture
#

@viral cape

#

they didn't even put effort into customizing the apple-ish ui

harsh minnow
#

you will sub to blue

lusty bronze
#

Love the server name

open pasture
#

also there' s a youtube tv-esque ui in the website but i can't find the flag to enable it

rapid aurora
#

it is I

#

the shape shifting master of darkness

#

I unleashed unspeakable evil

bold wren
open pasture
#

FAWN

#

HAIIIII

#

:3

bold wren
#

gm

open pasture
#

hruuuuuu

rapid aurora
bold wren
#

sleepy

lime talon
rapid aurora
#

I send misinformation to everyone!!!!

#

also I'm gay

next warren
#

stop posting and sleep

next warren
bold wren
lime talon
next warren
#

:stupidfuckingina:

viral cape
open pasture
#

shiggy discord theme when???

rapid aurora
#

HOW DARE YOU

open pasture
lime talon
rapid aurora
open pasture
#

shig

open pasture
rapid aurora
#

while originally it's yellow

open pasture
rapid aurora
rapid aurora
open pasture
rapid aurora
open pasture
#

DEATH TO YOU!!

#

kemomimi chan my beloved

hollow crow
#

meowwwwwwww

#

gruuuu ~~

open pasture
hollow crow
open pasture
#

STOP HUSKING KEMOMIMI-CHAN

fickle cosmos
#

Why'd my fucking dream have subtitles πŸ’€

open pasture
#

yes

cerulean lance
#

7-2 violent prank

open pasture
#

noooooo the shiggy api count went down

lime talon
open pasture
#

what did you guys get

cerulean lance
#

bonk

rapid aurora
lime talon
#

as soon as i sent that my discord crashed and removed vencord lmao

open pasture
#

how the hell

lime talon
#

i think it updated since i'm doing updates

high blade
lime talon
open pasture
#

dude my speakers are screaming in agony

lime talon
#

the words are surprisingly clear considering this was a midi

real skiff
lime talon
#

hmm i wonder how i might navigate

open pasture
#

why dont i have perms to send voice messages

rapid aurora
raw panther
open pasture
#

nope, cant

raw panther
#

skill issue

open pasture
lime talon
#

this is a vee perms issue

marble pivot
open pasture
#

sad

real skiff
#

how do i search through extensions on spicetify again

#

like the tab just isnt there

open pasture
#

how do i obtain regulars role

cerulean lance
raw panther
#

oh wait I'm dumb yeah

open pasture
#

im worth 2 cents now

cerulean lance
#

more

#

sell liver

#

sell heart

#

sell arms

open pasture
#

dude 6 bucks is all of my money

#

and i already donated it

cerulean lance
#

do you have a pancreas

open pasture
#

what

#

uh

#

maybe

#

but one thing i do have for sure

#

is many shiggy pictures

real skiff
#

t

cerulean lance
#

so confused

#

what

sharp jay
#

massive

#

jumpscare

sudden sun
#

@fallow pawn why is starting new apps so easy yet finishing apps so hard

#

its like theres no end

fallow pawn
#

lmao

open pasture
#

I saw this-

cerulean lance
west ore
#

she does NOT look 70 lmao

fallow pawn
#

@sudden sun No such thing as finishing apps bc you obv need to maintain it

west ore
#

so what you’re telling me is

#

if i take e i can look young forever?!?

void ivy
fallow pawn
#

@sudden sun I love css Ithink

open pasture
#

guys spam my profile with reviews

#

i’ll pay in snacks

cerulean lance
open pasture
#

i will accept all

cerulean lance
next warren
#

πŸŽ‰

errant chasm
tame tide
#

@bold wren I saw someone is giving away a vending machine on Facebook marketplace

fallow pawn
#

My cat when they bite me is so cute

fallow pawn
#

I like rubbing kitties

#

their tummies so soft

#

too bad most of them are bear traps

next warren
#

true

fallow pawn
next warren
burnt lion
#

does the vencord custom badge stay only if i keep the monthly donation going?

sudden sun
open pasture
errant chasm
#

meow meow meow meow meow meow meow meow

#

@lapis lava you will burn

uncut hazel
#

does anyone have a random song prompt

open pasture
#

Hi

errant chasm
#

.fm

fading lanceBOT
fallow pawn
errant chasm
#

oop

fallow pawn
#

ur prompt

uncut hazel
#

kk

uncut hazel
fallow pawn
#

no

uncut hazel
#

okay

bold wren
#

NOT

#

got you good

errant chasm
bold wren
#

gm sami and anyone but kevin

lapis lava
#

gm fwna

uncut hazel
errant chasm
#

@paper gate hiii

sudden sun
#

gm

fallow pawn
#

@bold wren

keen junco
#

i know

fallow pawn
#

id keep it too for funny

#

but dam didnt know yt didnt check the content of links

errant chasm
#

.fm

fading lanceBOT
jaunty trellis
warm garnet
#

clyde

#

@shadow owl

keen junco
#

it's only privated

#

he's keeping it

paper gate
#

@errant chasm hii

errant chasm
#

hii

bold wren
next warren
#

@paper gate hii

sharp jay
#

h

rapid aurora
#

it is i

#

the shape shifting master of darkness

#

I've come here to declare the war

bold wren
fallow pawn
#

thats not a dog I thikn

bold wren
#

it's trying its best

next warren
fallow pawn
#

yeah

next warren
#

😠

keen junco
#

@bold wren let's blow up zeet's house

rapid aurora
#

can I join

#

I love blowing up things

ripe talon
#

hi

rapid aurora
fallow pawn
#

I forgot installing canary makes me have to sit through 20 updates every time i open it

void cape
#

good morning stars, the earth says hello to you

rapid aurora
open pasture
#

Is this just a grumpy kraut thing or do other people get mad hearing a group of people gossiping about the most useless shit humanly conceivable

last sky
#

gmmm

uncut escarp
#

how do i get image sender

umbral jewel
#

wat awe we tawking about owo

pseudo karma
#

just spent all night coding one discord bot (I had 0 experience)

umbral jewel
#

wat wanguage uwu?

pseudo karma
#

IT WAS NOT.

uncut escarp
umbral jewel
pseudo karma
#

i dont even remember

umbral jewel
#

awso ignuuwe my uwu-ifiew scwipt

#

wewp im bowed~

#

and i have nuu idea wat to do wif teh west of my nyaday :3

pseudo karma
#

blocked

umbral jewel
pseudo karma
#

why can i randomly view the audit log

real skiff
#

you have been promoted to moderator

pseudo karma
#

vban @real skiff

umbral jewel
#

wat uwu? owo!

pseudo karma
#

liar

umbral jewel
#

wat owo! uwu?

#

wat owo?!

lime talon
#

i can't tell whether if it's my headphone wire or my headphoens that are slowly dying

last sky
open pasture
#

i now hear music high pitched

rose fable
#

hello

empty tulip
#

hi everyone

open pasture
open pasture
cerulean lance
#

.fm

fading lanceBOT
cerulean lance
tired sundial
umbral jewel
#

i just made a js snippet dat uwu-ifies my messages wast nyanight

tired sundial
cerulean lance
jolly nexusBOT
cerulean lance
#

@errant chasm

errant chasm
#

.fm

fading lanceBOT
tired sundial
open pasture
digital kettle
#

we love youtube

glossy swallow
#

why is it owoified 😭

digital kettle
#

wa

#

wha is owofied

cerulean lance
ocean geyser
#

this server is so interesting

#

i can't post images but i Can view the audit log

digital kettle
#

js

#

its crystal

#

.cr

glossy swallow
#

you should make it a separate language

open pasture
digital kettle
ocean geyser
#

yeah because you have a role of some sort

digital kettle
#

its the default

cerulean lance
digital kettle
#

and

#

yay

#

its down

ocean geyser
#

real programmers use brainfuck

digital kettle
#

i love youtube

#

it caused a kernel panic

cerulean lance
digital kettle
#

because it errored to much

glossy swallow
keen junco
cerulean lance
#

@digital kettle are you still rocking the debian based distro

lapis lava
#

ubuntu

digital kettle
#

my server is

#

ubuntu

#

yesh

cerulean lance
#

no it was like

#

the logo was a fidget spinner

digital kettle
#

trisquel is my

#

main distro

glossy swallow
#

people used to bully me for using ubuntu :(

cerulean lance
ocean geyser
#

ubuntu sucks donkey nuts

lapis lava
ocean geyser
#

if you're gonna be normie at least use fedora

jaunty trellis
glossy swallow
#

i use fedowa btw

lapis lava
#

I am here to protect the server.

glossy swallow
#

why arte you gaius

#

@lapis lava ban @glossy swallow

lapis lava
#

The Kode Tode is too strong.

#

However, I can murder you.

jaunty trellis
#

I'm gonna do a smart and try nixos for the 4th time tomorow Wiggles

glossy swallow
#

how do invite you to my server

cerulean lance
lapis lava
#

nixos is horror

glossy swallow
#

why have gaius when you can have skyra

lapis lava
#

OH NO

#

NOT SKYRA

#

its terrible bot

cerulean lance
#

its an interesting idea

cerulean lance
lapis lava
#

@glossy swallow what have you done

jaunty trellis
#

I'm gonna put nixos on my school laptop so I don't have to worry about it ever breaking cuz I can just rollback blobcatcozy

glossy swallow
#

Error: unknown option what have you done

lapis lava
#

why does skyra have 10 bots

ocean geyser
#

i can rollback on opensuse too

glossy swallow
#

Error: explod

ocean geyser
#

pretty sure you can rollback on fedora too

#

if it uses btrfs it shud work

lapis lava
#

i once used horroryra for my main server

#

i also added entire skyra suite

#

Skyra, ban @paper gate

lapis lava
glossy swallow
#

greenTick Created case 102 | @paper gate

tired sundial
cerulean lance
open pasture
#

holy shit

#

wait

#

was zeet banned??

#

oh

#

i wish

glossy swallow
open pasture
#

Its just

#

kode

#

πŸ˜”

lapis lava
small bramble
#

that is NOT how i install a browser

lapis lava
small bramble
glossy swallow
sullen linden
#

bro i need themes someone put me on istg

jaunty trellis
#

no blobcatcozy

sullen linden
#

frick u\

#

u meany pants

glossy swallow
small bramble
#

not at all

proven bay
#

Type it in

small bramble
proven bay
#

If you use debian or unbunutu use Sudo apt install firefox

proven bay
glossy swallow
#

Did I just forget about my old name... oh well :(

errant chasm
#

.wk

glossy swallow
#

-594 zillion devices don't run haskell

fading lanceBOT
#

πŸ‘‘β€Šβ€…β¦Pixel⁩ - 227 plays
β€…2.  ⁦Grimm⁩ - 212 plays
β€…3.  ⁦RedS⁩ - 163 plays
β€…4.  ⁦wry⁩ - 121 plays
β€…5.  ⁦MC Gamer God⁩ - 120 plays
β€…6.  ⁦Trez⁩ - 68 plays
β€…7.  ⁦Gwendolyne⁩ - 45 plays
β€…8.  ⁦miki⁩ - 37 plays
β€…9.  ⁦paige⁩ - 33 plays
β€…10. ⁦error_code⁩ - 26 plays
β€…11.  ⁦ru⁩ - 26 plays
β€…12.  ⁦straethay⁩ - 23 plays
β€…13.  ⁦captain forg⁩ - 23 plays
β€…14.  ⁦Ace⁩ - 15 plays

jaunty trellis
#

ngl I prefer pacman syntax over all other pkg managers

glossy swallow
proven bay
#

?

jaunty trellis
#

why is pacman in the dnf repos

glossy swallow
#

Should I install pacman :3

#

Best package manager for Fedowa

lapis lava
#

is pacman apt for fedroa

jaunty trellis
#

why is apt in the nix repos plink

glossy swallow
#

horror

jaunty trellis
#

wait

glossy swallow
#

sudo pacman -S apt

flint marlin
glossy swallow
#

😭

ocean geyser
#

i heard you like package managers so i put package managers in your package manager so you can manage your packages while managing your packages

glossy swallow
#

pnpm i firefox

flint marlin
jaunty trellis
tepid swallow
#

my discord crashed, and it send the crash log to discord, will it be a problem for my account?

small bramble
jaunty trellis
#

no

tepid swallow
#

ah okay

glossy swallow
ocean geyser
#

i dont think they care but why do you care about sending them crash logs

tepid swallow
ocean geyser
#

lol

tepid swallow
#

it crashed

#

and automatically

#

sent it

small bramble
#

guys i might switch to nixos

tepid swallow
#

but hey

ocean geyser
#

use linux maybe

tepid swallow
#

since they filter it out

glossy swallow
#

Vencord also disables sending the crashes

tepid swallow
jaunty trellis
tepid swallow
#

but i hope

cerulean lance
tepid swallow
#

it didnt

ocean geyser
#

chill man

proven bay
#

Im using debian in unbuntu and unbuntu in linux mint and linux mint in windows xp and windows xp in windows vista and windows vista in windows 7 and windows 7 in arch linux and arch linux in windows 11

glossy swallow
#

it doesn't change any messages

ocean geyser
#

nobody's gotten canned for using a custom client that wasnt a minimal client for a bot network

#

you can get canned if you joke about being 12 and somebody massreports you

jaunty trellis
tepid swallow
#

okay then i should be fine with not getting banned

tired sundial
keen junco
#

smartest aliucord user

jaunty trellis
cobalt portal
keen junco
#

i think i might be bricking his profile request

open pasture
#

hey marvin

keen junco
#

old discord versions don't properly handle a field i have in my profile

tired sundial
keen junco
#

so it might be that

tired sundial
#

Pls

#

I wanna ad it too

#

The english is worse than monkey ball arcade πŸ”₯πŸ”₯

jolly nexusBOT
small bramble
#

where embed bot

#

thank you

dense phoenix
#

1 device runs

#

you.

small bramble
#

yeh

#

my brain

jaunty trellis
#

hai sunnie

small bramble
#

unfortunately

#

hii sunnie

glossy swallow
#

can't you ip lag hiddenphox with this

small bramble
#

do

dense phoenix
dense phoenix
glossy swallow
#

sudo heck

dense phoenix
#

$ sudo heck discord -addrobux

keen junco
proven bay
#

sudo gay arch linux

glossy swallow
proven bay
dense phoenix
small bramble
glossy swallow
keen junco
small bramble
glossy swallow
#

{"jason":"citron"}

cerulean lance
small bramble
#

why are all the good apps mac only

#

fuck you apple

glossy swallow
#

JSON should add yes and no for booleans like yaml

open pasture
small bramble
#

ONG YAML SHOULD DIE
bloated ass spec fr

cerulean lance
small bramble
#

i do have skill issue(s)

keen junco
dense phoenix
#

does it just do more stuff

proven bay
#

I play plague inc for the first time in 2015 and already win

keen junco
dense phoenix
#

yeah that's fair

small bramble
#

i bet they invented their own GUI stack like warp and zed

jaunty trellis
keen junco
#

and it does have their own plugin api

proven bay
keen junco
#

well this is like

#

very limited

glossy swallow
#

all valid yaml is not valid json

small bramble
proven bay
#

Discord say that i play a new game (The game was called krita)

keen junco
small bramble
#

yaml is higher in the hierarchy

keen junco
glossy swallow
#

huh

#

that makes no sense

#

json is not an extension of yaml

#

😭

vapid adder
#

Hi!

glossy swallow
#

or does subset mean a smaller part

cerulean lance
keen junco
small bramble
glossy swallow
#

i was just thinking about it like superclass and subclass in java

#

because it's like public class YAML extends JSON

keen junco
small bramble
#

no way

#

rust

#

but still webview

little turret
#

hi

keen junco
fallow pawn
#

we need ai and rust in vencord

small bramble
cerulean lance
keen junco
umbral jewel
keen junco
#

how to scare a rustacean

umbral jewel
cerulean lance
#

AI WHAT???? AI DYNAMIC MENU??????????

jaunty trellis
small bramble
fallow pawn
#

Dynamic <insert random item>

umbral jewel
cerulean lance
jaunty trellis
umbral jewel
dense phoenix
cerulean lance
small bramble
#

exhq
why

cerulean lance
#

website with 666GB of javascript

small bramble
#

NOOOOOO

jaunty trellis
#

horrror

dense phoenix
#

hi pingu

cerulean lance
jaunty trellis
#

haiii

small bramble
#

okay ai shit aside
raycast looks kinda cool

fallow pawn
#

ai is the future

small bramble
fickle cosmos
#

Violent ass dog

errant chasm
glossy swallow
jaunty trellis
fallow pawn
fickle cosmos
fallow pawn
#

vencord powered by grok

fickle cosmos
#

Ngrok

fickle cosmos
#

vencloud powered by oracle free tier satisfied

umbral jewel
small bramble
#

they're adding crows and wires to discord
@prime python can confirm

cerulean lance
#

if the dev tools in firefox is written in html, can i open the devtools of the devtools of the devtools of the devtools of the devtools of the devtools of the devtools of the devtools of the devtools of the devtool?

fickle cosmos
open pasture
#

polls

fallow pawn
#

oh

fickle cosmos
#

Opera as always πŸ”₯

stiff urchin
open pasture
#

polls because poles

stiff urchin
#

you can actually do this on chrome xd

fallow pawn
#

I wouldve never gotten that

stiff urchin
fickle cosmos
fallow pawn
#

never share the js this chat would be awful

open pasture
#

polls are half released, the client has them but there's no way to disable/enable them so if your server has them you kinda stick with them for now

next warren
#

tf do you mean dotnet needs internet to run

stiff urchin
#

polls silly

keen junco
last sky
#

live for the oneko

fallow pawn
#

Me

keen junco
#

yop

errant chasm
glossy swallow
#

i think the general rule is discord bots usually do things better than discord

fallow pawn
#

Who hasnt

glossy swallow
#

i bet bot polls will still exist

small bramble
somber leaf
#

I lived in a basement for years, i know them very well MeguLove

glossy swallow
#

just like prefix commands, role menus trollface

jaunty trellis
#

meow

glossy swallow
#

that's not normal?

jaunty trellis
#

I meow at cats and hope they meow back :3

fallow pawn
#

i think its pretty normal

jaunty trellis
#

yop

stiff urchin
#

don't big bots need to apply to be able to use the message content intent?

jaunty trellis
glossy swallow
#

yeah but so many bots need message content for something else anyway

#

like starboard, message lagger

stiff urchin
#

true

jaunty stag
#

that university has some issues

somber leaf
#

larger bots can apply for it and you dont need to apply for the intent if its in less than 25 servers iirc

#

so self hosted bots are except

open pasture
#

my bad

stiff urchin
#

i wonder why that hasnt ever been natively added

#

having a starboard channel type would be really cool

somber leaf
#

its uneeded feature creep

#

most people use discord as a "better" irc

stiff urchin
#

actually nevermind i just remembered why discord removed emoji packs SelenDread

glossy swallow
#

it doesn't really make sense as a native feature imo

open pasture
#

I’m an irc client

somber leaf
#

polls/threads were a mistake, so was the stupid voice chat events

stiff urchin
#

how so?

lapis lava
#

threads were nice

somber leaf
#

who ACTUALLY uses threads, please stand up

lapis lava
#

me

jaunty stag
#

stands up virtually

lapis lava
#

for tickets

next warren
glossy swallow
#

i just made an autothreading bot before forums

stiff urchin
#

im in a server that uses threads for further discussion of suggestions :p

lapis lava
#

i just used ezthreads

somber leaf
#

bruh

open pasture
#

whats threads

next warren
#

@open pasture hi

fallow pawn
#

threads feel awkward to use

stiff urchin
last sky
#

does that actually build up in pipes???

fallow pawn
#

though in very specific cases theyre good

open pasture
somber leaf
last sky
small bramble
#

zed users are unreal

open pasture
#

I am

#

yakuza

amber vigil
#

To My Friends, Enemies, and Those Who Are Fish

Let anyone
Who meets my gaze
Learn the true meaning of fear and freedom
For I am the harbinger of death, I am a destroyer of worlds
The bane of creatures subaqueous and extraterrestrial
My torpedoes fire in the ocean and in the stars true and unwavering
I dip my fingers into the angry vagina of madness
Only upon realizing my fingers came out
Smelling fresher than before
Do I comprehend my own lack of sanity
Among these vast and strange new worlds
I am alone
I am not empty
And yet I am
Also a fish

somber leaf
#

ive been fucking with older ios devices with dead batteries and dear god fast charging is so useful

open pasture
#

hes so me

stiff urchin
rapid aurora
#

hello everyone

somber leaf
next warren
amber vigil
#

Idk some asshole

lapis lava
#

asked

rapid aurora
#

I think your cat is snoring

amber vigil
#

Me, I asked myself, always a good reason to say something

#

I'm apparently some asshole

stiff urchin
lapis lava
#

yop

amber vigil
#

You're right, only bullying from others is allowed, I understand 😘

lapis lava
#

i will get <@&1214236198541852725> role

stiff urchin
#

and yet now we have mac-only rust apps CR_Bruh

lapis lava
somber leaf
amber vigil
#

I literally got misgendered when trying to express my enjoyment of :3 and saying uwu bc I said it the most autistic and assholish way possible by accident

rapid aurora
#

how to get rid of depression after losing someone you love that been with you since the day you were born for 16 years

lapis lava
#

you have she/her pronouns
i use she/her pronouns

#

ez

amber vigil
#

No, it was being called a guy and a man when I am a trans woman who's pretending to be a fish for twitch and autism purposes

open pasture
#

@stiff urchin I think I’m stupid

stiff urchin
amber vigil
#

I did not ask you to call me fish/lure

sand citrus
#

i booted up my pc again an d now its in fullscreen again Help

fickle cosmos
#

skill issue

open pasture
lapis lava
#

that's great and all but vencord isn't a rp server

open pasture
#

vencord is a vencord server

amber vigil
#

Ok, I am going full richnard Nixon, I'm starting a list of enemies, and you just put yourself on it with that comment

somber leaf
#

MeguLove I think getting misgendered is over rated

small bramble
amber vigil
#

I will put you at the bottom of the list

amber vigil
#

Out of kindness

lapis lava
#

nah put me at the top

open pasture
#

what the fuck is going on

small bramble
open pasture
#

yes

fallow pawn
lapis lava
#

who

stiff urchin
open pasture
#

6 hours

jaunty trellis
rapid aurora
amber vigil
#

No I have people who I think should actually be killed for violating human rights in this very moment at the time, putting someone at the bottom of my enemies list just means I want to put saw dust in your underwear or something

jaunty trellis
sand citrus
small bramble
stark herald
#

@paper gate in my dream i played valorant with you

stiff urchin
#

kinda nice to see that it compiles on windows

#

isnt it just as buggy as the early linux port though?

stiff urchin
#

iirc the text renderer was borked

jaunty trellis
small bramble
#

idk about windows
but linux port has improved a lot
still no font fallback tho

amber vigil
# rapid aurora what

People at the top of the enemy list: Nazis, baby murderers, child abusers
People at the bottom of the enemy list: I want to prank you

fickle cosmos
#

my bf bought me nitro πŸ”₯

stiff urchin
#

cant wait to have like 90% of my c: drive taken up by rust crates

sand citrus
lapis lava
#

can someone gift

small bramble
keen kernel
somber leaf
#

@rapid aurora A little too based for this server

stiff urchin
#

omfg i forgot i have to install like 8 gbs worth of msvc stuff 😭

somber leaf
#

why tf do you need 8gb of MSVC

keen kernel
#

me when node_modules 🀀

willow cave
#

do you guys have any idea about this? i was watching a random stream on facebook and without any reasons i got this sound from my laptop and it's still exist but but it stop for 1 min then back for like 5mins especially if im using CPU, can someone tell me why that happened and what should i do to keep my laptop safe until i find someone to check on it?

https://cdn.discordapp.com/attachments/1145911189923172353/1226044058598772757/VID20240406070551.mp4?ex=66235582&is=6610e082&hm=28273cdd5234bc3e471da9512022da24122c23c7020f42c6b0637ba272607ebd&

amber vigil
#

Is this server literally just Nazi trans women who are wearing their programmer socks too tight or is this a joke way over my head

somber leaf
#

why do you need almost 30GB for a fucking compiler

willow cave
#

embeds off

sand citrus
#

unless its not vencord relate

stiff urchin
willow cave
sand citrus
willow cave
#

ofc my laptop not vencord relate

small bramble
sand citrus
#

okthen why post here

willow cave
stiff urchin
#

noo its a shell script MenheraCry6

somber leaf
rapid aurora
willow cave
small bramble
somber leaf
small bramble
#

albeit via wsl

amber vigil
#

Someone literally deleted a message saying they don't consider Nazis on the top of their enemy list, very sus

somber leaf
stiff urchin
open pasture
somber leaf
lapis lava
#

cta took away my amdin

#

so rude husk

sand citrus
next warren
rapid aurora
# somber leaf yep

I thought I'll get banned because after deleting the message I instantly tried to take a nap

somber leaf
#

I love people that will lord over a shitpost you made for YEARS

small bramble
rapid aurora
#

meow

dull anvil
rapid aurora
sand citrus
willow cave
small bramble
#

cargo is literally node_modules++ pro max ultra, I'll be approaching your location at mach 3 speed if you think elsewise

somber leaf
amber vigil
#

I'll be keeping an eye on this server and reporting you guys for monitoring to the FBI, NSA, Southern Poverty Law Center, my mom, APFO Labs, and I'll ask my friends Lorenzo and James to join this server in 2-6 months

rapid aurora
#

GOSH

#

GUYS

lapis lava
#

can you hop off discord and touch some grass

somber leaf
rapid aurora
#

STOP SENDING A MESSAGE THAT HAS MORE THAN 3 WORDS
MY BRAIN CAN'T TAKE IT

lapis lava
#

(you need it sooo badly)

open pasture
#

i'm posting this on twitter brb

sand citrus
rapid aurora
#

@open pasture persona isn't a hsr copycat game meepy

fallow pawn
#

this has to be the most horrible joke ive ever heard lmaooo