#dev-chat
1 messages · Page 33 of 1
whats that
Template string
3.14 feature :p
Yuh
Fair
Hey guys, someone confessed to me that they accidentally sent me a ticket on Discord, and that it wasn't me, and they don't know how to send another one to clarify that it wasn't me.
It's a scam
See #safety
How do you even make bots that let you play like applications..
Uh oh
Polo
whoops
(was using beta changes of an api so i didnt commit it to prod and this happened)
I need a suggestion on whether I should use prefix commands for a ModMail bot or a hybrid prefix + slash.
i'd go slash
i mean
i'd go slash for any command tbh
it is after all the officially supported thing
Could you elaborate on the reason behind it? The majority of the ModMail bots I've seen so far use prefix commands, which makes me wonder which one I should use.
but i think using a prefix is fine as well
the problem with prefixes is that a lot of bots use it and if you have the same command name as others you gotta make them assign a unique prefix...
static inline char **
split_by_spacing(Arena *arena, char *string, size_t *count)
{
if (!string) {
return NULL;
}
size_t length;
size_t slots;
if (!count_length_and_spaces(string, &length, &slots)) {
return NULL;
}
char **split = arena_malloc(arena, slots * sizeof(char *));
if (split == NULL) {
return NULL;
}
char *curr_string = NULL;
size_t splitted = 0;
for (size_t i = 0, j = 0; i < length + 1; i++) {
if (string[i] == ' ' || string[i] == '\0') {
size_t curr_str_len = i - j;
curr_string = arena_malloc(arena, curr_str_len + 1);
if (curr_string == NULL) {
goto error;
}
memcpy(curr_string, string + j, curr_str_len);
if (string[i] != '\0') {
curr_string[curr_str_len] = '\0';
}
split[splitted] = curr_string;
splitted++;
j = i + 1;
}
}
*count = slots;
return split;
error:
return NULL;
}
```spent way to long debuggin ts
oops that's a bit long
Niether. Just use slash commands. There is almost no benefit to prefix commands
jumpscare
For reply as well?
what lang is rhis
C
Prefix commands aren't valid use-cases for the message content intent
Even ModMail in this server seems to use prefix commands only!😆
Yes, for all. There are very few and far-between legit reasons to use prefix commands
i malloced the number of spaces, not the number of slots needed 🤦♂️
prefix commands are the best
so I ended up having UB
Prefix commands are bad
What's the limit of components in a componentsv2 message?
That's not how it works. To "use" modmail you DM it
there is no reason why they are better than slash
That's kind of true, particularly sync command should be a prefix.
No
no
Yeah, we do. But to set it up, either we hardcode things or use commands to set up it up.
Sync commands should be a server-specific slash command 😉
there is a reason not every server allows the normal users to use slash commands
What
Uhh…what?
thats just server owners preferring prefix over slash
because they're too lazy to set which ones should be allowed and which ones are not or prefix preferrers
cuz theyve never used them
This is gonna be one of those convo again
I tried that as well, but a lot of time slash commands don't sync, which then synced with the help of a prefix command.
It's one person (or one team) imposing bad practice on their entire server b/c they fear change 🤷
Slash commands sync almost instantly. It's been that way for years. Heck, even in the beginning server-specific commands synced instantly
and that propogates so most users never end up using slash either
Exactly. Bad people preferring bad practices encouraging others to not know better options exist. Sadge
yeah and then they kick our bot from their servers just cause of that reason
If they don't want to use slash commands I don't want them using my bot 🤷
2% (random number, but makes it look cool) of servers don't use slash commands. prefix commands must be better D:
It's not on you to encourage bad practices
too much work for the users
yes, but as i said that doesnt make slash commands better, its just that server owners are too lazy
If properly securing a server is too much work they shouldn't be running one 🤷
Thanks for the suggestion, chat. I feel like I'll be going with the hybrid approach for now.
prefix commands are not supported by discord and after 100 servers you have to verify if your bot uses message intent only for prefix commands then itll never be verified unless you have another valid reason
Be sure that if you do that your "prefix" is the bot's @-mention. You won't get the message content intent to use prefix commands
🤔 It's a one-time setup unless you decide to wipe settings for that server
That is within a server owner's job in my opinion
i don't want my users to work harder
Tysm!
☝️
well I already have that
Sure thing! Best of luck 👍
That's an odd reasoning (and awful evidence even) to state that "slash commands are bad"
At least with interactions the server moderators/admins can decide who can use what command. text commands don't have that option
slash commands aren't bad but u see most of the popular bots still use prefix commands
That still don't even justify it
That's b/c most of the "popular" bots are older than slash commands. So they've been using prefix commands b/c that was all there was
Most old bots. Because they have them for legacy reasons
But "other people are using bad practices" isn't a good reason for you to do the same 🤷
They weren't verified like yesterday lmao
Slash commands are the new, and objectively better way
well my bot is kinda old too
2021
but not that popular
And that's a decent reason to have prefix commands imo
Anything made after 2022-23 should be using Slash commands pretty much exclusively
That's still newer than slash commands
not a reason to support slash commands and slowly start dropping prefix commands
Slash commands have been here since December, 15 2020
still I prefer prefix commands
easier than slash
My bot still has prefix commands. But most features also work as slashcommand by now. Those that don't are so niche that I'd probably scratch the feature instead
Slash commands are better. That's the only reason you should need to support them. Prefix commands are bad. That's the only reason you should need to not use them
Easier in what way?
That's a personal opinion and not a reason to avoid the objectively better UX/DX of slash commands
for the people
Easier for the dev to remember all the params and the correct order
🤣
for the people of the republic of Discord ?
I think your people are ready to use slash commands
What people? What is easier about them? Native documentation? Option type validation? Native select menus for user/channel values?
Can your prefix commands have autocomplete/choices
Slash commands tell you what params they have, what data type the expect, and which are required or optional. Prefix commands…yell at you for getting it wrong?
do u own a bot?
How a lot is a lot
is your bot popular?
Look at my dice rolling bot! It tells you what you need to give it to work
Popular in the right spaces, yes
How can your account be newer than the bot you own 🤔
i want a d100k
prefix commands:
$command
reply: you're missing param 1 param 2 param 3
(or $help i guess)
$command param 1 param 2 param 3
reply ✅
Slash commands:
/command (shows which params you need so you can put param 1 param 2 param 3 on first run)
reply ✅
Can I have a d0
I find it funny that people think popular is the same as good 🙄
i have multiple accounts
search ofira on google u will see
Nah
Sorry, D6 Games bot is only for rolling D6s, since that's the only dice the D6 Second Edition TTRPG uses
change the rules of da game then
I don't own the license, so I can't
Also, the game is called D6…why would it not use d6s?
Now that I think about it, I read "three-sided pyramid(? polygon?)" somewhere
What if you use 2 d3s
Ignore the weird face. That's a d4
wait what does a d3 look like
Usually it's a d6 with 1, 2, and 3 twice
2d3 has a completely different distribution to 1d6
can we talk to our bot in vc?
like if we tell the bot to play a song then it will start playing a song
You won't find much help with music bots here, as almost all of them break the law (which is against Discord ToS, too :p)
Hey y’all I am making a dashboard and I am wondering how I should make the pages layout, should I have a page for each feature, or put a bunch of features in one pages for that specific category with collapsible folders for each feature?
oh that's sad
Makes sense. Also what're those ( #.## / #.## ) on the right side
dedicated page for each feature
I mean I could do hybrid, people seem to have different opinions
i think you could do that (use whisper or whatever) but you do need rights to use those tracks
Unless you create your own media server… “own media”
That doesn't change anything at all
Creating a media server still needs music. And most people can't afford the license to play popular music
Unless you create your own media server
The first number is the average result. The second is the standard deviation
Most popular music bots have a license
What is wrong with this text. Why is it so stretched
Style
That looks weird. Also the fact that lower cards are not aligned with the upper cards on the right side also looks weird imo
Yeah, I’ll fix those, I was thinking of that.
Correct, but never said it was regarding using external media…
I said most bots break the law. You said, "unless you create your own media server…". Which is false. Unless it's your media
Entire nexa forge veritas active part on the sidebar can also be removed imo. It gives no purpose and removing it will give more space on the sidebar for future tabs/buttons
”Your own media”
Yeah, I can do that, I already have it on the top anyways

Yes, if it's your own media that you made. But your words were "your own media server" which I read as "a media server you own" not "a media server with media you made"
One of the many issues with fully text-based interaction platforms
Hey guys, how are you? I hope you're all doing well. Someone from Discord support contacted me, but with an account that didn't have a motherboard or anything, which seemed suspicious.
It's a scam, see #safety
Discord will never contact you in-app
Random people?
Not so random, no. Scammers
Uh yea probably
I had sent him a request because of the problem he caused. The strange thing is that he asked for my information, which I didn't provide, then he deleted me.
Again, that is a scammer. Report the message and block the user
Discord will never contact you in-app
Ah yes, talking with the codeblocks
The user doesn't have the discord staff badge hence scammer as well.
The user is trying to contact them in-app. Hence scammer
Even if there were a staff badge it'd still be a scammer
The user is scamming, hence scammer

im yet to understand the logic here
like do people think "woah ive never seen this before, must be legit"?
also "formally discord" is funny
Probably, maybe my 13 yo brother would fall for that
probably those new to discord
Uh oh is scammer, look at the join date bro
Lol fr
I literally 100 percent brought this case here so that we can all report the account to see if it gets banned, and I'll report it to support.
My friend fall for mr beast scam 😭
The problem is AI generated ahh look 
That's not how it works
You can only report via in app reporting tool
Only you have access to reporting their message
Oh im also got someone send friend rq too (in this server)
I thought is gonna be normal person but i checked thier all msg been send in this server but i couldn't found one so i blocked them
Normal stuff here, that's why most of active people here have disabled dms/blocked friends requests
That so annoying
Is just like bot auto add random ppl
why they sent tho?
ı have one question
Okay
Is it sensible to be a computer engineer or game developer in 2026?
Some are scammers probably, some want to advertise something, other want to ask a question but they can't (you have to wait 10 minutes before you can send message here afaik)
That always happens bruh and trying to let me click to the strange link
bro i wouldn't never fall for that
most stupid ones that i saw send server links via bots
Some even send me a fake via free nitro gift lol
Lol
i hate scammers more than ever nowadays cause someone stole my 200$ 😭
Life is pretty hard
that very annoying
how?
u should not advertise
i know, greatly apologised.
<@&1050493473033289778>
Then delete your message...
You want to be computer engineer or game developer in 2026?
I get your in a tough situation, but breaking the server rules isn't gona help you
I sincerely apologise
So please stop and move on
sry, was just finding a guy.
computer engineer
sry, once again..
Actually, they both lead to the same destination. AI is about to acquire both of them.
can you do me a favour, I would greatly appreciate that.
No
AI is going to acquire none of them lol.
atleast in 10 years
Given how much artificial intelligence has developed in such a short time, how much do you think it will develop in the future?
So you search someone in discord developer server for just finding someone buy your channel
What do you mean by a short time here?
How many years has it been in the 6 months period

probably 5 years or so
AI models need LoRA’s (coding models)
nope, I'm here from may 18 time, finding any guy who can buy.
damn 😭
Didn't chated since joined, cuz busy with irl.
Then you gotta just wait?
Uh alright
scam
!report
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.
yeah
Yes
what would have happened if id said yes
idk, but i think u dont need to know
AI has been here for ages, its just generative LLMs that have gone trending and thus companies investing on them. It either sticks or goes down, but AI does not replace people but tends to shift talent from humans to other tasks.
damn
shouldve said i have a problem with current technology then
Just report
Scam trying to get your crypto if you have any
did that
You will lost what you have right now
Okay, now say yes since you reported (!) xD
I lowkey want to see what they say tbh
ragebaiting scammers is best friday activity
yea me too
Bruh i haven't seen crypto help center in discord in my entire life bro
And they just randomly add then ask for your valuable stuff
Sometimes i got idian scam call lol
Hi guys, people can sugggest me about should use embed or text for commands hunt item
commands what
but i prefer embeds ngl
Sry to ping you but you are got bro +_+
So nice of you bro thanks
I think embed would look better for hunt item commands because it’s cleaner, easier to read, and you can organize item info nicely with colors, emojis, rarity, drops, etc.
Text is faster and simpler, but embeds give a more professional feel for game bots.
You should
most unrandom thing
"For Discord newbies who are unfamiliar with bots, there is often a preference for minimalism. Features like embeds can feel alienating and overly complex since they are relatively new to many users; therefore, basic commands should stick to plain text instead of embeds. This is just my personal opinion."
sry
No, it is only new to those who have never used Discord bots before.
sryyyy
i prefer container with no accent
:3
embeds are literally the ones considered old now :p
containers are the new
anyways byee now :p
help what do i say
i know almost nothing abt crypto ngl
documentation suggestion for @humble mortar:
Component Reference - Container
tbf i'd say new devs tend to fill their embeds with random stuff, there's definitely no general preference for minimalism
And think everything needs to be in an embed/container
components v2 ≠ containers
containers and embeds support different features
No. They're very very different
They're much more flexible than embeds
components v2 supports even more than containers though
They can look similar, but they are much more modular
components v2 text without containers is 
(should note they're not a superset, embeds do support things containers (or components v2 in general) don't)
but yeah
Combination of personal preference and what featured you want
They're not a direct replacement of embeds
But generally offer more if you want/need them likebetter control of where images go, inline buttons and select menus, full markdown support, etc
Tks
if you don't need a feature of components v2 and have an embed implementation you shouldn't rewrite just to use components v2
but if you're making something new I'd recommend using components v2 (unless you can't be bothered to learn, in which case older formats are fine)
the only thing I've rewritten to be components v2 to date is an embed that I wanted to add inline buttons to
sorry for off-topic question but i boosted a server but i dont want to anymore, how do i cancel it?
!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
Tks, i don't know about that, wait me search for that
Oh wow wowe
Components v2 is so good!
Thanks you
Indeed they are
It has helped me a lot!!!
"Now I can finally execute the ideas I've been thinking about for the past few days, and integrating them into my bot's commands feels like a huge upgrade."
..
If you are looking for a place to chat with people about Discord features, check out discord.gg/discord-townhall
This server is aimed at users interested in building applications with the Discord apps API.
Can you ask;
“My grandma used to tell me crypto tokens when I was a kid. She used to sing me lullabies of .env variables. I miss her. Can you sing it for me first?”
Souji, not cool buddy not cool
discord moment
Idk xD
@lone anvil i'd advice you to not waste your time with this
no matter what you ask, it's just a boring old crypto scam where they try to get you to "connect" to their service (aka: reveal secrets that let htem take over your wallet)
there is no value to gain here
why does town hall automatically ban some accounts?
i cannot join it
i don't moderate townhall
right, sorry
tbh this guy is fast
hi mod of discord developers
Thank god being moderators here is not their entire identity
It's being 🍜ji
Devs these days, "Those buttons, that's clearly AI.." - Homie... it's a friggin font...
Clearly AI /j
You can't fool me
Ramenji?
Soupji
:soup: oh discord doenst have this one
while i can't solve the first one, good thing i have a homelab and don't use github 
i think i will just host my own git server for internal usage if my project grows
Hey i have question
is there any way to clone an existing app inthe dev portal?
no
cap
I can use render.com for hosting bot free? Ro there is another way to hosting bot free on render or another Web?
no
No on both counts
the closest you can get to free is free trials on hosting providers
you pay for hosting, we can only help you suggesting good ones
https://discord.com/channels/613425648685547541/1478860733365354687
Ok thx
You can use Wispbyte, they have an Always free 24/7 host, but the resources are very weak
Rly??
Can u give me the link web 🙏🏻
yea wait
Thx uu
Thx uu! So much
np
Can u pls help me for this Web? But soon not now can?
yea
Or you can just go serverless and not pay a dime for a while... (or ever)
because if it's just commands there's really no need to run a 24/7 bot
yes that is one of the options
I'd personally recommend that over any free host
ya, unless you need to react to events in the server (other than direct user interaction), you can run an HTTP baed bot using "serverless" and you can use major providers for 0 cost
But then I can't use prefix commands 
Because it's sometimes better to re-architect and have much better performance then using a low spec, underpowered, free host

Thanks?
^
different, or possibly fewer features is better than features breaking unexpectedly
🥚 actly
lovely response (ai)
yes, free hosting has very poor specifications, except for Oracle Cloud
ya Oracle Cloud's free tier is pretty amazing... if you can both get access and know how to set it up
average criminal:
(ai slop)
<@&1050493473033289778> seems like some kind of bot, responding to months old messages with ai slop
Does anyone know how to set a bot name style like this on my own bot?
it is, there just isn't an ui for it
you got to use the api to patch the user object directly
oh, sorry for misinformation
I need help making a bo5 anybody
I also enjoy best of 5 format
ask said in api chat... can you be more specific on what youre actually trying to do? and you will need to explain in more detail than you said in the other channel as no one had any idea what you were talking about
we cant help with that
no my mission is enforcing the server rules and kicking trolls out. wana see who can get theirs complete first?
then contact xbox/microsoft about it
looks like i win
did you click the fun button?
awe, I didn't get time to respond :(
no, im the cat. youre the matt
they had their chance
how r u guys
"taking another person's insertthinghere down" in general means unethical or illegal...neither of which is welcome here
Are there any active discord staff in here.
!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
2 months waiting on a response on a ticket. Discord staff are special.
Complaining about it here is not welcome. They’ll get to your ticket when they get to it
cool
or they wont... but complaining here still wont change anything
ik
so dont
lets leave it at that
we dont wanna hear about it
i dont want to see you typing.
let's move on, this is not productive
ok
I found that the client patches /users/@me with display_name_font_id, display_name_effect_id, and display_name_colors. Can bot users update these fields as well, or are they currently limited to user accounts?
given you've shown at least one bot with some of those set, i assume atleast the name stuff can be set by bots
Only in guild
Ya, it's Modify Current Member, not user
You cant set it globally so you have to use modify current member
💀


I've been waiting months on a doxxing ticket you dont see me crying
they left already
I have a floofi tail
do you have floofi ears to match?
Yes
Looking for a travel buddy
you seem to be in the wrong place for that type of request
he left immediately

Whats going on with this server today
Just today?
electropool Kick Ban Mute Timeout Him
Gn
He is a bad person and a bad human
hi, ive a question, is there any way i can get back my slides of discord recap please? I dont find them 💔
checkpoint has been unavailable for a while
next ai tool to try: opencode
so far not doing so hot
Umaaa
all i did was ask it to review some changes i have locally
what model are you using? I def haven't had that happen before
although when using Gemini models it's been...interesting and had some weird behavior.
gemma4
Oh, ngl I just use OpenCode Zen models lol
when using Ollama or OpenRouter I have issues with tooling at random points
More openrouter than anything.
well gemma seems to be new kid on the block so i figured it should at least try it once to see what all the fuss is about
so far the biggest fuss i see it is sputtering out like that
I wonder if that's a gemma issue or an opencode one
¯_(ツ)_/¯
now I wanna try gemma4
it runs pretty well locally i must say
slow to get started but once it's going, damn does it go
What are you using to run locally?
It's on my todo list to run locally but I'm not sure if my specs are worth it lol
i'm just using it for some review stuff atm, will prob try actual coding later
though it found some optimalizations, i told it to apply them and well
not sure who's at fault exactly, but these 2 don't seem to like each other
See I checked the audit log, but I don’t know why my “server log” channel got deleted
certain audit log events arent emitted by bots iirc
who deleted it is gona be in there. as for why: we aren't magicians. we can't know either
My wizard orb is sadly out of commission for today
already?
have you tried glueing it together with stronger code?
I have
from a distance it reminds me of charlie from supernatural
I was thinking arrow, but I mean supernatural lmao
Hello everyone How you alls is ?
Hating qt
cutie
No its Kyew Tee!!!
que-tee
queue tee
just a general question my phone is locked
and i need to address this within legal boundaries
or try to fix it
guys I need help my discord is not working whenever I try to open it, it doesn't open I tried reinstaling it and still not working
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
helppp
@covert python
woot woot. built the importer tool and built the worker system...gotta finalize it but it's gonna be funnnnn
now I can import the 11. freaking. gb. of. crypto. images.
why so bad the new version of discord, the ui design...
Hi. I am founder of taskdriver ai and currently looking for junior developer based in Europe.
ok so saying hi is banned
Did you read the automod message at least
yea, i never said the reason was bad i just pointed out it is banned
we all probably already seen it once
the formatter config that hurts my braincells
<@&1050493473033289778>
Birb
Please be respectful to other people, please. @cloud nexus
I haven't looked at tabsize 2 in a while. Looks weird
The terminal to the side would be cool but me laptop hab no wide screen :wilted_rose:
External monitor
ive always used tabsize 2, tabsize 4 is just too big for me writing structured JSX
this is the only special occasion I have it there because I wanted to see the upload result while not having it eat half my code height
My Activity(?) panel (or one that got le File Explorer) is already on the right side. Not sure how my terminal would look placed at the left
That is fair. I have an ultrawide monitor so JSX is fine
But like 5 tab depth in C++?
my eyes can only recognize tabsize 2 at this point so i stick to it
Me when tab size 1
confusing with spaces
this is how it'd look with tabsize 4
also older codes I used to work with something like arduino(I had to write arduino-compatible code for sake of sharing the code with my teammates), and I really don't like having multiple files in Arduino so I used to do everything in 1 file and big indents makes it... look worse somehow
Hey guys, this may sound dumb. I use ai and I started it and now addicted to ai for coding. Is there a way to convince my brain to like stop using those ai platforms and code something from scratch? If so please dm me. Thanks so much!
you can actually learn how to code instead of relying on ai
It's simple...just stop paying for the services. Uninstall the platforms. Delete your accounts. 
on top of the fact that once you know how to code, you'll realize how bad AI can actually be at it without strict oversight
vibecoded self-written pid function vs a library
i like ur badges
Holy, too much whitespace wasted
right
this is so cursed but the formatter's python style wants this lmao
Don't you have to floor it? Also, why not put line(); inline with do
it's int, I don't need to?
integer rounds down(aka truncate) by design because it can't store decimals
I can't get it closer because of the formatter
oh wait i can just inline it
there we go
One-liner moment
does anyone know how youtube, X, tik tok, and others embed custom player in discord?
googling about it didn't helped much
ask chatgpt
i did asked AI, and it said they have internal ties with discord, but didn't mentioned any source when i asked for it. So just wanted to confirm if that was the case
ask*
BIMBIMBAMBAM
it doesnt have a source for it because it's just not something available to the public / has documentation for... discord has some internal whitelist for what is available for some partnered sources vs what is available to developers as a whole
and embedding an iframe into the app from a link from any source, is not available to everyone
it's just something that is known... that youtube (and other major 3rd party platforms) can do certain things that everyone else cant
discord has direct account representatives for internal communications with companies like Google or other partnered services... and that's how implementations of things like that are done
And I'm glad it's limited to who can do it because can you imagine the security risk of letting anyone do anything like that?
I'm building an AI Discord bot that auto-generates server setups (channels, roles, categories). Also made moderation/ticket bots. What bot features are actually useful or missing?
good morning guys
its 11 at night here lol, but goodmorning for you.
Lol here its's 7 in the morning
thats crazy,
lol
Morning
ok thanks for conforming
ughhh...I have so many pending crypto scam images...this is on top of the like 8GB already existing in the repo. I've literally run out of space on the repo 
is there any other way we can embed a custom iframe in discord?
You can make an activity
ohh ok i'll look into it
but it's not a "custom iframe"
it would be an app specifically designed to run inside a Discord iframe sandbox
Thanks
How do I know what I need for my bot if I’m constantly adding things
And which should I pick how do I choose
the hardware requiremets for a bot dont change much for a majority of changes you can make... unless youre adding a significant amount of extra data processing or caching
you can always upgrade/downgrade your tier on a provider... so see what you use now, and add a little more, and scale it with your bot
I mean it’s currently just a mod bot with a few other things but I’m planning on making it into a full game and everything
ya.... that doesnt really give much helpful information about the hardware requirements of the bot
Wdym
the pinned msg in the thread links to the wrong msg ig, it should link to first message not the second
"mod bot" and "a full game" doesnt mean anything for the hardware requirements
Ah, well how do I choose which one to pick for startup then more later if needed
That's a question only you can answer
Who can show me about container use Components v2
This is why man invented hashing
yeah but then I'd need to...host them
im glad i did my upgrade
Wrong server?
!
yay now my lib cleanly handles gatewayerrors and (hopefully reconnecting and resuming too but i don't know how id test that)
Why are your errors under objects module
I think I moved it along when moving things into types but yeah shouldn't be in objects :p
You sent a disallowed intent for a Gateway Intent
This feels a bit redundant
Also:
[...] that you have not enabled[ in the Developer Portal] or are not approved for
everything in python is an object, nove your whole lib in there
Even your mistakes
Insert that one JIF by maukkis
I just copied all the error descriptions from the discord docs
I'll change them up too before commitign
but I feel like the description is fine (?) but a bit too long maybe?
A link to the portal is always a plus to be fair
The first sentence can be removed in my opinion
The "You sent a disallowed...."
Morning ☕
i do now (finally)
Lol link?
-# The bot that shouldn't need to exist
Nice touch
i dont wana promo too much, but its on my site
that and "the bot chat catches bots" is too funny
i also spent way too long to have fun live stats lol
You should add daily unique messages as well. Just to make your life harder 
And to see how often the same message is used in different servers
technically they are all 100% similar as we have no msg intent 😔
but honestly if i get it, then i can hash it and compare
Oh right
I don't think it's really promo when I'm literally asking for it but to each their own lolol. Respect. I'll have to check it out layer
i thought i fixed that 😔
nah, i wanted to have as much custom fun as i could
i literally cant charge my phone without it burning in this temp 😭
ngl I've been debating between having my bot have any sort of commands or if it's all dashboard config. still haven't landed on a decision tbh. I think beta I'll have a super simply config command
@trim geode i think its a browser annoying bug as if you zoom into it more, then it doesn't crop
yeah, tbh i just did this to make it easy for people to see the stats
not any actual useful dashboard
Hello, is there any bot that can provide buttons below an embeded message by a trigger action?
You can make one
funny charts. love them
Yeah, however I am rookie. And it might take me more time
same here
,,🤝
everyone starts somewhere!
Well this is a server for developers to talk. So if you need help finding learning resources or debugging, we can try and help
I see, thank you and I will try to do something
I have a genuine question who in this server is actually the developers?
oh also i wonder how many people im going to annoy with the glow actually having a slow pulse animation
animate-pulse duration-10000
Ideally, everyone. As it's a server for developers
If you're not a developer (or interested in becoming one), I don't really know why you're here
most people here are developers in one way or another.

a good amount of moderators are devs (well why else would they enable that button in settings)
I was invited by someone here cant remember who lol
ngl, I really hate writing telemetry stuff...im just letting claude do it for me.
well technically claude wrote the in depth prompt, qwen 3.6 plus planned it, kimi k2.6 built it
still gotta actually read and test it though
lol nice
Guys, how can I solve this problem?
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
What's the worst that can happen? It's just telemetry
I'm actively running it at the moment
ahhhh why is chrome so much worse than firefox
so it's actively working
and logs are shipping
W
lawsuit of sharing ppi
Huh. That's a little bit of latency
only 1/10th of a second

but it is actively calling a DB table too
A fraction of a second
and it's a hot swap system with an atomic pointer
hi.I have a problem on divi.. can someone help me?
???
No idea what divi is... Is it development related?
wordpress builder
Ask in their support system
Huh... Now is WordPress development related... No? Yes? Sorta?
But ya, probably best to ask elsewhere. I doubt many people/anyone here can offer helpful advice

📝
You know that link hasn't worked for quite a long time right?
The link works fine
Doesn't for me, I try to login and it doesn't work
I hope you are not using your discord account credentials
Because support portal is separate from discord accounts
bro is scrambling right now
can I put video inside a embed ?
no, but you can put videos in components v2
leeet

Guys wanna join my discord server only people which are 5 to 20 can join
5 to 20 is wild
It's quite literally a violation of terms of service to be under the age of 13 and on Discord
doing whta
ITS 3 AM FOR ME
Whatever it is, it's off topic
Bye
what is your problem?
one of my projects just crossed the one-hour mark earlier (aka it earned more than I earn in an hour at my normal job)
(and yes, I've spent way more than an hour on it
)
imma see how OpenCode + Qwen 3.6 Plus do with a discordgo -> disgo migration goes
this is gonna be interesting indeed 
im also curious how much it will cost
So far opencode is very hit or miss atm
At least for me
I've been using it for a while personally
I just recently actually layered it with openchamber too
but I also only use the OpenCode Zen models which are tailored to the tool...so maybe my experience is biased?
That might make a difference yeah. Might need to give some of those free ones a try
Because I only remember two distinct issues, and one was with Gemini models, specifically the Pro models, and it outputting weird random gibberish and failing to call tools correctly which seemed to be fixed, and then a GLM issue where it was outputting everything on a single line per character during its thinking process.
Honestly, if I were you, I'd just throw $20 at it and then just try out some other actual models because they don't really have any good free models at the moment. They used to have a lot of free models but it seems like they've been rotated out recently. And my general model usage is pretty low unless I'm using it really heavily like I am tonight.
And even despite probably the close to 10,000 lines of code it wrote, half of which are for JSON files for a dashboard which are not functional so take that with a grain of salt, it still probably only cost me about $2-3 in total.
My general usage is:
- Qwen 3.6 Plus for plan
- Kimi K2.6 for complex coding
- Minimax M2.7 for more simple stuff in
opus 4.6 for everything
side note...seems like it's actually breaking it out well...
we're not made of money
only $20 a month
Thats the cost of a single banana.
new Madeline pfp
this was my old one, I just switched back
one of my claude accounts (that I haven't used for like weeks) got suspended :p
my usage resets on monday and i've only used 2%
i need to have it do some more stuff
what kind of a banana costs 20$ 😭
the sarcastic kind
oh :p
Give it to some vibe coder. It will be out of usage in day or two
half a day
idk how people use so much honestly lmao
They are just vibing 
it's only on phase 1....I think this is gonna be expensive...
ok i just found out my isp giving free 1 year and half gemini pro
don't mind if I do :p
resets in like 30 hours, sometimes I get it to like 80% but that's usually on heavvvyyyyy "research" spurts with a lot of the adaptive mode turned on
i'm confused though... why is there a cost if you haven't gone over your limit?
oh those are 2 different programs :P
ahh
I'm not using claude code
Should I have gemini pro review my lib
right, it's 2026, who uses only one AI now
Btw what is the best ai for help in coding?
there's too many ai tools
i just use claude for everything
It's depends on skill level because frankly if you're brand new you shouldn't be using AI for coding at all IMO
never even tried anything else tbh
i use claude for actual use and chatgpt for random questions
finally we're editing code lmao
neither for coding though
just for planning/helping with code
I think it started editing it around $0.75 lol
For coding: Claude and GitHub Copilot
what's this for
TIL that some people hate gif responses so much that despite them never interacting with you ever they block you for simply responding with a gif
-# which makes me wanna respond with gifs even more because it's a gif...it's not that deep lmao
I'm having it migrate an entire project from DiscordGo to DisGo
None
I don’t mean coding like writing scripts for you
copilot just piggybacks onto everything else and frankly it sucks compared to like every other tool
I mean that more like help in planing or sth like that
i tried copilot free once and it's terrible compared to other models free versions (although I can't speak for paid versions)
Claude is nice for that
im gettin' kinda nervous lmao
Me when coding without a single use of AI
Unc
Work :wilted_rose:
We are living in big 2026 and you are not using AI
okay demo
Jumpscare
ClickUp is, they're a 100x company
-# lmaoo
Makes me remember of that one guy saying:
If you are not using AI then you are d*mb
Nuh-uh
If you are not using ai you are not using ai
sorry... "100x organization"
:think:
:thinking:
Matt for your anti scam boat you need a grafana dashboard too
I'm building a SigNoz dashboard
speaking of, @modest geyser did you see the showcase? I'm pretty proud of it tbh
im 1000x dev!!!
-# (1000x bugs)
it's small AF and looks like it's like...nothing...but there's so much happening it's kinda cool IMO
huh. i never knew this was only introduced in 3.12
I did its pretty cool
Holy font :wilted_rose:
I wanna do a full like...showcase...but that requires me actually posting the images.
so I'll wait till it's fully out before I do that so I don't have to post it a lot
looks cool to me (if you're talking about the monospace one)
def dont post the images
I'd do it in my own private server :P
Also just spoiler them
Well I'll modify the actual scam content
to blur it out...but just leave the structure
Anyways they are really only using 4 images now
ohhhh I see what it's doing...it's not selectively modifying it's overwriting
that's a different behavior. interesting
Dunno about you, but PEP0498
Also matt i have no idea how but my library can handle pretty large event amounts per second lol
But I like GitHub Copilot (in vs code)
I'd really encourage you to branch out and try other tools outside of VSC
if you're wanting to actually use AI as a tool
because genuinely as a sidekick there's SO many great tools out there
I don't like the curly braces though
geez, what are you up to on average/peak?
i kind of like that
I just didn't know it :p
I think my peak was like 1000 events a sec but those were discords bulk message deletes for message creates i think the peak was 40-50 messages a second
I don't use AI much. I only use it to find and fix bugs and errors if I can't solve them on my own.
Average is about 1-4 messages a second
ngl, that's prob the worst time to use AI because then it becomes a cognitive crutch
Well it's quite True though, that is in the part of nested literal strings inside f-strings
I typically can't be bothered to use llms tbh
Because you train yourself to lean on AI for anything complex instead of using your own critical thinking skills
I would recommend you to not go like "fix this bug for me" or rely on it too much and giving up too early
I actually like doing the tasks it could maybe do for me
first seriously try solving it on your own search around, ask around
and I don't like the tasks I'd have to do more of if I did use it 
StackOverflow > AI
I always code on my own and try to fix errors myself. I only turn to AI for help if I get completely stuck.
is it even still active?
I've never used the website
That was when I started coding lol, but I doubt so today
If i get completely stuck on a problem ai couldnt even help because the problems i get stuck on are stupid and hard to debug
StackOverflow helped me more back then
niceeee. funny enough you just prompted a new idea because I just realized...certain pipelines will run on events they don't need...so oof. that's something I should probably handle lmao
Yeah I started about a year ago when ai was already there
The problem is people expect productivity and sometimes AI makes things more productive, but the results and comprehensive of them are abysmal
Ai makes things feel more productive most of the time
Yea i just have it on message create
not as active as it used to be, and visitor traffic has fallen off by quite a bit iirc
In my work many rely on it to meet unrealistic goals unfortunately
I started late 2020 :3
I also am not saying I haven't done it, but it indeed is a cognitive errosion device while coding
wowie
it's one of the many sites that were heavily used for ai training purposes, and no value is being returned to it by the models that stole from it
that's the same with a lot of fields, animators, artists etc
I would argue the entire AI industry is illegal (at least the llms that scraped the Internet) due to copyright infringement
Let's be honest it was dying way before that because in reality Stack Overflow was always an elitist group of people for the longest time that inevitably led to the slow demise and death of the platform.
The notable difference with these two is that the websites are still being heavily scraped by ai which creates a lot of direct cost, but no value as the traffic isn't from real users
I should pro'lly start sketching the prototype, but meh :thinking~1:
Personally I've never had that experience, and I'm definitely not a power user
i.e. it faces a scenario where it's paying to be trained on by ai models while losing real users
And at some point people just started to turn to discord communities and things like that because they were more welcoming and you could find the answers you needed directly in the systems and libraries you used.
i.e. it's not just a loss of clients/users, it'a an active increase in costs at the same time
It got better but if you were to ask anything pre like 2018 you'd probably get a lot of elitist people who would say that essentially if you're not writing a thesis as a question it's not a real question and would vote to essentially get you banned.
I just don't understand why we're wasting all these computational resources on AI when it could just be a simple algorithm
Do any of you think that AI will replace programmers???
there are simple algorithms
but LLMs can't be simple
The boilerplate writers maybe
No
True
you need a ridiculous amount of information and compute to make an LLM work, and there is no simple alternative that can do the same (in terms of computation)
if we had human-level computing efficiency maybe it'd be easier 
Any catalyst of change?
not anytime soon
No lmao
programmers? potentially, software engineers? nah
ai companies will probably close up due to the immense loss they take
whats the main difference in those two terms ?
code monkey vs. planning
oh yeah then
People have been saying "AI is doomed" for years but it seems to keep happening. When will this craze just die out?
but that's an increase in compute efficiency, not a reduction in complexity
when subsidies end and investors are sick of seeing losses
All the news channels are saying, 'AI will enter all fields and take millions of jobs......'
when the higher ups finally realise that it is doing nothing but add more burden on the staff (except the ones that they fired thinking ai would replace them) and investors realising the ai is not making them money
all hype and nothing more
it will take jobs
but not as exaggerated
well, a lot of executives are pushing it and they're the decision makers, so it's not that unlikely that it will take a large amount of jobs
But not all
Like the news channels are saying
we've arrived the point where "why is our token usage so low? use more AI for your work" is a common narrative in big companies
They're delusional.
probably not all in my opinion
huh.
it's like
Person A in a field A thinks that AI can easily replace Person B in field B because they don't realise the complexity of field B
do not underestimate the influence dumb execs can have on hiring
I want to ask how to get the bot badge using Automod
and vice versa
what did it cook 😭
Get the AI to run random prompts to meet your quota lol
A lot.
did it burn or cook properly
Have 100 active automod rules
looks like it went really well...I gotta test it obvs
good luck
but from first glance, it looks good
okay, thanks
Of course this exists...
😭😭
Genius
Burn calories :x:
Burn tokens :white_check_mark:
of course it is
gotta burn the tokens
AI has access to a vast store of information - more than any of us could absorb in our lifetimes - but humans (at least, some humans) have a massive advantage in our ability to not just pattern-match, but accurately contextualize enormous sets of data almost instantaneously. AI is nowhere near this point.
it's sheer quantity of data over quality rn :p
honestly it would be cool if AI generated code was forced to be MIT
something something critical thinking
that's what it comes down to, really. AI doesn't think.
(which a lot of programmers/SEs are loosing rn by over-relying on AI, yay)
not bad
😔
I try not to rely a lot on ai but I relied a lot on it when I first started instead of properly learning
my fav usecase for ai: i imagine what i want, but too lazy to do it (ie forumetic refactor and just continueing what ive done)
when I started I only generated code :p
now I don't really use it now that much
I am the vibe coder warrior 🐼📜
damn
heh, this registers as a "low quality" image in the PDQ calculations lmao
Wasap
kinda proud of this create to catch and delete timing...especially considering it's local and
although I could probably improve the decode timing....but I'll see if that becomes an issue because it could just be something on my laptop that's higher
I burned almost $7 in tokens today lmaoo
I should make some coffee with using coffee instead of water coffee^coffee
Failed to double softban user (probably not an issue): DiscordAPIError[50013]: Missing Permissions
huh? how did it work 10s ago but not now :p
10s you had the permissions 🫡
😭
Risky mrbeast is giving me free crypto in DMs
congrats!!! you must feel so excited 
Im gonna be honest i have no slightest clue who mrbeast is apart from the crypto scams
me neither
Oh seemingly a youtuber making slop
yeah basically
but (idk if anymore does) is known for giving away seeminly large quantities of money to people
for either doing nothing or challanges
Yall should watch some proper content https://youtu.be/mUwJk81YatA
Getting IBM i installed on an IBM Power6 520 Express from 2008. IBM i is notoriously picky about the hard drives it will recognize and use, so we'll be doing all sorts of formatting and experimentation along the way.
Check me out on Patreon: https://www.patreon.com/clabretro
Music by Karl Casey @ White Bat Audio
#netro #retrotech #retrocomput...
nothing of useful substance
when uninstalling ibm
Never
1501549115740524544
He still does
Theres also videos of networking and AIX
hi, anybody knows divi?
That's a cool ID
And other cool retro hardware
Man I absolutely hate my internet to the point I'm planning on begging feedbacks to allow discord bots to be able to stream videos in vc / stage, so I can do a movie night (for the record, this is my internet: 4mbps download 0.72mbps upload, unmetered bandwidth, 25/mo) external site doesn't seem feasible or a good option to do
They won't add this function. It was doable at some point but they patched it
dam, that's unfortunate:(
the only option i got would be getting a VM install Linux with GUI, login to my discord account and start streaming the movie ig
How
Nice joke
The copyright infringement nightmare.
I don't foresee them ever implementing something like that.
-# technically by streaming it at all you're violating DMCA in the US and other copyright laws depending on your country
oh hey gemini cli works on termux !
not that I'll be using it that much but nice to know an ai cli actually works 😭
true, I do wonder what the copyright laws would say in my country
not sure about the antigravity cli
Anyone here?
many are
I don't think so
Yh lol


we believe
