#dev-chat
1 messages Β· Page 17 of 1
Not all users here are American... but everyone here has to speak English
Hi, I'm Brazilian, how are you?
I know this was a while ago. But if you are using a razer product try completely killing the razer software. It makes my mouse have noticeable input lag
Because you know.... It's not like I should expect that the software for my mouse does not interfere with its latency a significant amount.
guys, i was having three discord accounts having 1 year of nitro for each one and they were 2015 and two 2016 and i got grabbed one day bcz of a stupid confidence i was having on a friend and when he grabbed and spamed some pics of +18 and nsfw like something big than epstein himself i got suspend on all these accounts, is there any solutions ?!
This server is for help with Discord APIs, SDK and other various integrations. For general support, please contact Discord at https://dis.gd/contact, or send us a message on Twitter at @discord_support
they didnt help with anything

well... no one here can
i know but this really hurting me bruuh
you can appeal a ban on the "standings" page... but because you weren't hacked, rather were sharing an account (which is also against the TOS) you are unlikely to get a resolution you desire
naaah i got hacked when i downloaded the file and it has a torjan annnnnnnnnd he grabbed all the tokens + and ruined two of my three vps s
well... then https://dis.gd/hackedaccount
What is this dude?
No, forget it
How do we get a dev badge at profile?
#faq you cant... its gone
9+10=21
here ya go...should be all you need
Sure...differential equations & geometry is the topic of the book
Another day, another bug
oh i suck at geometry...
and 6 times 7 is 67

burn this server down
no
All right angles are never wrong
what about a triangle with 3 right angles
new monitor coming 
4k?
i almost have 67 functions in the ratchet tree
1440p
hmmm 
1.44k
going to be experiencing subnautica 2 in wonderful quality
the cracked version that got released today? 
-# no the real one i prepurchased
Probably an
box
Is it coded in Python
it's just wild to me there's been like 5 games cracked pre-release recently
c++ 
UE5
im out of the loop
what games other than this one are you referring to?
Subnautica...Sea...C...C++
Would more iconic when written in C (sea)
C++ cuz its subnautica 2 so two +
well to be fair, this is subnautica ++ sooo
Forza Horizon 6, Death Stranding 2, Pragmata, Lego Batman, Subnautica 2
Pragmata - Space Dad Simulator
all cracked before release
LotDK got cracked?? crazy
damn it also comes out soon
$70 for a lego game is kinda crazyyy though ngl
ya that's crazy
i get its gonna be like skywalker saga and its very arkham-esque gameplay wise but cmon
even the bundle of the arkham trilogy and then buying origins isnt that expensive lol
these specs are also insane
spiderman 2 has lower recommended specs
yeah its nuts
like...i would get it if Subnautica 2 had those requirements... but for a Lego game... that's insane... it's a family couch game
theyre actually quite similar lmao
ya... similar requirements for my game using UE5 too
they are both ue5 though so i guess its not that insane anymore
who needs nanite in a lego game though
subnautica 2 though... in 1440p π© if i could've got 4k i would've
it's really helpful for dynamic LODs (i cant remember what their actual name is)
absurd
also having 3 monitors will be nice
i dont know where i would put a 3rd monitor if i got one... would either block my mic arm or have to go above another one
Why not 4
im gonna try above
Could be 5. Even 6 or 7
though idk where the webcam would go lol
who needs a webcam?
me
i mean this is the current setup but im not sure how well i can fit a 3rd above it
Why have a webcam
hey guys how we doing today
id
do you need something? dont spam every channel
Does anyone know a good spot to find regex patterns to block non PG words for automod? (or have any)

Channel Objects is so hugeee
and has so many inner more types i have to do
Will take multiple days :<
I should probably skip a bunch of types but I don't wanna
Is there a recording I can refer to?
That was close to midnight for me
Oh wrong channel mb
can you use fx this repo and just link a non-pg word list to it to create the new list of as regex?
just saw it's discords birthday today
-# or soon?
what
It's May 13th
If you're not sure then why you're saying it
Discord is old
-# ok that was lame one π₯
its not old enough to pass age checks π
What
How old is Discord
11?
Accounts that fail verification or are determined to be underage (under 13 or the local minimum age) are banned,
Finally something younger than me
Crazy thing to say
Technically, there will always be something/someone younger than you
Anyway, Discord would soon be old enough to create their own Discord account
there are exceptions. it all depends on technicality of when "you" are considered to be "you" π , if dead on minute 0 then oh well... top rank and really small probability of someone or somethign younger than you
Any%
Guys if I have to track locations and stuff and learn more about it...where do I learn it from?
I wanna get into cybersecurity
cant answer you but not on Stack Overflow π
I have learnt how to do it in certain country but India is very very hard
I choose a random number and try its so hard I crash outπ
it is technically today but I see no announcement in townhall yet that's why
It likely is still the 12th at Discord's time
I replied nynu
And that was a lame joke
Till now there's no replacement of the dev badge ?
no and there will probably never be
Disappointed to hear
The badge never really meant anything anyways... if you really want to show off your projects... add a github link or a portfolio to your About Me
There is the opal badge though
what should a button be labed which shows "already suggested ideas"
/.

why can't i jump to your messages it says you're a spammer
yippe done modelling payload typeddict
now gonna split the channel payload for each type
django is making me mad
Guys
I faced one small problem
I am trying to transfer ownership of my Developer Team, but I receive the following error:
[20039]: Unable to complete the action because the team has a pending verification request.
I cannot find any way to cancel or manage the pending verification request. how I can remove the restriction or cancel the pending request so I can transfer ownership.
You need to contact support
This server is for help with Discord APIs, SDK and other various integrations. For general support, please contact Discord at https://dis.gd/contact, or send us a message on Twitter at @discord_support
@merry blaze ^
After applying/being accepted for verification you can't change the ownership of the team
you have to contact support for that, I think they can help you change it
Why DJango
Making payloads is making me mad (I still am doing it tho π)
the channel one is confusing for me since I also want to split it per type based
i go eat now me tired
Me when freeloads
-# I'm not rich enough to pay
This is why im really excited for reflection
Because i can make my deserializers and serializers templated
what do you mean
So i no longer have to write stuff that just puts the json into the object
Like these
Invite::Invite(const nlohmann::json& j){
type = j["type"];
code = j["code"];
jsonToOptional(guild, j, "guild");
jsonToOptional(channel, j, "channel");
jsonToOptional(inviter, j, "inviter");
jsonToOptional(targetType, j, "target_type");
jsonToOptional(targetUser, j, "target_user");
jsonToOptional(approximatePresenceCount, j, "approximate_presence_count");
jsonToOptional(approximateMemberCount, j, "approximate_member_count");
jsonToOptional(expiresAt, j, "expires_at");
jsonToOptional(guildScheduledEvent, j, "guild_scheduled_event");
jsonToOptional(guildScheduledEvent, j, "guild_scheduled_event");
jsonToOptional(flags, j, "flags");
}
Ah
Jason
this c++?
Yes
Do you use pydantic??
no I'm using typed dicts
I heard about this but idk pydantic is popular and powerful tool for dataclasses
Also called "models"
Pydantic has runtime validation
it'll throw if a malformed payload comes in
maybe later I'll change it to that but I feel typeddicts is fine
discord.py etc also just use typeddicts
typeddicts are basically ignored in runtime
Idk json tags are my beloved
blame discord
Weird it doesn't show on chat but it does when trying to jump to the message
discord.js please workπ
It does work
it hates my bot as my bot flash errors and tterminal closes
Well, error probably tells you why
Discord has 0 control over your terminal
If the terminal clises on error, thats on your end completely
idk the prob how do i fix it i use discord.js 14
Add something that waits for input before closing to your run script, log to a file, ... lots of things you can do
But none of them are on discords end
@short meadow
huh
@brisk needle please keep related questions in one channel
ok
Wdym split per type based
Like BaseChannelPayload and then inherited payload types for every (not now) channel type like guild text dm channel etc
or should I just have the one huge payload that discord has in the api docs
having separate payloads would make sense since then I'll be able to cleanly map to different channel types
Well you can subclass the base typeddict
So big payloads for every type independently?
gotta love typeddicts 
why in just one file :p
Do the payloads actually change per channel type
Cuz that's the ones for message
fields are only sent when type is of one type
So long
#dev-chat message any ideaaaa?
maybe?
Hm now in message parsing I need to determine whether user is normal user or webhook user
I think I'll just have to check whether the object has the 3 keys of webhook user only
Duplicate?
how does it even tells the button purpose?
Never mind, misread it. Why not just "ideas" or "submissions"
how do you handle channel types
both in payload and object type
well, neither these tells what the button will show
or what's its purpose
What exactly are you asking for...?
Still haven't got there honestly, but when I will, then I'll just dump it into a base object and maybe come back to it later. That's what I'm doing with components at the moment
so just one big channel
a "button label" of button which shows "a list of suggestions that are already submitted, so avoid them"
Yeah one object of https://docs.discord.com/developers/resources/channel#channels-resource
ye I'm planning on splitting them early
maybe components I'll dump for then and get app commands working
I really don't wanna dump though
Nvm I can check for webhook_id
Type checker does not like the proper way 
Guess I'll have to type: ignore it
Looks like dpy doesn't have logic for webhook user, odd
Wait nah nvm
and the main bot profile ?
what's the error say tho
you cant
Nope, patching to global will do nothing with display name styles
I wanna start coding in Python π₯
I'll sum it up:
self.webhook_id being None does not tell the type checker that data["author"] should change to match structure of user
Python better, skill issue
lmao
D1 ragebait
I wonder how many Python libraries there are already for the API
At least few
So a hundred? That's cool
6 that has components v2 support
That don't seem related to my inquiry
welp, gl
this is not Linus Tech Tips server
Nah
ah
(Reasons why you shouldn't download strange things)
What about stranger things?
Dr. Strange
i always wondered what will mouse say
squeak
"Morpheus is fighting Neo"
alright the crashes should be fixed....:pensive:
Is there a good JavaScript tutorial π
JavaScript.com is a resource for the JavaScript community. You will find resources and examples for JavaScript beginners as well as support for JavaScript experts. Learn JavaScript or free with our easy to use input output machine.
One that isn't AI
On youtube
No search for it
Lets stay on topic
Can't find good one
Nobody is gona verify your bot for you
It would be a horrible idea to verify a bot, and then give the token to a random person on the internet
https://youtu.be/DHjqpvDnNGE is usually a good channel but searching "JavaScript" to give good enough results as well for me
JavaScript is the the programming language that built the web. Learn how it evolved into a powerful tool for building websites, servers with Node.js, mobile apps, desktop software, and more https://fireship.io/courses/javascript/
#js #programming #100SecondsOfCode
π Resources
History of JavaScript https://youtu.be/Sh6lK57Cuk4
How JavaScrip...
β€οΈ Soup
(yes, book, it indeed says that, book, like the thing you read)
Reading a book in 2026?!??
Is there an ebook at least?
tbh I've never read a book outside of school / without being forced to
us
The one above is!
Not our problem
Luckily verification doesn't go through PayPal
You are literally asking us to take ownership of your bot and remain legally responsible for whether you do with it. Doing thay would be plain stupidity
Lol you can't get that badge.. it's called "early" for a reason
considering you are nowhere near "early": nope
rip
^^^
Full tutorial
#dev-chat message good stuff
Javascript is massive. There is no single full tutorial as its way way to big for that
There are coures, but even those only cover different parts
Hows yalls AIXing going
eloquent JS is crazy good and thorough
AIX Plus Pro Max is going good
I think BroCode have that but his regular video Duration 12 hours
The channel being called "bro code" doesn't look good
That's not his original channel name but he's goated
3,2 mln subscribers
It's great what's so bad with it
LOCAL LANGUAGE!
Exposed!
what's great in it
What's bad in it?
Yeah what's bad about it
I don't think there is anything bad about it, it's just funny
what you mean c++ and c full crash course is only 6 hours unlike python and java π
, instead of . looks weird, idk how people gets used to it
Based on popularity 
I mean he also teaches tkinter and mapplotlit in it as well
I could talk about the obscure features and quirks of C++ for over 6h
interlocalization moment
All of them?
we need DAVE Full Course for free \π₯
What's bad with Ernest Khalimov face with glasses
Lmao i would do that
and MLS too
I love talking about random stuff
makes the channel look unprofessional imo
Mls is kinda a prerequisite for dave
I do not see how that matters
Honestly who cares about the PFP of the tutorial maker..?
a lot does
Programming with Mosh have a bald guy smiling
But somehow have 5.04M subscribers and professional
thats not unprofessional though?
@olive depot what did you do to get that spammer flag? supremely annoying when trying to jump of your messages, ngl
ngl no idea, it was completely random, last time i dm'ed anyone first is like a month ago
and im only active in here and risky server, so...
i dont see the spammer flag weird
click on message which replies to me
interesting
π«‘
did they just stop hiding spammer messages now? 
i think discord stopped hiding messages from likely spammers
yeah i really haven't seen that for long time
Their spam flag got too messed up they just stopped hiding them lol
just show "has completed onboarding" lol?
Instead of fixing the flagging just remove hiding messages 
but they did implement forced blocked messages from suspended accounts tho
i mean, i've been quite annoying re: not being able to read people's messages and discord support false-flagging a metric heckton of users int eh last few months
and they said they're reviewing the issue
didn't think that means they just stop hiding messages, but it is less annoying than having to unfold them manually, for sure
i've reported a ticket for this issue, been around 2 days, and im pretty sure clyde gonna reply and mark ticket as solved on his own
Maybe this is just a temporary solution until they fix the flagging issue. They must be aware of it since they made this change
now if my gentoo update broke my nvidia drivers again im gonna cry
Are there any Arabs here?
hey anyone tell me how to get google arcade camp 2026 access code?
not related to this server
S
This seems to be completely unrelated to this server?
Oh is it sorry
what the
what the what
If you got a problem with google arcade camp purchasing, contact them about it
bot grew from 0 to 1000 servers in the past 2 months and discord hasn't responded to my intent request yet
Damn are they finally starting again

I wish that was the message content most used
Because then you can just automod it
what's the bot about and what intent
server members intent.
Required to add roles to a certain amount of people scoped by admins
and ping on join which is another feature but not as important as adding roles
is it the main feature of bot?
pretty much
is bot named something like "join roles" ?
no
then?
dms

i got banned for advertising in here once (i had the bot linked to my bio) not risking it again
Yea but that was ages ago. Saying just the name should be fine
whatβs the bot about??
verification
ye i just wanted to know name cause i was wondering if people just searches up "join roles" and it comes up in results
cause discord app dir search is pretty much good in that way
well, its not mostly about join roles though
lol
atp i'll just replace it with top.gg vote
why? most servers never hit 30 joins a day
the kind of servers that would be considering a verification bot would be easily
wym all members?
after 30, all memebrs will have to vote who join afterwards?
bro*
30 verifications then vote
so yes if u join after 30 u gotta vote
that's waht i said
for that day
that's hilarious, why you even forcing normal users to vote
that's my decision to make
bad decision
if you say so
they are memebrs who never ever wanted to use your bot, just joined a server and was forced to vote
which surely leaves bad impression, or he will just leave the server
Right... only if the owners had the option to kick the bot
it seems like an unusual punishment but i mean, the more i think about it the more it makes sense
we're just devs, not business strategists π
sometimes users on discord forget that the system most people are in is capitalism
and i would expect the free market probably delivers more generous/free alternatives too, but if its working then its working
yes its a system that punishes bad decisions
its free markets
anyway still waiting for those intents smh
realistically, its unlikely to make a meaningful amount of money, but the way i see it, if a bot can sustain its own expenses to keep operating that's a win
my bot paid for its dedi in 2 months im happy with it. I could just push a few more features and then see where it goes
a learning experience above all else
Interesting how the free tier stores no personal information but the paid ones do
showing a temporary discount price in big then the much more expensive price in the fine print is such a dark pattern
you get presented properly on the checkout
well yeah obviously that would probably be straight up illegal otherwise, still misleading though
Just b/c no one has complained yet doesn't make it a dark pattern
rephrase
Suspense pointed out a dark pattern being used. You said, you haven't had any problems with customers. Your fact doesn't change theirs
well its not a dark pattern to me
That's not how it works at all
Just b/c you don't believe something doesn't make it not so
It's a dark pattern
show the actual price of the subscription, then separately add something that says "one month free" or whatever the promotion is. showing a big price that isn't what people will end up paying in the long run is not ok imo
"customers" and you're not counting the people who never clicked purchase because of that weird pricing
i would say you can do $6.99 $2/mon
and right below *Discounted price applied for first two months
βοΈ
love how that'sjust standard these days for any subscription service
i like this
big <reduced price>
small print <actually you pay this after n>
it's a sad standard
google started it
it's not really a reason to copy them
isps are like the worst at this, or mobile carriers
Which software is best for make discord bot 24/7 online
The one you know the best
"Best" is subjective
check #1478860733365354687 for the 24/7 part
epik pic
Im gonna lose this tablet whne i go to college π
its my moms, i use it right now because at home
no, phone go brr
sell phone + tablet and get a laptop 
Which software should i used for make discord bot 24/7 online
then how am i gonna do day to day tasks/calling etc
You were already answered
suspense answered you, check the thread
You've been told the answer
also as i said above tablet isnt really mine
its my moms
is it even that necessary
If you have friends and you are not sitting in your room 24/7? Kinda
maybeee
it depends, buy a used laptop
i could technically use my earned money too even then not enough for a decent laptop
im just gonna wait until my parents can buy me one/i save enough
if my parents buy me one its obviously gonna be more powerful than a cheap used one id buy
im gonna buy a keyboard and a mouse this month probably

Good as I also want but parents won't allow due to budget issue
Wow
World of Warcraft?
Peak
No
I have a question
Does making emojis role specific hide them just from emoji or chat too?
Also can you make an existing emoji role specific
it hides them in the picker but you can still see them on other messages
and yes you can
I don't think I ever encountered roles specific emojis on any server
Its not very known, discord doesn't advertise it and has no ui for it
underlying system for twitch subscriber emoji sync back in the day, iirc
-# as in, that's why it exists
Yeah
Oooo
Hello, @near crescent
I wanted to ask if I can still get the Active Developer Badge. I already created a bot, but Iβm not sure if I completed all the requirements correctly. Could someone please help or confirm what I still need to do?
no u cant
badge is removed
o ok i see
I will use this to hide some emoji that are for like yk used for other purposes for eg I have number emoji that I need for react to get role thing but I wouldn't want users to use those emojis
for react to get role thing
Why not buttons, or dropdowns, or id:customize
I noticed that I was kicked from the server, and I wanted to ask if there was a specific reason for it ?
Yes, the fact we answered 3x and you keep repeating the question
Sorry, I didnβt notice earlier. My mistake it wonβt happen again
Buttons / dropdown / reacts will be counted in same thing, replaceable by native discord
Its just some people weird decisions who prefer reactions over buttons
Not directly by discord
The users can react again to remove the role?also I am not providing this in my bot i am using sapphire :3
so can id:customize
me when i can check if the user has the role to assign/remove instead of camping for reaction add/remove
i dont see a reason where someone would use reactions as buttons, instead of just..using buttons
legacy codebases
well those will also use plain embeds too Β―β \β _β (β γβ )β _β /β Β―
I went to bed and we were talking about reactions vs. buttons... I wake up... and we're talking about reactions vs. buttons
hi Madelinee
hey sora
i added typed dicts to my lib
this requires community enabled and also onboarding which is fuckall
doing channel payload but its rlly confusing ill do it tomorrow probs π
I miss hating working on my lib
Did you at least dream about reactions vs buttons?
I feel le pain
nice
But but but what if a use missed or doesnt know or wants to remove it and if you have too many roles how many things you gonna for each of the category
I only remember my dreams when they're nightmares, and I don't remember having any dreams so... I don't think so
::phew::
I would say a channel names roles is more missable than a dedicated button/channel at the top of channel list
and about your second point, that applies to normal old reaction based role channels
i thought you didnt know how to code π
I personally if i am tired just select anything and continue its not that good while joining the sv

A user missed
What? Why would that be a concern to your side
wants to remove it
Allow them; make it an optional to select at least one option from the question/selection
if you have too many roles how many things you gonna for each of the category
What
A user missing something happens with nearly everything
Yeah, I don't
then your lib??
What lib
my take on this is:
the Channels & Roles, custom role buttons, and reaction roles all do the same thing, it's just a different ways of presenting the options to the user. server owners should know their userbase and choose whatever will be easiest for their users
Peeps be stating anything else but their pronous in their "pronouns" section of their profile, yet still also make a reaction role for pronoun roles
There isnt a userbase its just me and my all other altsπ’
25 alts?
Also minor correction but unless your country has a specific law that states otherwise, 13 is the minimum age requirement to use Discord, not 14
If I am seeing someones profile that I usually dont I would see this in there role cuz people have anything put pronouns in pronouns section like me
love how "choose some pings" is not optional 
you can choose HOW you want to be pinged, not IF


I should change the tos thing but i will still allow someone 14 or over 14
I mean I was gonna have the thing where you can do no ping thing or me making this optional but in a community server i would rather force people on having at least one ping role
If I'm forced to something I'm straight up leaving the server
agree to follow the rules
Hell nah
/j
π¦¬
Doing my part, -1 server
I have a really floofi tail
Is it a cat tail or a python tail
Are you in a position where it's appropriate to be telling the owner/mods of this server how to run their server
Are you a alligator
ah okay
π²
No
A cabbage
a strike drone?
Buzz light year
Let's keep the chat on-topic please
You may not believe it, but here we are at the height of the century of restricted and filtered internet. Since the war began 70 days ago, the internet has been national.
I don't know much about coding. What's my purpose in coming here anyway?
No idea, but you need to stay on topic
You joined it?
You joined soβ¦you tell us :p
Sogeab
guys do i trust my sus (decently llm) rust code or stick with my ts.... in theory if i did things right the rust is more stable but also idk
"In theory" doesn't give any confidence
(the actual logic is still in ts, this is just my event forwarder and noise reduction)
selamΔ±n aleykΓΌm
Good TS code is better than sus Rust code any day
smh thought you were better than this
Rust is only as stable as the dev who wrote it :p
i mean ive tested it quite well, but idk if the lib handles things as nicely (i didnt make it) as d.js i know dows
it was an experiment
Honeypot Lite is Rust
but what i meant is that is it even worthwile to do, as im gonna actually look thgouth its code if its good idea or just can it
I don't know. I just came to see what's going on. I really don't know.
in my current benchmarks, its like 3% -> 0.4% cpu usage (locally)
I guess a follow-up question first: is this a prod item or something you're just playing around with to learn Rust? If the former, don't push sus code to prod. If the latter, then sure. You do you, bro
that same 3% is like 10% on my vps
I don't know much about coding but ai know
and thats even with it doing zstd on the rust side
you're comparing nothing to nothing
What are you doing there?
I just got the answer for what I wanted ace didnt you ask why i dont I have /steal command for emoji rather than context menu command
the main thing i believe is alot in not needing to parse the json fully, as in TS there isnt any nice ways to partial parse and then all the heeps of objects that GC needs to remove
VPNπ
???
its 10% in vps, and thats up from not too long ago that was 5%, sooo its nothing rn but i like to have perfection :)
Dont include me in your ss without my permissions
Hi, I'm Brazilian, and you?
I'm me
Hi Brazilian, I'm Beck
heaps of objects? what could possibly be so complex about this
alotta strings that i care like 0% about
so... get rid of them
only thing we need to know is the op code and for the ws itself and then if dispatch work out of an event i care about
yes but still wastful to poor cpu
like im getting at least 100 events per sec from noisy servers, so im already not forwarding most to my event handler now but its still getting the noise
the proper long term solution is clearly getting a better vps, but also like my options are stay with this sus discordjs/ws code, make my own ws client in ts, or do a better edition in rust
or optimize your code
if optimised it as much as i can π
doubt
short of removing discordjs/ws and making my own lib (already a noticable savings from my hacky thing i made)
Wait risky did you hear my friend βone shottedβ meowatscam to their ts bot with claude
π
It did miss a few things
as one would expect
As expected
oh also imma make a funny discord ratelimit setup client, and as bun supports unix sockets in fetch imma use that instead of tcp coz im funny
you're only using the websocket and a few API calls. it honestly isn't a bad idea.
like only one api call (get gateway info), but the main thing is to avoid parsing the json tobegin with... like if i use regex instead i saved some stuff
well you need to ban members too
the main thing i dont want to deal with is actually handling each error case
that's an API call
nah thats after i proxied the event to redis
this thing im doing is just WS -> see if i care about it -> push to redis -> event handler (ts) pops -> actions
you don't use regex for performance
it actually is in some cases better than properly parsing the json
Use this to parse json https://github.com/simdjson/simdjson
pretty sure that bun uses smth like that from webkit
you should be using a cached hashmap
hashmap of?
your channels, I would assume?
oh yeah rn its just a redis call (im lazy)
but in rust its a hashmap
my 3% cpu usage was without that tho, just the raw getting event and nothing else
ew rust mentioned
If you want performance dont use rust
Or literally anything else than rust
yeah
Rust is kinda slow and unstable
@modest geyser he just wants to use rust because bun announced like yesterday that they're rewriting their code in rust
the other option i have is to try and use discords earlpack, but seems like more effort than its worth to try it out (discord.js doesn't support it)
literally no

Oof
i actually have been thinking of doing this for weeks, and last week i spent a while trying to be funny with zig and i gave up with it as the libs and making the event loop was annoying
at least with rust tokio works as id want
i meannn, idk if i agree to that
i dont really like the verboseness and all of rust compared to zig, but its only a simple thing and frankly itll do
it had been infinitly better experance than trying to get c++ to exist
ahh... compromising
my goal here you see is trying to make it as good as i can even when i dont need to... like initially i just chose to make the bot without cache to be nice, but now im trying to see if i can get away with making it as nice as possible to not need to need to think about "clustering"
like if i do this right, then i dont need to deal with workers in TS, as tokio will span the shards across my cpus
What's wrong with workers!?
https://tenor.com/QFMH.gif
-# he says, only half-joking
riskymh anti-proletariat confirmed
.
and just like jarred, im not going to use smth unless im actually sure that its good... like if i didn't care id already be using it, but as i actually want to ensure its the best case for people and not half attempt things
LOL
see its not bad per say, but then you have to actually coordinate them all and its messy
The 13 was B all the Time ???
like idk if you know but in my current code ive got it such that it reshards when discord wants it to have more (ie if i grow too much, i dont need full on restart)... but this also comes with alotta pain
like right now it means i can have 2 clients and one is just ignored until i flip... this gets extra chaos when im using workers
TIL what the 13 means
honestly i dont really need to do this, as sooo much wiggle room and ive restarted it properly more often than when i would have gotten issues - but remember how i dont just want to do the bare min :)
anyway i should go to mr sleep place
his pfp says beck too
just wondering, do you have examples for this as i know i judge python for literally that... but everything i know that uses rust properly is good
the rewritten into rust stuff idk if i really count as often it can be done not as intented (the bun edit is barely using rust tbh - its still very much pretending to be zig)
also back to this point, i initially was doing it as a learning but its results seem to be promising so im wondering if its worth pursuing and doing it properly or continue with my hacky fixes to not fully die in usage
Hi.. I'm not sure if this is the correct server to help me with questions about creating and editing my discord server..
I'm looking for someone who would be so kind as to help walk me through adding language roles to my server.. I'm pretty new to discord coding and I've been learning as I go, however the language needs to be set up ASAP, as there are many individuals in the server who speak many different languages.
That's a great question to as in discord.gg/discord-townhall
This server is for help making Discord bots
nearly 500k people there... there used to be way over a mill members, i wonder what happend
Hey, does anyone know how long can application for privileged intents take and how will be informed of its outcome? My bot went from 4 -> 150 servers overnight on Sunday and it requires one of those for some on its functionalities.
There have been people who have said it took them 2 months to get a reply
-# or more, really
<@&1050493473033289778>
<@&1050493473033289778>
Got a troll here
wasnt meant to be a reply sorry risky lol
is this a real bot?
Hmmmmmmmmm
No
was replying and then canceled to ping mods
omgbi knew it, it's a fraud π
Discord staff will never ask you for DMs and friend requests, we have !support for that
This server is for help with Discord APIs, SDK and other various integrations. For general support, please contact Discord at https://dis.gd/contact, or send us a message on Twitter at @discord_support
I thought for a sec you were pinging me about some spam and I was sad coz I just saw a msg get deleted
Scam. Scam. Scam.
Also see #safety
thank u so much π
discord staff will never DM you or ask you to change anything about your account
lol, not them faking the verification checkmark
this is also interesting (this has even less reason to be in rust, but i was trying to be funny).... sockets are cool over just tcp
http one is silly as its just redirect to https on cf edge
"Dedicated program for fraud review" :kekw:
yeah that was funny to mee too
Hello can anyone please teach me about discord development
also even clyde bot had nitro iirc, why wouldnt support people
"discord secure access validation beta" hits different
"The TypeScript Proletariat" (2012, colorized)
A TypeScript Worker (center) holds a copy of "The TypeScript Handbook"
Thank you
extremely boreed
"High priority account", congrats i guess?
i love
Code using HTML
also i still think TS is the best lang to use generally
I don't even know html π (properly)
typescript workers are the answer!
Why not ._.
no reason I had to learn it
Fair
its just a few specific cases where i think using more "native" can have more benifites... like its taking me way more pain to get libs and stuff to behave than if i just use TS (could just be a skill issue tho)
It's been 2 years and there's still traces of old username remnants
also imo using more cpus should be a last resort, in theory you should be able to do alot on just one
you mean in rust more pain?
yeah
nah this is weirder as its #0 if it was following what api says
so it's semi-intentional
this is a point at you mr bloated dotnet
hmmmmmage
lol
it does so with the pings too
if you have a role named like let's say sora and you try pinging my username it will add the #0000 lemme confirm
its prob a dumb nullible thing that 0 gets converted to number which then is same as undefined/false which gets fallback
Hola amigos
@daring wasp bad client frfr
@ocean girder don't send random friend request to people
No, there's condition to make it appear
you should have a role that startswith the same letters as the user
like Sor sorakaritakemi
and when you use @ autocomplete it will add the #0000
i did that ss in my test server
That's interesting
you can still send ping without #0000 but it's just that autocomplete adds it by default
Oh damn your right
ts only getting worse
Red waves
btw your lib is private right
At least I'm already halfway through Message
Naur it's on github
discord.watch be like
I did this once (on my proot distro)
I'll be doing a module dump but not directly on the main module
its good for seeing how many clones i got
Why is every category missing a letter
Idk.. it's Proxman
why import *, doesnt the act of you importing it do all?
which one is yours?
like from bla import * is the same as import bla
The best one (top)
its sorted by server count i think after whatever name search
Why is your bots pfp png
wdym?
Like is the av transparent
oh ya transparency is nice
Cool
even my discord pfp is too
Yes there's a difference
I just noticed
damn, python never failed to suprise me
with import bla it imports it as kind of a module, you have to do bla.something
with from bla import * it's like importing everything from bla
so you can just do something directly
Any Ideas for what to improve?
I got no idea if this is like PERFECT or if it could use some more
it seems really long
Just two separate embeds
I think you shouldn't have fields and should just have Status: Online
It imports everything you put in __all__ which by default is everything
AHHHH
So you use __all__ to control it
can python just plzzz have a proper export thing than needing you do wacky stuff like that or let everything be exported
don't include the player list field if there are no players, and nest the ping stuff under a button
I don't like how in dpy they dumped everything into the main module, on my project I have a types for that
lol discord.js
It's for FiveM btw, just a regular status panel for the server itself.
The bots also have there own, those are still kinde bugged
(And yes, they are currently offline bc i am working on the scripts)
i think in next version they are separating it again (ie in this latest stable they want you to import everything from the main package and not others even tho its just reexporting)

is this trying to be an emoji
im gonna have to decide that later on
It is, just dont why it won't load as the name and ID are correct
you could even show a basic ping then, inside a cv2 section, have an accessory button that shows the whole image
right now mine is also just everything dumped (which is just classes no real methods right now) and a payload folder with the typef dicts

my teacher is making me rich right now
@vestal fractal which one is it
Why not inline Fields?

Inline Fields are the only benefit of embeds and you're not using them π

doesnt get worse than sql injection
Lots of stars
#github-notifications message why are people trouble shooting non api issues there π
I thought the same thing Β―_(γ)_/Β―
I read parts of it not the whole thing. But I could see lots of open source projects transitioning to a format that you need to get prior approval before being able to open PRs. Something like posting that you want to do XYZ on discord or forums and then getting access granted.
prob cuz they have nowhere else to ask since support was useless
I don't even get the point the majority of the "fixes" that agents make don't need to be PRs? Just make it on a personal fork
i mean fair, but it they took some time to look at other unrelated things they'd see it insta closed and barely any changes
also i don't really see any actually important issues there, other than just customisation
I mostly don't trust people when they say "it was resolved and nothing has changed"
Missing a lot of context
risky was that reply for me or
Bot designer π
I build
-# it builds beautiful containers on its own?
Like it's beginner type app
For beginners
I mainly use replit for making bots
Oiee sou novo aqui 
It's not necessarily for beginners only
It's a mobile app to write bots using pre defined variables
Does it support components v2 it's my question
Good question
probably it's old now
It does!!

https://wiki.botdesignerdiscord.com/bdscript/addContainer.html apparently it has proper docs now
Not like anyone is gonna read that lmao
They are evolving
Container and section are under the embeds header π₯
pick up the keyboard and write code π₯
use termux

BDFD from what I can tell actually allows for a lot of customization. I would recommend it for people who want to make a basic bot for there server but have no interest in programming
Ohhhhh....
Not sure what's sadder: that you sent that image or that I know what anime it's fromβ¦
Help
No
Someone insulted me and God.
hahahahaha
Ok?
That'sβ¦nice?
I want to file a complaint.
Nice
How will I do it?
this aint no police station..
You can try to !report them but general poking fun isn't against ToS
This server is for help with Discord APIs, SDK and other various integrations. To make a report to the Trust and Safety team, please use the in app reporting tool. For more information see this help article.
Hold the message > report > select "I don't like it" or any option you may find relevant ig
Is VSC the main IDE for JS?
I would say it's a pretty popular anime
Heh. I just started rewatching all of them
Which anime? Asking for a friend ofc
Sword Art Online
Sadly, yes. Sword Art Online is popular. And bad
I see
It's a good "first anime"
I've never watched I just knew the character
There is the saying "poor planning on your part does not constitute an emergency on my part" there should be the same for just because you don't like it does not mean it's wrong
He deleted the message, but I reported it.
SAO
Then you did all you can
I don't even watch a lot of anime, usually just manga
-# though I think we're getting offtopic here
Okayy
Don't send a screenshot of it
ugh.. updated my VSC after not doing it for a good while and now we got even more AI stuff
What the helly is that
do ctrl+shift+p
wait is this vscode?
the ui looks too different
its this
search aidisable then tick
Ah fun
Agents are dumb
Why would he do that
I just use code oss (cuz open source and can run near natively on android:3)
if he doesnt want them
No one is downloading your mobile IDEs!
why cant any company just NOT include AI into there stuff
Disable AI
running code in phone only legends do that
I mean ppl now days be using ai for everything literally
ppl think ai is cool
Worst thing ever
AI ugly
Did you guys see the graduation speaker that got booed when they said AI is the future.
if it's cool.. can it do a 360 no-scope in CS2?
Nah
many find it good even though it give inacurate results sometimes
When did it happen
it's not a mobile ide
by natively i meant it can run natively on android Bionic
without needing proot glibc (which most linux distros have)
cuz people can recompile it for specific enviornments
Hi there, anyone know discord's release date yet?
Uhh, Discord is outβ¦
You are chatting on discord. I would assume there's some sort of translation problem here
You're using it right now
for what
may13accountcreator π€
Do you know when discord was released
If you're asking about release dates for not-yet-released functionality, then no. Discord doesn't announce things like that
@bext
no
This is my 4th account
so
@errant jay is my first account
That is May 13, 2015
Not sure how that's relavent to this server
ΨͺΩ
#rules english only
Oh it is discords birthday π
Indeed
Haha that is correct
and there is no reward for users
Oooh
That's a classic
We celebrated yesterday when the other side of the world hit the date
We are supposed to give them a gift smh
Everyone sign up for nitro!
Everyone! Get the opal badge!
Discord usually not give gift for creating account on specific dates
peak
will they even give us that
Why would they do that?
Is that why you created a new account lmao
In 6 years
My 4th account
anyone can help me
Yes
opal guy
XD
Can I have yours instead
That's wild
Just buy 6 years worth of nitro at once 
@pure verge
If I give you mine. I'm not special anymore
Poor active

Ping fail

idk why it pinged that user, LOL
They don't give too much gifts, they only give gift if you create discord account early
ping a random guy is insane
Then can we split it
@m-a my beloved
anyone
Oh that's genius
pls help me alt
You don't get special things for creating an account early
No?
My account is 2015... I didn't get anything for that
It's still really poor UX to show the ping but then make it go away when no change to the text was made
Actually they don't usually give gifts, I agree
what yall think about that Xbox and DC collab?
What in the agent is that response
That old account look ancient
Nitro for buying xbox pass
Then what is your point? You keep saying you made a new account for some rewards... But are agreeing that no such things exist or ever have existed


