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

1 messages ยท Page 1924 of 1

open pasture
#

๐Ÿ˜ญ

civic mantle
#

"gO cHaRge ur PHONE!!!!!!!"

#

literally just shut up and let me use my phone dammit lmao

open pasture
#

i do NOT sound like that!

#

charge yo phone

lapis lava
#

nitro profiles shit themselves for some reason

civic mantle
#

if it makes you feel any better @open pasture

#

my phone is at 3%

open pasture
#

wtf ๐Ÿ˜ญ

#

mine is at least 25%

open pasture
lapis lava
#

profiles briefly work

paper gate
#

why is your name noname @open pasture

open pasture
open pasture
civic mantle
#

but I mostly use a computer/laptop so I don't care

open pasture
#

fair

upper coral
#

just landed my dream job

paper gate
#

guh

open pasture
civic mantle
#

meanwhile I am just preparing myself for a job at a nearby electronics repair store

lapis lava
#

@stark herald this client so good

stark herald
#

which

lapis lava
#

discord 107

harsh minnow
#

@fallow pawn

rare trout
open pasture
#

witchcraft

lapis lava
#

wait what version is alibabacord on

fallow pawn
#

alibabacord

stark herald
#

12.621

#

or something

#

126.21

civic mantle
stark herald
#

thanks r/aliucord

lapis lava
#

and I thought 126 was old

#

loveeeee 107

#

wait do timeouts work

open pasture
open pasture
viral cape
open pasture
#

famous last words

keen junco
viral cape
#

does this look like they work?

stark herald
knotty fern
#

shiggy

civic mantle
open pasture
stark herald
lapis lava
#

j

#

cancer native

open pasture
stark herald
#

Join The Official Discord Server

cosmic otter
#

i do want to warn people that forwards do not bypass automod

lapis lava
#

@stark herald

cosmic otter
#

don't be stupid

keen junco
#

@paper gate

fallow pawn
stark herald
dense aspen
lapis lava
#

I wish we had something like aliucord for ios

#

before discord RN went to shit

stark herald
#

this is the reason ๐Ÿ’ข was one of the top reacted emojis last month

#

people see and clic

fallow pawn
#

I hate when people do

func()
{
}```
rare trout
paper gate
#

fres evades automod daily

vapid adder
paper gate
#

hi

lapis lava
fallow pawn
#

how do I fix this

#

how do I format all this

#

smh

stark herald
#
switch (opt)
           {
   case 'h':
paper gate
#

ulgy

lapis lava
stark herald
#

text-align: right;

bold adder
#

hsr is so complicated

#

sob

civic mantle
lapis lava
#

anything with single quotes can safely be discarded it's objectively terrjble5

civic mantle
#

and youre done

fallow pawn
cosmic otter
#
when (opt) {
    'h' -> ...
}
paper gate
#

you write kotlin code like ```kt
internal
fun guh()
: Int {

}```
@cosmic otter

lapis lava
#

is there sane discord ipa archive

#

maybe emmiter idk

paper gate
#

yop

cosmic otter
#

i think vd ipas are still up

paper gate
#

oh wing oh wong

stark herald
zealous drum
#

struggling to get this to work

rare trout
paper gate
#

sending fres to the Void

stark herald
#

scary

cosmic otter
#

zeet has precommit hook that randomizes all whitespace

lapis lava
#

were they in some gh repo

#

the ipas

stark herald
fallow pawn
#

real code I have to read

fallow pawn
cosmic otter
paper gate
#

@cosmic otter you use tab char

fallow pawn
#

it formats like this

stark herald
rare trout
#

chat did i cook with this

FROM debian:stable
RUN useradd -ms /bin/sh user
RUN apt-get update
RUN apt-get install sudo curl libtinfo6 git xz-utils -y
RUN echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
USER user
WORKDIR /home/user
ENV THEOS=/home/user/theos
RUN git clone --recursive https://github.com/theos/theos.git ${THEOS}
RUN curl -sL https://github.com/kabiroberai/swift-toolchain-linux/releases/download/v2.3.0/swift-5.8-ubuntu20.04.tar.xz | tar -xJvf - -C ${THEOS}/toolchain/
RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/theos/theos/master/bin/install-theos)"
RUN unset HISTFILE
ENTRYPOINT ["bash"]
harsh minnow
#

@paper gate

#

QUIT

paper gate
#

@harsh minnow youuu

harsh minnow
#

USING

#

FAKE HUSK

paper gate
#

okay

harsh minnow
#

fres already won

stark herald
#

zeet external emoji perms will be revoked

rare trout
cosmic otter
#

ratelimit fake husk

fallow pawn
#

I figured it out @stark herald

paper gate
#

im scared

harsh minnow
#

I should ban fake husks

paper gate
#

what if i win again @harsh minnow

stark herald
rare trout
harsh minnow
#

venbot will auto cleanse fake husk

fallow pawn
harsh minnow
#

soon

fallow pawn
#

it seems

rare trout
stark herald
#

think \ escapes new line no idea what for

lapis lava
#

veevevevevevevvvevveeeeeeeee ๐Ÿ˜ญ

stark herald
#

maybe cause its a #define

paper gate
#

veeee ๐Ÿ˜ญ

fallow pawn
fallow pawn
#

I really dont like this code

rare trout
harsh minnow
#

you need to escape newlines in macros cause they are single line

#

xd

paper gate
#

vee doesnt use indents

harsh minnow
mossy egret
fallow pawn
#

in a different language

stark herald
rare trout
paper gate
#

vee code

night cape
paper gate
#

make vencord a single line of code you run in console to vencordify your discord @harsh minnow

civic mantle
harsh minnow
stark herald
#

hello wolrd

paper gate
#

fres speaks 18 different languages

stark herald
#

yop

simple cargo
#
public class Permuter                                         {
private static void permute(int n, char[] a)                  {
if (n == 0)                                                   System.out.println(String.valueOf(a));   }
else                                                          for (int i = 0; i <= n; i++)             {
permute(n-1, a);                                              swap(a, n % 2 == 0 ? i : 0, n);          }}}
private static void swap(char[] a, int i, int j)              {
char saved = a[i]; a[i] = a[j];                               a[j] = saved;                            }}
stark herald
#

thats what

mossy egret
cosmic otter
#

i secretly know every programming language

rare trout
#

vensembaly

paper gate
simple cargo
#

do i win

fallow pawn
stark herald
#

thats what xer said ๐Ÿ’€

cosmic otter
mossy egret
fallow pawn
rare trout
fallow pawn
#

its like 2 different programmers touched this

harsh minnow
main wyvern
fallow pawn
#

actually thats probably the case but someone didn't try to make it consistent

cosmic otter
#

git blame time

patent wind
#

Svelte >>>>>>>>>>>>

stark herald
civic mantle
#

at least I have a warning on my website that basically says it's not optimized for mobile/tablets

harsh minnow
#

killing myself

#

before that I'm killing whoever wrote that code

fallow pawn
#

too

civic mantle
stark herald
cosmic otter
#

i need new lungs

zealous drum
# stark herald shrug

can someone teach us how to make discord bots from scratch instead of using this bot making site that isnt the best tbh!

civic mantle
#

the part where it says let fs = require("fs"); is entirely commented out

#

bad practice

main wyvern
#

yipee

viral cape
stark herald
#

run it as js and its not commented out

paper gate
civic mantle
lapis lava
#

I got oldest vanilla discord client

#

so good

#

ios

paper gate
#

@open pasture wyd

zealous drum
cosmic otter
#

feder support

fallow pawn
#

okaywhat is the switch

zealous drum
viral cape
#

virus installer

lapis lava
#

no slash commands...

cosmic otter
main wyvern
#

i eat steamdecks

zealous drum
paper gate
#

wing is evil

viral cape
#

i eat m.2 2230 ssds

stark herald
#

@paper gate you've lost your senses

paper gate
#

yop

cosmic otter
#

sorry I've been attacked for my hobby before

zealous drum
#

what

zealous drum
viral cape
#

slash command UX so horrible (i should make plugin to make better but noooo i wont actually)

zealous drum
#

bricking

simple cargo
#

Does Safari send that info in the user agent?

zealous drum
#

physical destruction

#

or

#

idk

stark herald
#

what if one day everything tasted bad for no reason and you'd think it'd go away soon but it just never goes back to normal

viral cape
cosmic otter
lapis lava
zealous drum
lapis lava
#

client**

viral cape
zealous drum
lapis lava
#

not corny

#

client

zealous drum
lapis lava
#

glide typing so dumb

paper gate
#

@open pasture hiiii

simple cargo
viral cape
paper gate
#

tiramisu is my bestie

stark herald
#

tirami sus

fallow pawn
paper gate
#

fres will be abducted by aliens soon

zealous drum
stark herald
zealous drum
#

help

stark herald
#

maybe they bot follows so people would follow them back

zealous drum
#

gkfjjijijij

#

x

paper gate
#

samara what if you wolke up and had 100k followers

zealous drum
#

:(

stark herald
#

@zealous drum

simple cargo
lapis lava
#

samara science

fallow pawn
paper gate
#

samara science

stark herald
zealous drum
simple cargo
zealous drum
zealous drum
paper gate
#

fres hasnt been sane since the incident

mortal rose
lapis lava
#

@stark herald this looks a lot like some new ui stuck in ancient ui

stark herald
#

i know eldhaxan from a minecraft server

mortal rose
#

now

paper gate
#

old ui so good

stark herald
#

@cosmic otter cadence will use material you

cosmic otter
#

nop

zealous drum
lapis lava
#

I should get version before this woke tabs v2 garbage

paper gate
#

dynamic color

zealous drum
paper gate
#

material 3 inspired ui

stark herald
# cosmic otter nop

what if you finished cadence and there'd be this annoying media bug like in RN and you'd have no clue how to fix it

simple cargo
cosmic otter
zealous drum
#

goodnight :( despair

chilly spindle
paper gate
#

i love compose

stark herald
cosmic otter
paper gate
#

fres has no idea what i have in store for him

simple cargo
viral cape
stark herald
#

i think im wrong the rule is gone i swear there was a rule that says no furry allowed where'd it go

winter girder
#

new week, new vencord icon

jaunty trellis
paper gate
#

wing

#

pinguh

cosmic otter
#

hi pingu

jaunty trellis
#

haiii

stark herald
#

blahaj

jaunty trellis
#

it's half past 5 and I can't eep

cosmic otter
#

oh i forgot the hi that zeet paid for

#

@paper gate hi

dense aspen
dusky forge
chilly spindle
lapis lava
#

@cosmic otter I'm in your walls

paper gate
#

wing is my son

#

@cosmic otter hi

dusky forge
#

I love errors on sileo

lapis lava
#

@paper gate I wing on my wong

stark herald
#

@cosmic otter cadence premium for 10 dollars for message logger

dense aspen
lapis lava
#

wing wong

#

oh so wing

stark herald
#

@lapis lava if someone asked you for stereo's mic for nitro would you give them

lapis lava
#

make them pay first

stark herald
#

nin0 scammer

paper gate
#

fres scammer

stark herald
#

how

viral cape
#

just did moderation time to get spammed in dms if they know to check audit log

lapis lava
#

what happened

#

so many discords

viral cape
#

i deleted 1 (one) message from an egangster (?) posting some random gif in support

lapis lava
#

what gif

#

was it bad gif

stark herald
lapis lava
#

lc.ui princeps.mortis

stark herald
#

i should organise my discords

night blazeBOT
# lapis lava lc.ui princeps.mortis

<:i:1263590776617828462> @princeps.mortis (1225567510854762516)
<:b:1263607232558399631>๓ „ด

<:i:1263590467166277698>ย ย ย Display Nameย ย  ย โƒŸโƒžโƒŸโƒžโƒŸโƒžย 

<:i:1263592493505577041> Dates

**Account Created: **<t:1712268464:f>
**Joined Server: **<t:1728095238:f>

<:i:1263593114694586400> Server

**Roles: ** 1/231

viral cape
#

idk just something Not Support and Not Funny blobcatcozy

lapis lava
#

has to be new ui slapped on old

viral cape
#

my description would be "flexing (something) clip from a music video"

viral cape
lapis lava
#

can't believe I once made this

#

wait I should get my spare android ready

#

very old pixel 2 xl on Android 12

viral cape
#

@lapis lava@lapis lava@lapis lava@lapis lava@lapis lava port vendroid to ios

#

i still drive pixel 3a on android 12 btw

runic dove
#

spooky vencord

lapis lava
#

if I ever get macos then yop

lapis lava
candid elm
#

if i deleted discord would i have a positive upgrade to my mental health

rare trout
#

WHY IS MY SCROLL DIRECTION REVERSED

lapis lava
viral cape
paper gate
stark herald
#

is there any way in which android apps with a backend can know that you're connecting from their app and not a third party one

candid elm
viral cape
stark herald
#

yea but I was thinking something that'd make it hard to spoof like maybe something you'd need root to spoof or something

#

if android has some sort of tokens that backends could verify are from the legit app or smth

candid elm
#

hey guys i am currently off the topic of this off topic but is it normal to be friends with a rock you just kicked

#

im also gonna go now

paper gate
#

yes

#

gonna blow up fres's island

runic dove
#

anyone got spooky shiggy?

vapid adder
#

hi

runic dove
#

hi

cerulean fog
viral cape
lapis lava
#

guhhhhh

vapid adder
#

moona

cerulean fog
viral cape
candid elm
#

i lied about leaving (reply if you want me to stay gone)

runic dove
lapis lava
stark herald
#

nin0 assistant

candid elm
runic dove
#

"discord bot"

#

lmaooo

cerulean fog
#

Everytime I check vencord discord the server icon is different lol

junior kayak
#

zib zib zib zib zib zeb zeb

candid elm
civic mantle
#

shadow of intent - the prophet's beckoning

candid elm
#

next image in chat is my profile picture

zenith pier
# lapis lava

what's even the point if you're not trying to get it to give you free stuff

sly spear
#

SPOOKY VENDOR

runic dove
#

apoooky

candid elm
river thunderBOT
#

@quasi ravine, <t:1728067513:R>: ask

candid elm
#

ok well

noble quest
sly spear
#

TheKodeLegToad

runic dove
#

does anyone know what happened to the bunny server?

cerulean fog
#

pynocord?

runic dove
#

yeah

candid elm
crystal atlas
cerulean fog
#

The project shutdown paused cuz the developer can't support it anyone

crystal atlas
#

its still there but all channels r locked

candid elm
#

speaking of bunny server

#

bunnies are cool

runic dove
#

i guess the server was put on hiatus too

cerulean fog
cerulean fog
runic dove
cerulean fog
#

like bluestack?

#

but for android?

runic dove
#

no

cerulean fog
#

I meant on the malware front

runic dove
#

discord 3rd party mod

candid elm
#

<t:-58979901778:d>

crystal atlas
urban elk
#

bwa

#

hai

#

so many whitenames

runic dove
#

hai

crystal atlas
#

before aliucord blew up

candid elm
#

i proudly wield the white name

crystal atlas
#

source code non existent

#

but

runic dove
solemn plank
#

at netflix conference room
"boss, please..."
ceo: hhhghhnnnb . big mouth 2.

urban elk
crystal atlas
crystal atlas
candid elm
#

guys whats your favorite theme to use on vencord

urban elk
#

anyways I go play fh5 on mobile data

crystal atlas
runic dove
candid elm
#

ok im gonna do a flip and send myself to the shadow realm

urban elk
#

actual mobile data lmao

crystal atlas
#

play minecraft offline

rare trout
weak wasp
#

i can use vencord on kernelOS?

jaunty trellis
#

probably

#

wtf even is that

urban elk
viral cape
#

probably a windows distro

cosmic otter
viral cape
#

it is

jaunty trellis
#

horror

viral cape
#

ymmv dont come complaining to us that you installed an OS designed to play literally only valorant and thats it

viral cape
#

im being sarcastic

paper gate
viral cape
jaunty trellis
#

horror

viral cape
#

78 thousand script kiddies

paper gate
#

@cosmic otter

jaunty trellis
#

also how tf did they fit a windows iso into 500mb

paper gate
#

compressed

jaunty trellis
#

by how much

viral cape
paper gate
#

500x

cosmic otter
jaunty trellis
#

like literally everything last I checked windows iso was what 4gb

cosmic otter
prisma compass
dusky forge
rare trout
viral cape
#

people who download windows distros are the exact people who need a fucking antivirus

cosmic otter
jaunty trellis
#

I still don't get the point of windows distros cuz windows is such a mess of spaghetti code that you can't really take much out before something breaks

rare trout
cosmic otter
#

i don't think its spaghetti code tbh

#

just tons and tons of back compat

viral cape
cosmic otter
#

no?

prisma compass
sly spear
cosmic otter
#

that would imply its unorganized

#

in all likelihood ms has strict standards for code structure

prisma compass
jaunty trellis
prisma compass
#

I just needed to download few dlls...

#

for some programs, its not that bad

jaunty trellis
prisma compass
mossy egret
jaunty trellis
#

it's really easy to bypass the win11 checks

night cape
mossy egret
#

as a matter of fact, one of the people behind the distro I use as in this server @small spoke

prisma compass
jaunty trellis
#

hop on loonix venniecozycat

paper gate
#

i love loonix

prisma compass
#

most software I use is for windows ๐Ÿฅด

jaunty trellis
#

cope

mossy egret
jaunty trellis
#

zt you will go get a job at valve and start contributing to arch core stuff

#

also apparently they're looking at making official x86-64v3/4 repos

viral cape
mossy egret
jaunty trellis
#

it still has some cool stuff arch doesn't so ig nothing

jaunty trellis
mossy egret
paper gate
#

minky purring

viral cape
paper gate
#

guhhhhh my vm ip changes

open pasture
#

you're behind 7 proxies

jaunty trellis
keen junco
fallow pawn
#

:p

lapis lava
jaunty trellis
strange marsh
#

I am a ALiaaaann

weak wasp
#

GUYS

paper gate
#

@keen junco i hear voices

weak wasp
#

I CANT USE VENCORD

#

i hate my life

keen junco
jaunty trellis
paper gate
#

pinguh

keen junco
jaunty trellis
prisma compass
lapis lava
weak wasp
#

and i have other question

neon ferryBOT
lapis lava
jaunty trellis
main wyvern
dusky forge
prisma compass
dusky forge
dusky forge
prisma compass
# dusky forge

if you put him/her on water he/she would melt like cotton candy

jaunty trellis
#

zoot when minker squish

dusky forge
#

She looks different in every picture i swear

steep kayak
#

nice cat

lapis lava
#

Vendorโ„ข๏ธ

main wyvern
open pasture
#

boooooo

dusky forge
icy hound
#

cool new server icon

open pasture
#

Oooh

#

Cat

icy hound
#

car*

open pasture
#

My bad

dusky forge
keen junco
#

@paper gate ๆญฆๅˆ™ๅคฉๅคงๅฅณ็š‡๏ผŒ่ฏทๆŠŠ่ฟ™ไธชๆฑก็งฝ็”Ÿ็‰ฉ็š„ๅ››่‚ขๆˆชๅŽป๏ผŒๆ‰”่ฟ›้…’ๅ›้‡Œๆทนๆญปใ€‚

small jungle
#

I made pizza

#

and cigarettes

paper gate
#

I eat people

small jungle
#

proof?

paper gate
#

soon

small jungle
dusky forge
elder ember
#

whoaza

small jungle
#

green lizard

unique wyvern
#

vcotd

neon ferryBOT
small jungle
prime totem
#

yo can i get vencord on iphone

#

or is it only pc thing

keen junco
prime totem
#

man im too lazy for that

unique wyvern
keen junco
quasi ravine
#

@digital kettle you

#

the answer is yop

#

preorder/made to order

gloomy sand
#

zeenky zooble

small jungle
unique wyvern
lone stag
#

Hii

#

Welcome back

#

How are you doing

small jungle
#

hai monty

#

monty python

#

lot easier for me to type than your last name yummers

#

so i like it

paper gate
#

@tough drift hello

lone stag
#

Aww, hope stuff gets better for you!

small jungle
#

if u ever want to talk heart4

lapis lava
#

hi

#

i was wondering where did you go all this time

quasi ravine
#

hi

lapis lava
#

new tag dropped

open pasture
small jungle
lone stag
#

It is indeed cute

keen junco
#

It's not as cute as zoot

lone stag
#

The monter

keen junco
#

It may be cute but cute is zooter

crystal atlas
#

@paper gate hiiiii

lavish schooner
#

hi entity pat pat

rich marten
#

anyone making a yt embed ablock plugin?

lavish schooner
#

it makes me think of monty mole

lavish schooner
rich marten
#

yeah I just realized

#

mb

lapis lava
#

love unoriginal command names

paper gate
#

hiii

small jungle
paper gate
#

@tough drift blobcatcozy

crystal atlas
open pasture
#

@paper gate you

lapis lava
#

Hyperion for ios when

paper gate
#

soon

keen junco
#

@paper gate I'm tired

paper gate
#

sleep

lone stag
merry sundial
#

hello vendor

keen junco
paper gate
#

newpipe so bad

slow urchin
#

i like how random i can be (we werent playing chess or talking about it at all previously)

median dome
#

how'd

paper gate
#

marvin is hacker

merry sundial
median dome
#

i see

#

tf is that

keen junco
lone stag
paper gate
#

twixeeee

slow urchin
#

marvin owns discord

median dome
paper gate
keen junco
paper gate
#

you

median dome
merry sundial
paper gate
#

marvinky

keen junco
median dome
#

owner of discord marvin

keen junco
lone stag
merry sundial
#

no more friendship for you

paper gate
#

im decaying

lone stag
lone stag
merry sundial
#

ya

slow urchin
#

testing the "i listen to everything" people in chat:

merry sundial
#

AHHH

keen junco
merry sundial
#

YOU MADE MY SPOTIFY UPDATE

slow urchin
#

that's weird

#

did discord break again

#

tf

slow urchin
#

wtf

#

ik for a fact i have embed perms

small jungle
slow urchin
#

what about this

#

god i fucking love post punk german grunge band Pisse

#

/srs

#

drew for 6 hours straight yesterday and couldnt get the energy to draw todays prompt

#

chat i might be burnt out

#

:(

lone stag
#

An as ex dubstep fan, semi brazillian funk fan, currently pluggnb and rj pasin obsessed, imma uhhh

slow urchin
#

dubstep was cool as shit 7 years ago

slow urchin
#

YOU LISTEN TO BLUE FOST

#

BLUE FOSTER

#

@merry sundial

#

YOUUUUUUUUUUUUUUU

merry sundial
slow urchin
lone stag
slow urchin
#

GIMME SOME HAND OOMF

#

chat i just realized forwarding got pushed to main

#

we're all cooked

#

(for like a month, this hopefully wont last)

#

(im coping)

vapid adder
#

is coup de grรขce a joke album

slow urchin
#

y'all ever get that itch in your ear that just immediately comes back after you itch it

proper lance
#

why cant i use some of the ai voices?

slow urchin
slow urchin
proper lance
lone stag
slow urchin
#

de-earing machin

proper lance
slow urchin
lapis lava
small jungle
proper lance
#

mate*

slow urchin
proper lance
#

17 why

slow urchin
#

what's 5+6 then\

proper lance
#

bro no

slow urchin
#

lmfao

small jungle
#

baiter

proper lance
#

or 56

small jungle
#

u stupid

proper lance
#

no im not

lapis lava
proper lance
#

nuh uh

#

whats 9+1

lapis lava
#

10

proper lance
#

wrong its 91

lapis lava
#

in js language

#

lc.eval console.log(9+1)

night blazeBOT
proper lance
#

Lol

#

nerd

lapis lava
#

even js gets it right

proper lance
#

i was kidding i know its 10 bro

lone stag
lapis lava
#

lc.eval console.log("9"+"1")

night blazeBOT
lapis lava
#

lc.eval console.log("9"-"1")

night blazeBOT
small jungle
slow urchin
proper lance
#

lc.eval console.log("1525231414243"+"11111111111125243125124125516124124161324123"

night blazeBOT
proper lance
#

lol

small jungle
#

you forgot the closing parenthesis dummy

slow urchin
#

lc.eval console.log("1525231414243"+"11111111111125243125124125516124124161324123")

night blazeBOT
proper lance
#

why cant i use some of the ai voices?

lapis lava
proper lance
#

voicemod

lapis lava
proper lance
slow urchin
#

lc.eval console.log(94445667 ** 6345347)

night blazeBOT
lapis lava
merry sundial
#

nuh uh

slow urchin
#

nuh uh pissbot ur stupi

small jungle
#

should I just try to get used to bunny instead of hanging on to aliucord SodaCry

small jungle
#

based

paper gate
#

aliucord good

slow urchin
#

im not swapping until the message feature stops working

lapis lava
#

alibabacord

slow urchin
#

and then someone will probably fork it

#

as with all dead clients

small jungle
#

what is this voicemod shit

slow urchin
merry sundial
#

viociemode

small jungle
#

also forwards and polls not working sucks

#

forwards are killing me

slow urchin
#

forwards are terrible

#

u shouldnt want them

lapis lava
#

who cares about these

slow urchin
#

trust me

merry sundial
#

nuh uh

slow urchin
#

if anything it should send the user a request to forward

#

for privacy

small jungle
#

in a way I guess not showing them is a feature

lapis lava
slow urchin
slow urchin
bronze nebula
#

boooo hpapy hlaloween

woeful slate
lapis lichen
#

forward lmao

slow urchin
#

and plus screenshots can always be edited

lapis lichen
#

worse discord feature

worldly vessel
#

Chat hamburger or cheeseburger

slow urchin
#

forwarding is just bad

lapis lichen
small jungle
lapis lichen
#

yep

#

agreed

small jungle
paper gate
#

forwards useless

worldly vessel
small jungle
merry sundial
#

cheerios are only good with sugar

lapis lichen
#

yes

vague sandal
#

Cheerios are only good with salt

merry sundial
#

ewwwww

slow urchin
#

cheerios are only good with diethylmethylbenzenediamine

vague sandal
#

ehehehe

small jungle
vague sandal
#

dihydrogen monoxide is delicious

#

nobody agrees with me though

small jungle
#

epic phonk vencord startup song remix dropping soon

odd swallow
#

Zoogy zoop glopp

slow urchin
main wyvern
#

stupit cat infiltrating my discord client

lone stag
small jungle
open pasture
small jungle
#

i need it

main wyvern
#

i love water

small jungle
#

hydro homies

urban elk
#

my phone is showing up as a cellular modem in my PC

#

yipppee

mossy egret
#

@crude fern

neon ferryBOT
small jungle
#

nodrpeper

paper gate
#

@tough drift

fallow pawn
small jungle
#

so wrong

small jungle
#

I like this

#

makes me feel better

#

thanks

hazy tapir
#

i watched a cat eat for like

#

20 minutes

small jungle
#

why

fallow pawn
hazy tapir
lapis lava
#

why does it think I have a pending profile husk

fallow pawn
#

ur icloud pfp is chomik

hazy tapir
lapis lava
#

chomik is my school ID

fallow pawn
#

true apple user having a memoji ๐Ÿ˜ญ

lapis lava
#

I have some apps purchased there so I put them in a family group

sly spear
#

Adam sandler balloon

solemn lintel
#

vendor

upper coral
#

Everyone in this server are all weenie hut jr dweebs! Canโ€™t handle the salty spitoon lik me

fallow pawn
#

pumpkin

upper coral
#

So discord can say theyโ€™re adding new features

#

I mean guilds were kinda cool but theyโ€™re oblivious to how many people are going to abuse it

fallow pawn
#

out of all the features they've recently been testing out, by far guilds are the most locked down

#

this should be an obvious sign that letting everyone have it by a standard rollout is not a good idea to them

#

the requirements are ultra specific

jaunty stag
#

alternative to taking a screenshot ig

sharp bramble
upper coral
# fallow pawn this should be an obvious sign that letting everyone have it by a standard rollo...

Yes I agree. I just think Discord adds before really thinking. When guilds first came out (and even now) people have been making monetary guild servers because they know the rollout is only a select few. Give everyone the guilds features, those creatures go away. I know if you buy a guild tag, thatโ€™s your own fault and not discord but the way I see it, they should at least start rolling out a lot faster to more people, then the sellers have nothing to gain

fallow pawn
lone stag
#

10mb data left ๐Ÿ˜€โœจ๏ธ

upper coral
#

If people are willing to buy a thousand dollar discord name, Iโ€™m sure they wouldnโ€™t mind spending $30 for each guild thatโ€™s advertised

#

Holy yap? My bad

sharp bramble
fallow pawn
upper coral
#

Yea thatโ€™s fair

#

I like the guilds, I just seen a lot of exploits

jaunty stag
fallow pawn
#

this so bad lol

upper coral
#

Iโ€™m not mad

sharp bramble
#

this the album cover

jaunty stag
#

maybe discord wont even continue with their idea of "guilds" and discontinue them

fallow pawn
#

Its her

jaunty stag
#

youll never know

upper coral
#

Guilds are cool, wish they gave you more icon choices

#

Man I wish I could do this

#

But Iโ€™ll start getting harassed by the hooligans in this complex

fallow pawn
#

I think its good they have their own cool icons

lapis lava
#

trolley

#

what would happen if i supervised an ios device then put a profile with supervised only restrictions then unsupervised that device

#

would the profile vanish

coral spire
#

whgar

upper coral
fallow pawn
tawny vault
#

Hello!!

fallow pawn
#

also i would not recommend you supervise if you like security

lapis lava
#

i was messing around with things trolley

#

but good to know

fallow pawn
lapis lava
#

horror

fallow pawn
#

well in certain cases at least

tawny vault
#

HAPPY EARLY BIRTHDAY

fallow pawn
#

I learned that myself lol

paper gate
#

happy girthday

fallow pawn
#

i remember when I was supervised then I was prompted no activation lock after restoring

#

was suspicious as hell

#

I think its because when youre supervised you would also have MDM so instead an mdm lock would appear

lapis lava
#

yea thatโ€™s what I thought

#

cursed

hazy tapir
#

excuse me

lapis lava
#
  • if I were to update while supervised id lose access to sparserestore which would be quite husk
hazy tapir
#

digital circus on netflix ๐Ÿ˜ญ

humble trench
#

@lapis lava no why

hazy tapir
#

this is insane to see

#

whats next murder drones?

lapis lava
bold adder
#

im so late to the party ๐Ÿ˜ญ

#

i got like the second best thing i think

#

W

paper gate
lavish owl
humble trench
#

is overwatch good

paper gate
#

no

dire bison
#

i updated off a jailbreak to test someone's stoopid testflight app

bold adder
#

im eating good tonight

unique wyvern
#

since when discord has the guest feature? is it with the temporary invites?

dire bison
#

yeh

#

well it's slightly different

unique wyvern
#

i know being a guest makes it so you canโ€™t like interact outside of a voice channel

dire bison
#

yeah only the voice channel

#

i was a guest in a server once but it didn't show the guest marking it does now

#

i guess a/b test lmao

#

it was like a year or 2 ago

main wyvern
#

car alarm

paper gate
#

car alarm

lapis lava
#

@paper gate alarm

bold adder
#

my friend gave me a lvl 80 acheron to use

#

๐Ÿ’€

#

ez games

vapid adder
#

hi

paper gate
uneven fox
#

SPOOKY MONTH-

vapid adder
fallow pawn
#

@candid knoll no way its you

candid knoll
#
  1. hi llsc
  2. this worked literally tonight
fallow pawn
candid knoll
#

chromium and electron eat a lot of power on my M1 Max

fallow pawn
#

heh I got vencord working on safari too

#

but theres gonna be csp

#

so you gotta write some hacky shit to get around it

odd anchor
candid knoll
odd anchor
fallow pawn
candid knoll
#

ah

fallow pawn
#

safari doesn't like if you try to get around it

candid knoll
#

yeah so far i've only had issues with vencord cloud and haven't tried much else

#

what should i be looking out for?

fallow pawn
#

online themes won't work including the css editor

candid knoll
#

interesting

#

@tired idol since you're in here

#

btw i'm signing and notarizing a copy (with diff bundle id) and throwing it in my server for bro

humble trench
#

what is vencord cloud

candid knoll
#

annoying to enable unsigned extensions every start

fallow pawn
#

guten morgen

main wyvern
#

โ˜๏ธ

civic mantle
# paper gate

MMmmmmm tasty battery acid lithium energy drink yum yum ๐Ÿ˜‹ ๐Ÿ˜‹ ๐Ÿ˜‹ ๐Ÿ˜‹ ๐Ÿ˜‹

burnt maple
fallow pawn
#

@burnt maple lilyyy

#

did u see the vencord spooky icon I made

burnt maple
burnt maple