#general
1 messages · Page 33 of 1
for me it’s worth it for the convenience and all the tech that goes into that convenience. and two you have to admit you can tell apple is still a good audio company, their stuff is just so flat and well constructed
Wasn't there the whole airpods blowing up on people fiasco 
there’s so many headphones that theoretically are better quality that just lose that quality because of shitty chassis, unwell constructed speaker housings all that shit + all the custom suction shit with airpods, which is kind of finicky but works well if u get it
huh
Swear that was a thing with the early gen airpods
never heard of anything like that
Eh actually it seems to be mostly related to fake airpods
With like a few cases being authentic ones
if you buy fake airpods from a random chinese company then idk i would expect it to blow up
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
JBL my beloved
Apple is the superior brand
not really
yes
well I'm not so
rip
is that your car @gentle lake
why are you so obsessed with berries
because that's his name
why do you think you like mentioning null and voids
because that's your name
i mean yeah obviously
Hello
hiop
So on my pc it averages 120-180
Also just started so not really reliable at the moment, but it seems solid in a lot of high def areas
hallo
Hello
@ivory onyx Already have criticisms
Don't like how you can't fly to the stars yourself, you have to "Set a Course" and you can't just fly to land you have to look at the starmap and press "Land" on the location
common terraria W
Hi
How are u
How to add my discord server to top gg?
does anyone know how to delete microsoft cortana in windows 10?
hello
-addserver
@novel heron
Adding Your Server To Top.gg
So you want to list your server on Top.gg? We have a support article to help guide you through the process! If you need more help please contact us in #support!
Click here to follow our guide!
Uninstall windoes then install linux
is cortana really that annoying
hi
-wrongserver
Hey! We think you have our server mistaken. We do not provide support, help, or advice for any bot. You need to click on the "Discord Support Server" button on the bot's page of the bot you need support for. If there isn't a button that says "Discord Support Server" or nothing else mentioned about a support server, the server invite is invalid or you were banned from the bot's support server, then we can't help you. Sorry :(
You have to select your server from the dropdown there
You can only add bots to a server you own or have manage server perms in
We do not represent Discord, nor are we affiliated with them. We merely use their service.
If you have any questions and/or suggestions regarding Discord itself, or wish to report any violations to the Terms of Service, you can use any of these links:
How to leave feedback/suggestions to Discord
How to report bugs/issues to Discord
How to report a violation of the Terms of Service to Discord
How to contact Discord for general inquiries
there sum extra proof
oh kk mb
i typed top gg and and i search dyno and i clicked invite and it brought me to this
Yes we're a Discord bot listing site. We list Discord bots. When you invite a bot you're redirected to the Discord autentication flow. We don't have any affiliation with that.
We control the whole future and the way you see
Yep, but not Discord's oauth flow.
yes discord's oauth is part of the past
MSN Messenger is the future
Mac you are using the wrong time machine
that one is problematic it uses python (the time machine you are using)
smh Mac
No company promotion
does medal own shares of guilded or is medal its parent company
ok stop flexing
it hurts my ego
emri i par grainger mbiemri the finest
yes, they took a waifu character from halo and made her less useful than Clippy
and most of the time detrimental to user experience

Booking my dog into a dog hotel for when I'm travelling and they're asking for her instagram in the contract 
This is a great article
https://dev.to/thejaredwilcurt/bun-hype-how-we-learned-nothing-from-yarn-2n3j
hyy
...w-why do you need to book a dog?
people charge for it?
dog hotel
u should create an insta acc for maya
One message removed from a suspended account.
🙄
greetings
dms are open
Cool
this again
naw
despo people
Probably underage too
Seems like they’re unable to understand “stop doing that” like 6 times
maybe just a burner account
One message removed from a suspended account.
pls make nodejs able to use both require and import at the same time
without that type:module bullshit
You know why there is an exclusive distinction between the two right?
It hasn't, what most people don't realize is that a big part of ESM is about security, with CommonJS you can basically modify pretty much anything to point to whatever you want, and cause security vulnerabilities and such that way, exposing both and allowing interchangeable usage is basically adding more fuel to the fire
Supporting interchangeable usage of both also completely shatters the effort of making people finally switch to ESM as it has been doing so for a long time now, to finally make CommonJS a thing of the past and use standards things like ESM
how do you expect people to switch to ESM if its such a pain to do so?
if you want more people to adopt it, it should be seamless and easy to use it
locking it behind a type:module option in a package file, and then introducing breaking changes to the program when that option is turned on makes people wanna stay away from it
The more popular libraries switch to it, the more it'll convince users to switch, along with providing more features and convenience compared to CommonJS
When people use that option, they know what they're opting into, so they should change stuff to make it work
Standard and non-standard stuff has always been in war in such things, but eventually one will come out on top
And more than 90% of the time it's the standard stuff that comes out on top
sure, but until then... lib developers have a hard time switching to it knowing that once they do, half of their users will get an error
thats really counterproductive
Well that's what happens when you implement something non-standard and it gets a standard and better equivalent after so many years, it's just how things evolve when such things happen
in that sense its already throwing more fuel to the existing fire of needing to support countless import/export systems, like UMD, AMD and got knows what else
Just like how when an application or library changes its way of doing certain things completely in a major release or similar
one thing is the library introducing a breaking change: fix it in your code and you're good
another thing is the library changing their supported import system: change your entire project or fuck off
Less than 2% of all libraries use UMD, AMD, and other module resolution systems
Nowadays it's either ESM or CommonJS
plenty browser libs still use UMD
because ESM is also locked beind a flag in browsers
Plenty yet so little compared to the grand scheme of things
ESM is the default on all web browsers, because it is standard, it is implemented by the JavaScript engine
There's not even a single JavaScript engine out there that implements anything other than ESM natively
im talking about how people load scripts
<script src="abc"></script>
<script src="xyz" type="module"></script>
you can easily do both on a browser
one with a normal script or a UMD script, the other with ESM
node is all or nothing
Sure though there's no point when almost 99% is ESM on the browser
the commonjs -> esm change is probably the most obnoxious thing to happen to js
could’ve been handled so much better
exactly
nobody is against ESM
but it could be implemented so much better in so many ways
yuh
i definitely like it more but breaking everything in the process and splitting an entire ecosystem just wasn’t it
There's no better way to handle it, if you don't believe me, say that same thing to literally anybody else that maintains these things
there’s no magic behind it
there’s literally no limit to what they could’ve done
it’s code
Okay Berry, suggest one good possible way to handle it without compromising the promises and goals of ESM
i don’t care about the promises and goals of esm i care that my experience is well off and my shit doesn’t break
that’s your job to figure out
just hide import behind require i literally don’t care just don’t break my shit
the break should’ve happened behind the scenes of node not right in my face as a developer
That's unfortunately not how it works when it's literally two completely different standards that also work completely differently, with different contexts and environments as well
This is the problem of implementing something to support modularization of JavaScript when it didn't have a standard way of doing it, especially when a standard way is implemented many years later and is much better
Those who don't work on standards don't realize that mixing and matching them is not a good idea especially when one compromises the goals of one another
that’s cool and all but you still broke shit and made the ecosystem a hellscape
anything but this would’ve been better
i don’t really care about what’s going on behind it i care what happened and how much it sucks
even a warning would've been better, for example when you require an esm module, make it work anyway but log a warning on the console
that would bring awareness and get more people to make the transition
without lib devs having to worry about losing users
Sure it breaks things, that's how software works and has for as long as it has existed, things change and evolve literally all the time
What is funny is that you're free to do the things you currently do without any issues while also being able to use things generally supported in a different environment, import() in CommonJS, createRequire() in ESM, but mixing the standards shatters their goals and their contexts and environments
changes nothing
the one job of maintainers is to create a good development experience, and that didn’t happen

for the things it really matters in there can be restrictions, build tools that can’t cope with both standards can create lines, whatever else
If it wasn't a good experience, users would've left it long ago but still agree to its changes, even the biggest projects go along with our decisions because they can't come up with a better way to handle things without compromises
but it just doesn’t matter in 90% of code
I don't disagree that it brings inconvenience, it's just how standards stuff works and has for the longest time
if i just want to run a node program who th cares if i use require or import it doesn’t matter
if webpack says i have to use import that’s where the requirement should lie
Apparently, about 5,000 people got the Verified Developer badge, that's not a lot, I thought there were way more people with it
the fact that in order to have even a decent import experience i have to use a language ontop of another language because the language itself is too dumb to figure it out, there’s a problem
That doesn't even make sense, I know what you're suggesting is a seemless experience between the two but that's never happening without the compromises that a lot of people who use ESM for relies on
it used to be that i can’t imagine not using typescript because of the types, now i can’t imagine not using it for all the wrong reasons
interestingly, the article voltrex shared about Bun also shits on TypeScript lel
Like I don't even see a singular reason to not support interchangeable usage of both if those compromises did not exist, you're free to open up a discussion about it and others will basically say the same thing
and some people in the comments did say they were surprised Bun allowed require and import to be used at the same time while Node didnt, in the sense that Bun beat them to it, and would love to see that being implemented in Node as well
We've considered many ways to handle it but all others comes with downsides that the standard itself disagrees with
I would love to have them both working interchangeably as well, if it weren't for those...
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
making me want to move away from node fr
Check the discussion
the answer is bogus
How?
it just proves what i already know that node just doesn’t want to change
there’s no technical inability to do it
Oi gente eu sou do Brasil e enviei meu bot para o top.gg como eu sei se o bot foi aprovado ?
One message removed from a suspended account.
they just don’t want to
real
@grave trench (yousefosama1#0) has boosted the server
Oi gente eu sou do Brasil e enviei meu bot para o top.gg como eu sei se o bot foi aprovado ?
Because there's a reason for it? Nicely mentioned?
Hello world
that would be easily solvable by relying on the user to know that to use. user used import? lets assume the file is esm. user used require? lets assume the file is cjs. something went wrong? its the users fault
it’s just such a dumb answer, a) there’s obvious solutions around the problem b) if it’s such a problematic thing why isn’t it a problem in bun
And if the user used both? All hell let loose
such a moment love node
??
One message removed from a suspended account.
it’s node rocket emoji
i thought they just went into your house to take furniture out
One message removed from a suspended account.
isn’t sweden just one big ikea
One message removed from a suspended account.
those example homes are actually entire displaced families
yes
Fr the majority of the example houses are bigger than my mf apartment (dorm room)
Crying and shaking
Yes do it
One message removed from a suspended account.
use esm for the imported file, to process all the static analysis, and ignore the requires.
once its done, process the required files at runtime using cjs and ignore the imports
I'm going to buy like one of those mf plants that eat flies and a bin
One message removed from a suspended account.
One message removed from a suspended account.
If anyone has name suggestions for the plant lmk rn I think imma go with Lenny
Ok plant nerd
One message removed from a suspended account.
It eat fly
You have to determine what module resolution system the file is using, and there's no way to accurately do that when both are used to be able to delegate the parsing and usage of its features, so all Bun does is guess work which is prone to erroneous behavior and failing
One message removed from a suspended account.
One message removed from a suspended account.
I don't have ant
just do both what lol
One message removed from a suspended account.
I also need to test sit some sofas
Nah not one of those
it’s not like the same function is being used and you just pick a number 0 or 1
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
bi bot var dolndırıcı nerden basvuruyorum bilgilerimi caldı?
You simply can't, for example, let's say a file is using both CommonJS exports (module.exports) and ESM exports (export [?default]), now is this supposed to be exported as a CommonJS or ESM module? And how are the loaders supposed to handle it? Delegate a module object with named and default properties? What shall be chosen for a missing default export when a certain loader (require()) is expecting a default export?
Bun is playing a guessing game, there's no concrete behavior here
base it on whether it’s using import or require to import it
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
.jar
One message removed from a suspended account.
One message removed from a suspended account.
That's why I said what if it's using both, you could argue that you could "just evaluate both", ESM first, require second, or vice-versa
Now let's say a different file tries to import this file that uses both CommonJS and ESM, how is it going to determine if the file is required to be imported using import or require()? Since their loaders both do different things
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
idk bruh that’s not my job to figure out, all i know is that it works in bun and then the only response is “hurr bun is gonna regret that
”
😑
One message removed from a suspended account.

One message removed from a suspended account.
One message removed from a suspended account.
it really just boils down to the fact that the people supposed to make development good made development bad and now you’re seeing the result of it
One message removed from a suspended account.
One message removed from a suspended account.
developers don’t eat
One message removed from a suspended account.
Only time will tell, you can also try browsing Bun's issues with it, like I'm basically talking to a wall here, to those that don't know the technical details
Like nobody seems to accept the challenges and difficulties of it and its downsides, and be like "just do it"
One message removed from a suspended account.
One message removed from a suspended account.
berryjs
One message removed from a suspended account.
only commonjs allowed
It is also my job to tell people like you the challenges, difficulties, and whatnot of why it's a bad idea
Like saying "just do it" without understanding the actual (underlying) problems is not helpful whatsoever
i’m not trying to be helpful i’m pointing at that what was done is easily the worst moment in js in years
Voltrex have you used bun before the hype (like <1.0)
I can agree with that but it's the problem of the early design decisions of a programming language like JavaScript
How wonderful it would've been if it wasn't designed initially in just 10 days
And if modularization was considered much earlier, unfortunately I wasn't a maintainer of the programming language at those times
Nope, what about it?
Oh I was wondering if you had any opinion on whether they improved or not
I mean, it has definitely improved from the times where it was constantly segfaulting on people 
if you can’t purposefully segfault is it a real language
Oh yeah that reminded me, we're nearing the completion of the FFI in Node.js
Will probably be in Node.js v21 and backported to v20
will it segfault if the function is not found, or the argument/return types are incorrect?
:^)
also, how do we deal with return values that are passed by pointers in the arguments with ffi?
ie, this pattern:
int a;
void myfunc(&a);
how do we get the value of a by calling myfunc from ffi?
node is getting ffi? 
Yep
like how does it work
You can check that link
don't we already have the node api
The point of the FFI is to do it without native addons
Since it takes a lot more time to make them
doesnt answer my question?
do we pass a type pointer as the function argument?
and how to we get that pointer later?
Yes, it's mentioned at the first parts of the documentation
The same way as before, unless I'm misunderstanding what you mean
in C i would use the function like this: myfunc(&returnvalue), so i as the user, would create an int returnvalue; and pass it to the function to receive the value.
how do i in js, create that returnvalue, to pass it to the ffi function, and then receive it back?
do i give it a Buffer pointer?
ie create a buffer of size 1, get the pointer to that buffer using getBufferPointer, then give the pointer of that buffer to the ffi function
and then my value should be in the buffer?
Exactly
will there be performance improvements if i rewrite my library to switch from node addons to node ffi?
That's hard to say, it's much better for you benchmark it once we mark it as stable
true
@hardy sun@west ledgehttps://koffi.dev/benchmarks
these are older benchmarks, probably a year or 2 ago
but back then node-ffi was hundreds of times slower than napi
Yeah, it's way faster now
@sullen dove join
This is not an ad
This is just a browser link
yes, and we don't allow it here
To voice chat
Ok sorry
no worries, just dont do it again
Ok
One message removed from a suspended account.
Picked out the sofa imma buy when the next CSN and study loan payment drops
@sacred lantern
Ok so these are nice but I’m gonna look like a weirdo wearing that at school to study, any other suggestions that are a little more low profile?
(I don’t need a mic per se, just using these for audio)
Ohh
You want ones you're also going to wear around campus
Wait am confused though
So you want something that's not Bluetooth, but dongle based
But still wanna wear them around school?
Or what do you mean
Morning cosmic
#ticket
again?
Hm?
wow deletions seems to work very well (random deletd user who left a review)
their username is still there 💀
this is no gdpr
it means they arent deleted even
theres no 404

it is not hard at all to delete user data
are devs of site that lazy
naw
cc @muted bobcat
Yeah I think this is known
very gdpr respecting
They can always request deletion by emailing us in a support ticket.
does the delete user button just rename your account or what
Not sure how we're responsible for checking if they're still signed up with Discord but I'm no lawyer
No it deletes your account
404
Yes
ah that makes sense then lol
Not sure how we're liable for that
i thought that was people who deleted their top.gg account
and it wasnt fully deleted
alright yeah this isnt on you guys
I found someone copying top gg website
ok thats good
I found someone copying top gg
I found someone copying their messages
if I tell I would be called a snitch
I’m not even joking around
Neither am I
Yeah I know
what 💀
Damn
Guess I'm gonna get banned
💀
No
Do u want a screenshot
Of someone copying the website
Sure
are the roasts user-submitted?
If it makes you feel better sure
Some are
if i buy "final step of add server flow" does my add show to everyone who adds a server to top.gg
in that week
Yes
damnnnnnnnnnnnnnnnnnnn
Is that u on ur pfp
so my ad showing to everyone rn
No i found it on a stock photo site
u look ugly
The respect way
Respectful *
Good thing it's not me 
U got any latinas
I tell you what I have got, better things to do.
Garbage Cleaning
Yeah for example
Far more productive than this conversation
Ah
smh imagine doing free(ptr)
Whoppers are better 
Add a kissing channel
U look beatiful today
Add a kissing channel
Damn 
W rizz 💀
I need to rizz up some Latinas you got anyone?
I'll open #announcements and rename it #kissing
mac dont u actually own this server
No
Server info
Top gee gee
server is owned by @paper quail iirc
Duck
thats a bot
servers can be owned by bots
No
besides, the advantage of having a bot as an owner is that whenever the head of topgg changes, there's no hassle about transferring ownership
Bud whqt
BUT... who owns the bot
likely a discord team
true
No I'm an employee
u own the server on top.gg site too
me
That's just the top.gg listing
cmon nowww
dont u sort offff manage this server more than othe rppl
All I do is Auctions support
Ok I did do the channel restructure last year but again, doesn't mean I own the server 
It belongs to Top.gg
cmon now give it up
No
No
I'm an admin not the owner
thenm whop is the offical owner
Never gonna give you up
@icy timber
BRO
is the owner
that was so random
Hmm?
what don't you understand
who actually manages the sereverr
The staff
and arent you part of the staff
yeah but i see disord admin
who els
ok so you are server owner decided
Is the medal employee that irrelevant that they have to be named by their job
yes!! i am going to hack the server!!! what can i even get from doping that
i have no idea how to do that anyway 💀
They don't do anything here so you wouldn't know them
mac
ur the 'server owner' now admit it
not officially
but like
unofficially and extra unofficially
mac gave up
🤑
u ok?
yeah u
Can't blame him
your more stubborn than me
it's a tight contest
Does this mean I'm 1/20th the owner of top.gg?
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
That would be up to xiuh
holaaaaa
wanting to hate on türk Telekom mostly
hahahahah 1400 liras for 1 gigabit
and 610 for 24 megabit
ahahahahhahah
They canceled my bot approval due to unnecessary permission, but I do not have unnecessary permission, how can I object and explain myself?
dm the reviewed
he is not active
i've spoken to xiuh before that means i am owner too
👍
dm them and be patient
Apparently DALL-E 3 is a thing now
ok I am waiting

Thanks ASUS for sponsoring todays video! Check out their lineup of products at https://lmg.gg/LTTROG2023
At LTX 2023, 500+ gamers brought their setups to game in our Whale LAN party, and they had no idea what was coming. We’ve roasted your gaming setups before, but never have you made it this easy!
Buy an ASUS TUF NVIDIA GeForce RTX 4070 Ti OC...
People have some weird setups
One message removed from a suspended account.
For Premium as well now, if I understood the announcement correctly
Not going to buy credits for something that's not worth it 
At least my first experience with their API was... questionable
gn burbur

gn
good morning
Hey
Mary is
nothing
also i'm just noticing
which mod abused their perms and made my nickname
beyond the mine
???
please reset it
i hope said mod gets fired
?
When he was choosing an username
never miss typed it
How would u know
One message removed from a suspended account.
some mod thought it would be funny to abuse their permissions and change my nickname
😁
One message removed from a suspended account.
One message removed from a suspended account.

dm him
click messages
and see his username
and you'll see my real username
One message removed from a suspended account.
Morning everyone
thank you for believing in me
One message removed from a suspended account.
i wonder why they changed it though
One message removed from a suspended account.
he has been in the right several times
what is wrong with "beyond the mind"
not once
Discord mobile consistency™️
y'all should stop nitpicking him
wow this is unusual
@terse timber (clawx69#0) has boosted the server
no one here has ever said anything like that 
@terse timber (clawx69#0) has boosted the server
Hii
oh come on he's been right more than several times
it's more like a few
give him some credit
Oh hi 69
hai welper
Hi null
Nice, rip I forgot next week I have to also do the same
I haven't prepare the matterial
Talk to highschool about the why you should choose SI in the future
Tbh I have no idea what to say
why you should choose skill issue in the future
If only I can say that
Should I just yolo and freestyle it
what's SI
hmm i remember you
System informasi/Information System
is SI related to informatika
whaddat
I amma be honest, I have no clue
Idk
Wow Kuro
they are probably the same
hru kuro
I'm gud hbu
Somehow I have to debate with them too why is si better
I think its hard to win tbh
si is better than what
To debate against CS
si is better than cs because in cs you have to memorize shit like algorithms and how computer works
this
is this a current uni program?
where college students of your uni have to go to highschools and talk about tech
Apparently its character building class
I'm fine
Its random tbh

same
hiii
meow
Same especially course I am an introverted
no i am the cat
i swear i kept shaking when i do so

anyone there?
no not really
Cool
I can RELATE
glad im not alone
same
I also struggled with presentations a lot back in high school
I dunno how I survived allat
literal bocc
Do my strategy
Team il do the slide u presentate it
at least talking in front of your class is still better than talking in front of hundreds of people
for me they also said that the mic is recorded which made it even WORSE

dm spammer contacting people at random in here. been probably like months since I sent a message and I get this out of the blue and we only have 1 mutual server
@montgomery_381
I think the opposite
how
I dunno, it's less stressful because you're not with them physically
Hi
Both are same with me
i believe i can die in this hell
I think that's just a friendly guy trying to make friends
yep
@hollow tundra
it's one of those crypto "do you want to get paid to play video games? sounds cool, right?!" things. I've had it happen in other servers too, just never this one
did the guy replied
Cov's humor: A friend just told me Iron Man was his favorite hero. I said "I bet none of his clothes are wrinkled". 👕👖
Or just a marketing dude
yeah
hi
@olive blaze
hello sir
i am requesting that you reset my nickname as one of your moderators abused their permissions and changed it
i also wanna know who it is and why they changed my nickname
Hii, I want a bot that is for verification but all they have to do is type their last name and their first name to get in, any reccomendations?
I would not say they got abused, will check why your name got changed
ok thanks sir

because of this
what does that have to do with them changing my nickname
they changed it without my consent
because you said beyond the mine instead of beyond the mind
so they changed your name as ajoke
☠️
abusing your permissions as a moderator should be a fired
lmfao
yeah i want them fired bc they’re abusing their permissions
Imagine getting fired as a volunteer
I won't
why???
losing his shit over one letter is wild
wait until you realise you can leave if you don't like the mods or what they do 
you're gonna harrass them lmfao
Please don't cry over a simple nickname change 
your moderators are abusing their permissions
and make my nickname beyond the mind not this
as it was originally
this is why i made it a tag in CW ☠️
it should have never been changed
The nickname was in no way hurting you, get over it
Pretty good tag! 
who pissed in battleless's cornflakes
everyday?
battleless when he realizes you can't sue the shit out of someone for a tiny inconvenience
no
i want your moderator fired
I will get you fired instead, unecessary drama 
please change my nickname back to what it was originally
i thought we went over this. moderators are volunteers
-b 1069001636061663324 Causing unecessary drama over a nickname change
dondathedon#0 was successfully banned.
hello Harold can I speak to your manager
LMFAO
NO FRICKING WAY
it was I btw
it's about time
lel
watch him join back on his e0c acc
that account isnt in this server, which is good
I thought my silly little re-naming prank was funny dunno why he took it so hard
oops
I guess you could say it wasn't family friendly for him
did i just see the unread messages banner say 'unread messages as of december 2016'
probably a glitch
he sent me a friend req lmao
Solution
got banned
this is a different conversation
I am going to keep him unread
i would just delete his dms
Ok!
We're ready for PROD!!! 
beautiful
!deletedms
!deletewebster
hmm interesting https://discord.com/build/app-pitches-2023
-ban tim
What’s this?
they have the ticket tool owner as a judge 
what
did you even click the link
and make an effort to understand the context

I did but wont load
Im on my school wifi and the vpn can do so much
also the blurb outlines it pretty well
a place for people to submit new discord ideas
Lmao
bro turned into a karen
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
(again)
the arc was just on break while he was muted
I dont wanna speculate but I recon this is the end of the arc
:(
battles ™️
why does turk telekom especially suck after like
21:20
or 30
💀 not use prefix commands; and
Thats a fancy environment there
What are u guys using
Lol this is just a github repo i have for a local postgres backup script
We use it for mod bot db backups
https://ian-deploy.xyz/ energy
Does anyone know an editor or a thumbnail designer by chance if u do dm me fast pls
They posted it in other channels too
way better than ian deploy 
every time twitter goes down i see traffic on this domain spike lmfao
Here's what I predict: Discord is trying to implement new features, steals the best one and promotes the worst one as a winner 
nah this is for bots
pitch a bot idea, if its good you get 5k
and if you actually go through with the idea, you get 10k funding + support from discord directly
i already have ideas 
hi chat
hola chat
@lunar frost (dymtim#0) has boosted the server
shh no i didn't
apparently ian doesn't work for discord anymore
Yeah, Night doesn't either

do you remember, 21st night of september
I am confused
Now named developer.oppression
Devsnek doesn't work at Discord anymore either
Name sounds not familiar to me 😅
Laid off so many people
Dont you hate it when your stomach starts acting up before sleep
And there is a fucking mosquito flying around
Fuck cocktails and fuck mosquitoes
Fuck this fucking painful world
Humans should advance on the painless state of mind.
just say no to the pain
Hi !
It doesnt work like that
maybe u are not an alpha male like me
Stop eating random marshmallows you find in the forest
I told u lots of times already
noo they are so yummy
Yk what else is yummy?
what
Strapping a camera on a fish
no
Thanks to HelloFresh for sponsoring today's video. Go to https://strms.net/hellofresh_bamabass and use code POGBASSSEP50 for 50% off plus Free Shipping!
Subscribe for weekly pond build videos: http://bit.ly/Bama_Bass
Contact Geo at Aquascape:
Geo@aquascapeinc.com
Day 1 Pond Build: https://youtu.be/zZ49jSdHKWs
Day 2 Pond Build: https://youtu....
Too late
But who will make Ian deploys now?? Bro was my inspiration

One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
Apple sauce
One message removed from a suspended account.
One message removed from a suspended account.
@ripe junco found a banger
something with Friday ... just had to have this one in teh party channel :)

gn burb
helo
give me one 
hi
@west ledge @strong spindle @modest berry im getting my second tattoo tomorrow 
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
im getting a dnd tatto
bard
josh and darren are getting oen too 
don is coming but he cant get one
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
its been like
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
i got back on saturday yeah
and ive been on vacation and doing nothing but sleeping 
except now my kids are sick so
thats fun
One message removed from a suspended account.
i am very scared of my linguistics class
wtf







