#dev-chat
1 messages · Page 35 of 1
Have yall heard of AIX
never
Would you want to?
i know CLI
no, I like my debian
CSI*
Fair
that's really good now
My server infra is debian and nixos with some AIX and illumos
look at this panel
I've basically shifted to debian completely on most of my stuff
right now I'm fighting getting grafana tempo deployed because configs are annoying.
End of support in a month or so
Real
great victoriametrics and victorialogs are erroring 
okay i'll save this information
that's really useful i guess
Who to Blame
that's a linux distributive created professional cybersecurity for professional cybersecurity
however some repositories are broken but it's stable version
Except influxdb made me hate nosql databases more
Got overwhelmed hit my desk then figured it out somewhat
My schema is probably scuffed but its finee
❤️
It was mainly me not understand how the csv write data worked
I did get better though
Can i sent a text how csv working ?
My schema is image amount is the field with the scam status as a tag as im heavily grouping by the scam status in all of the queries and they are actually indexed
So it should be pretty fast and efficient which it is atleast now
so what does your telem setup like?
can you consider my resume i wanna tag cat
Dont think i understand what you are asking for
Is DisCatSharp a lib
Yea lala’s C# lib
I like writing a games in Unity
Unreal Engine V very good
also i'm supporting cats
how does it compare to the other libs in that space?
it's excellent
i wanna use this lib so much
actually i think ill match maukkis
Honestly no idea ive never used it
Ive read its source code a bit and it looks nice
there
usually i like discord.py , disnake.py
Yey awesome!!!
the code is really well organized. ik from talking to lala that some discord staff use it for testing and stuff so it must be good
Yea it was easy to find what i was looking for
i'll check it later and send you a bugs
i mean if you find any bugs you should open an issue on their github
i dont use github ((
but for this case i'll send pushes
Did you see
A few days ago there was an attack on GitHub and GitHub was completely copied and it's very sad
github was already copied by AI ages ago
But user data was not damaged, and that's very encouraging
There they did all sorts of mailings specifically through emails and Microsoft, I looked specifically at it recently
You can google
github is just a git host
I know
Git remote infact
a server that we can ssh into
Madeline i wish qt wasnt so OOP runtime polymorphism i would have loved to mess with templates but its kinda pointless
Claude Mythos found over 10,000 critical vulnerabilities across dozens of companies. Cloudflare and thousands of important open-source projects were particularly vulnerable.
Independent researchers confirmed that 90% of the discovered vulnerabilities are real. The developers are already asking Mythos testers to slow down, as they can't fix everything while the model is finding new bugs.
Anthropic is only just beginning to realize that releasing Mythos to the public is too dangerous. No one has yet figured out how to protect against it.
Because im using qt so i have to use runtime polymorphism too
Did you see this one ? that's really insane
i dont know much about qt honestly, what are you using it for?
Mythos is probably overhyped
Meowtooth
And it's also gatekeeping
She is really very good
Friend of mine complained that theres no bluetooth guis in qt for linux
So im making one its pretty usable already
It's scary that anyone can have such neural networks for dollars i don't know
Although the code is scuffed due to me hating qt’s data structure impls
Ain't kde has a bluetooth gui app
Pretty sure thats integrated into the tray and not usable on other desktops
Tho kde is kinda meh on non kde desktop
I'm using one rn, kinda bad tho
Sometimes it throws some generic error code
Yea
Am I scary? @trim geode
And just refuse to connect
I can delete messages
One interface returns deeply nested types
The other returns xml and i cant decide which is worse
I'm sending just an information
The more I'm doing object oriented programming the more i appreciate functional programming
Truth
This was the type
QList<QMap<QString, QList<QMap<QString, QDBusVariant>>>>;
good construction
Oh god
Right??
dont be scary hehe
Yea i have no idea if it was worse than xml
machine learning languages like assembler really good
QDBusReply<QString> meow = inter.call("Introspect");
QDomDocument doc("meow");
doc.setContent(meow.value());
std::vector<QString> devices;
auto elements = doc.elementsByTagName("node");
for(const auto& element : elements){
auto a = element.toElement().attributeNode("name");
if(a.isNull()) continue;
if(!a.value().startsWith("dev_")) continue;
devices.emplace_back(a.value());
}
meow
atleast qt has literally everything
I still can't get over the fact they call it "cute"
that's a really cute
That's basically list[dict[str, list[dict[str, QDBusVariant]]]]?
Yes
bro you can write in on line in python do you know about it ?
just use ;
It's a single line already
And i suggest use ;; instead of just one ; xD
i wrote a discord bot in one line of js
❤️
NyaBot().run(TOKEN);
-# python when it sees ;; and refuses to run
Heyy sora
no that's like import discord; from discord.ext import commands; bot=commands.Bot(command_prefix="!", intents=discord.Intents.default()); @bot.command(); async def ping(ctx): await ctx.send("pong"); bot.run("TOKEN")
Too long
halooo
actually it's all in package.json
I forgot to read your code i apologize lol
{"name":"badge","version":"1.0.0","scripts":{"dev":"node -e \"const{Client,REST,Collection,Routes}=require('discord.js');const a='YOUR_TOKEN';const b='YOUR_CLIENT_ID';const c=new Client({intents:[1]});(async()=>{const r=new REST({version:'10'}).setToken(a);const d={type:17,components:[{type:9,components:[{type:10,content:`Congratulations, you developed a Discord bot. It may take up to 24 hours for your badge to become available.`}],accessory:{type:2,label:'Claim',style:5,url:`https://discord.com/developers/active-developer`}}]};const e={d:{name:'badge',description:`Earn your Developer Badge.`},e:async(i)=>await i.reply({components:[d],flags:32768})};await r.put(Routes.applicationCommands(b),{body:[e.d]});c.commands=new Collection().set(e.d.name,e);c.on('clientReady',async(i)=>console.log(`Connected to Discord. Logged in as ${i.user.tag}`));c.on('interactionCreate',async(i)=>i.commandName===e.d.name?await e.e(i):{});c.login(a);})();\""},"type":"commonjs","dependencies":{"discord.js":"^14.24.0"}}
Ill set brisket to remind me
technically the bot is just
import discord; discord.Client(discord.Intents.default()).run("token")
exec('import discord\\nfrom discord import app_commands\\nTOKEN="YOUR_TOKEN"\\nclass V(discord.ui.View):\\n def __init__(self):\\n super().__init__(timeout=None);self.add_item(discord.ui.Button(label="Claim",style=discord.ButtonStyle.link,url="https://discord.com/developers/active-developer"))\\nclass B(discord.Client):\\n def __init__(self):\\n super().__init__(intents=discord.Intents.default());self.tree=app_commands.CommandTree(self)\\n async def setup_hook(self):\\n await self.tree.sync();print("synced")\\nbot=B()\\n@bot.event\\nasync def on_ready():print(f"Logged in as {bot.user}")\\n@bot.tree.command(name="badge",description="Earn your Developer Badge.")\\nasync def badge(i):await i.response.send_message("Congratulations, you developed a Discord bot. It may take up to 24 hours for your badge to become available.",view=V(),ephemeral=True)\\nbot.run(TOKEN)')```
buh okk
damn
oh that's a really cool repository i wrriten code like this before for myself
Dev badge removal is half a year ago 👴
it was basically a joke i made about how easy it was to get an active developer badge
usually i can take hypesquad badges in console discord not removed this
I still remember the chaos
it's out of date now that the badge is gone though
why dev badge...
The badge that anyone can get after watching a 5 minutes youtube tutorial
i don't know discord needed rework this badge and that's just it
why deleted
by the way, if I want to do an authenticated server on my server, do I need to register a real Steam game?
you can just set a rule for take this badge 5+ active bots or summary of members that's it
No matter how, badge goblins find a way
but if you set rule for a summary members that's impossible to take
@quiet saddle its weird how with qt it frees memory automatically and you have to heap allocate everything for lifetime and you aren’t allowed to use smart pointers it annoys me because im so used to
Should I get five badges?
Using the new operator feels like a sin because i ban it in most of my codebases
that's a really strange
Legacy codebase?
Yea qt is old old
They probably too lazy to refactor
Yea probably
Code base that old probably better be rewrite lol
ugh that's annoying
Qt, using new isn’t really a sin if you pass a parent. Ownership is handled through the QObject parent tree, not unique_ptr
Even though the codebase nowadays is C++17 their architecture is still old
In normal C++, new is a sin. In Qt, it’s a religion. Just give it a parent and pray
Can you tell me how to do an authenticated server?
automatization ?
yeah sure you can set a bot AI who can controll all your discord server.
what type of authentication server are you trying to make?
Yep
Anyways i reallyyy need to head to sleep its almost 5am
bean water > sleep
im too
I got told no bean water before sleep :(
i didn't sleep for more than 30 hours
I am still amazed how
int i { 1 };
Is valid in C++ but not C
this is good advice... i just dont feel any effect from bean water... other than it tasting good
so guys okey i really should go to sleep
To apply for an authenticated server, they tell me to register the game, but I don't know that.
Initializer list initialization
True although caffeine helps me focus a lot
thanks for chatting good night
Saw someone doing that instead of just int i = 1; really threw me off
I do it in certain cases
Also if you do int i{} it always initializes to a default value of 0
I still don't know how to stay online when making a discord bot.
ugh this MLS Proposal List validation logic is crazy
True
wow
Typewitch
That's kinda neat for that
Do you approve Python brace style in C/C++
#include <print>
int main() {
std::println("hello, world") ;
return 0 ;}
……NO
oooh i dont like that at ALL
Do you know how to run the code? All you do is just don't stop running it
oh no...
semicolons go at the end of the line
this means, either dont turn off your computer, or rent a computer in a datacenter to run it for you 24/7
I'm finally going to apply for an authenticated server!
...what is that
ya... i have no idea what an authenticated server is
They probably meant verified server
oh... ya maybe
They talked about approve a game something
I don't know, it's just cool..Right?
do you have a steam game published?
But I'm going to register the game on Steam
I don't have money..
The game has to already be published and playable to apply for Game Identity
when you are too python pilled xdd
If the game is playable even if I put it on another site, will it work?
And it has to have enough players for the game database Discord uses to recognize it as something that can be claimed
No... only Steam right now
Why only steam?
Atp make a macro to bring python features to C++
Because the program is new and Steam is the most popular platform for PC game listings
When certifying that it is a "registered game" on the Discord community or developer function, you don't have to stick to Steam alone. Discord often checks for developers even when officially playable links and builds are provided through Itch.io or its own web hosting (Vercel, GitHub, etc.), so we recommend using the above platforms first to save money!
Ai said.
imagine doing
def meow(arf):
print(arf)
AI is wrong
Pretty sure you could do that macros in C++ or C23
is gemini
Maybe a stupid question, but the server dedicated to it sucks.
Im using kit onl (some random website) to make commands cuz i have no coding experience. If i were to post in #1478857869960019968 about it would i get help? I dont wanna post and then get banned or something 
gogo ai
No you wouldnt you have to ask in their support server
Prerequisites Before Applying
- Your game must be on Steam, and the Steam store page must link to your Discord server.
- Your game must be playable, meaning it’s available for download and play.
We can only really help with interacting with the raw api or the popular api wrappers
i dont care what Gemini says... it's wrong
I'm doomed..
I live in Korea, so I don't know English very well,
I should learn it, right?
Ah oki oki
I can't answer that for you
LMAO
The support server for it is so dead 
OK..
I guess I'll have to use my allowance to register.
But why are you insisting only on Steam?
I am not a Discord employee... I don't control why Game Identity is only for Steam games... I just know it to be the case, at least for now
It's unfortunate for me too... as the game I work on is not planning to release on Steam
Also pretty sure the game has to be fairly popular to be recognized even
Hmm, I'll go to the Discord headquarters.
Don't do that
It must be a way to make money with Steam, right?
They are aware that there is interest for compatibility with non-Steam games, I have personally asked about it twice now... the team that works on the Game Identity is aware
But there is no promises, nor ETA
wo....
"url_apiHost": "" Does anyone know where I can get this for my bot?
Get what?
The API url?
yes
Does anyone know a good way to make a per server config that auto deletes on guild leave? Like ik u can detect guild leaving but that assumes the bot is running
Just store it in a DB
Yes, the Guild Create/Delete events emit when your bot joins/leaves a server... and unless your library handles it, you might need to do some deduping to not create extra entries as Guild Create also emits when a guild goes offline and comes back, same with Guild Delete
And because my bot and those authentication bots are running, I needed to capture that information.
I don't quite understand what you mean
Capture what information?
You just asked for the API address
Hey guys I'm looking for some developers to help me make a discord server can anyone help me please
Like, when I click to verify on another server, this appears, and when I click authorize, it will give me the role in the DC, you understand? I need that for it to work.
This is not a recruitment server
Nor is it about making discord servers
My bad I'm just looking for help
That is OAuth. It requires you to have a domain of your own running a web server
Don't have to snap at me
Well, it says in the rules that we don't advertise services here. There's also no such thing as a "server developer"
This is a coding server. For developers to talk about coding and related topics
Like that application owns the domain mengazo.com
That's not a Discord provided domain. That's one they purchased and run a web server on outside of Discord.
You can read this to learn more about what it is and how to set it up
It's fairly simple if you have made a web server before
Ok. Then you will need to set up a web listener to some route on that domain. Then when users click the authorize button, Discord will redirect them there
You can then extract the callback code and exchange it for a Bearer Token using your client secret
That Bearer Token will allow you to interact with the API as/for that user
do you need something?
automod says why
Yea
Hi everyone! I wanted to ask if it's normal for Discord to take a long time to respond to privileged intent requests. My last request was on April 27th, and Discord hasn't responded at all yet... Can anyone help me with what I can do?
yes it is normal right now people have reported taking over a month for their intent requests to be reviewed
Is there anywhere here within my hero section that i could improve upon?
i applied for intents about 3 weeks ago and still there is no response. Should I create another ticket or wait?
Don't make another one
Wait,
Keep waiting. It could definitely take several more weeks
avg waiting time period?
4-8 weeks
ughh
Why is there a comma in the heading title
At least according to people who respond here
To put emphasis on the second section of the text
You already are doing that by colorizing it
It provides emphasis when you read it whole, however i may change it later as the text isn't whats important to me right now
Are the horizontal and vertical lines supposed to be visible
Yeah, its intentional
There is no guaranteed wait time for intent approval. Other devs in here said they're waiting a month or two just to get an initial response. You just need to be patient. Do not submit another ticket. No one here can speed up the process either.
If it's an absolute blocker you can disable the intents you're waiting on temporarily so that the bot can join more servers and re-enable them once (and if) you get approved.
You should take this time to really determine if you need intents as there's been multiple instances of devs applying for intents and the reasons, as they state in here, are explicitly stated as not valid reasons (prefix commands, etc).
guys how manny day to view my Request approval for Privileged Intents
we cant give an accurate estimate... but many weeks... likely within 4-8 weeks but again, no promises
then find ways to disable the intents so your bot can still function
See the second section of that message.
^
You can disable the intents. And the bot will still be active in all the servers It just won't be able to join more
i reas the msg all of it
downgrade
I mean... if deciding between no bot and a bot without the message content intent... the former is usually better
Unless the message content is fundamental to the operation of your bot and there is absolutely no way around that
you dont
this isnt a badge hunting server
ohh i see
Yessir opal badge sire 
Also yeah I like grafana's interface way better than signoz's

this becoming the grafana appreciation server? feel like everyone is setting up a grafana server recently
I've used grafana in the past a bunch. I just needed to setup a self hosted one for my bots
since I don't wanna pay for grafana cloud lmao
ya paying for grafana instance for a bot seems weird
well also there will be a lot of traces and metrics
and it doesn't seem reasonable for me to pay for it
i join
Opal badge sir is only one
opal badge guy the second (opal badge guy the first is better)
badges are lame
i shouldnt even have opal anyways, i wasnt old enough to be on discord when i first bought nitro, i just never let it expire for some reason
yes, that's why I don't have any, hence im cool :p
Sora be having different profile picture every day
they say ts about me too
every hour*
true there can only be one
uh cat?
yes Sir
opal badge cat
Sir Opal, of Badge
i forgot i wasn't in damn discord dictionary at that point
Sir Opal'a'lot
It's a small village
TypeScript pisses you off?
i love typescript
Reading gen alpha messages is hard sometimes
gen alpha is scary
Am I old?
I'm 18 (about to be 19) and I'm concerned I'm old
I was excited about plates I bought at Costco
So was I at one point
You have no idea
so u used discord while u are 10?
even younger, i have a 2015 account.
gemini isn't that bad from my use of a few days (although I don't let it generate code of course idk how good is that)
anndddd i actually don't have to upload my files to give it context because it's cli works on termux !!
it was scary
Mods!
I mean. Hey. They're old enough now. That rule doesn't matter once you're over the age limit
how the hell im older than u, something seems off
Bom dia
Ngl someone from Skype sent me Discord
I think I joined a few months before becoming 13 on my oldest account, though I'm obviously far older than 13 now :p
i joined in 2016
I'm still annoyed this is my main account out of all of them
2018 just bothers me every time I look at it.
my first account was in 2021 and i was 14-15 i guess
can anyone share notes on bug bounty vulnerabilities
What do you mean notes?
... That's not how reporting for bug bounties work
You just report them when you find them. "Sharing notes" means the report has likely already been submitted
explanations or resources about security vulnerabilities commonly found in the bug bounty
Security vulnerability are not commonly found
That's why Discord pays people for reporting them
-# at least if you can explain it and reproduce it
bruv i know i was just asking for educational resources
https://dis.gd/security explains what areas are out of scope for the program... But you're 100% on your own for finding them
Oh. Then you're in the wrong server. This is not a whitehat hacking server. Using exploitation tools like that is really beyond the scope of this server
yapping about bug bounty just ‘cause he want bug hunter badge or hackerone’s 5000$ 
its solely for educational purposes btw

Bug bounty programs are whitehat systems. They more or less are encouraging you to find the vulnerabilities.
But it can take years to learn all the ins and outs of using those tools and learning how to attack systems like Discord and other major services
And even with all that there's no guarantee you'll even get a payout depending on the severity of it and with the use of AI they're maybe less available.
I mean, especially given how good AI tools are at finding those vunerabilities. Like that Linux vulnerability that was found a bit ago that's been there for many many years
ye fs 😭 im obv not expecting to instantly find anything major lol. I’m just trying to learn the basics and understand the common vulnerability classes and methodologies people study for bug bounty hunting
A full administrator permission bypass vulerability
And you're asking in the wrong place. This isn't a hacking server. You're unlikely to find many people with a lot of experience in that
If you're trying to learn then trying to do a bug bounty program on a full corporate like system is not the path you want to go. You should probably start at the bare minimum resources that exist how to do ethical hacking.
The Kali Linux discord server might also have good resources for that. Just given what it is
https://tryhackme.com/
https://www.hackthebox.com/
Those are the ones I know of
wait is it HTB? Imma have to look
the fragile class problem can't be that bad... right?
yeah it is
alr appreciate it
wtf do you have the details lmao
It's been over a month since I applied for intents. No response yet
There is no guaranteed wait time for intent approval. Other devs in here said they're waiting a month or two just to get an initial response. You just need to be patient. Do not submit another ticket. No one here can speed up the process either.
If it's an absolute blocker you can disable the intents you're waiting on temporarily so that the bot can join more servers and re-enable them once (and if) you get approved.
You should take this time to really determine if you need intents as there's been multiple instances of devs applying for intents and the reasons, as they state in here, are explicitly stated as not valid reasons (prefix commands, etc).
Okay
htb is web for learning hacking
hm
oh hi tux
How is everyone doing
fine, u?
Not good
I wanted to ask i'm making a command through which i can send update messages to people in my server via mass dm but my bot gets quarantined every time what delay in seconds would be ideal so that it doesn't get quarantined?
I'd implore you to reread your message and then that's the answer to your problem
"Mass DM" in particular
There is no guaranteed way, its an anti spam thing and discord will never give details on that
Uh
Best is to just use a news channel instead
Cause what you are doing (sending mass dms to lots of users at once, ir even with a delay) is very common spam/scam bot behavior
umm thank you!
On top of the behavior being the problem because it's common spam behavior. Consider the user experience. Most users, sorry to say, really don't give a crap about updates in general. So all it's going to do is encourage people to either block your bot or remove it.
In reality the people who are going to care the most or actually want to know the updates are going to join a server to get the updates via the aforementioned news channel
Also a problem for discord to know if the user opted in, or tried to opt out or not
Even dm owner on join annoyes me (esp as with decent size server, the owner isnt the kne adding the bots)
That's also true. Because just installing the bot doesn't mean consent to get essentially what boils down to just advertisement
Tbh I sometimes wish they were more strict in DMs for stuff exactly like this
It's actually so annoying. If you open my Mee6 DMs it's just littered with those messages for years
I blocked that bot for telling me I reached achievements so often
And complained to every server that had it (that i was in)
Please tell me it worked
Yeah
They were like why do we still have it
That's actually insane
And really shows how dangerous it is to have bots just floating around
I have it blocked lol, same for any annoying bot that pings me in other channels that constantly annoys me.
The only thing I can't block is sapphire since it's moderation purposes and I do want to know when I receive a warn / timeout / ban
DMing users for moderation purposes should be ok vs updates, level ups, etc which of course, is not ok since user's by default can't output/doesn't know if they can output
I don't really block bots unless they're random ones people just use in here lol.
oh I block, super annoying when you receive a random level up ping in another channel (I'm fine with same channel)
literally you never know when you get a request vs a random level up ping thanks to that
exception: mee6
also these devs really aren't afraid to get their bot quarantined
Because they're on exceptions from Discord for sure. Lmao. If Discord banned Mee6 it would be chaos, sadly.
Like there's zero chance they aren't on some global whitelist
they're probably on some tos whitelist too considering the crap they pulled off and didn't get any action taken upon them
whereas any normal bot would get banned
they should have removed the verification a long time ago
yeah discord should just add native modmail and moderation reason so bot dming members can be abolished
i think there's valid reasons for a bot dming you
Highly likely it will be abused, not worth
Does anyone know what it could be?
what would be abused
native moderation reason
like if timeout could show on the bit banner blocking you, and for kick/ban for the Inbox thing to show
not sure how thats more abuseful than bots
as long as it checks if you were a member before being banned
yeah
i know sapphire initially didn't have that check so people abused it to send ads lol
also the join server page could show this message too
i think the "it can be abused" is not a valid reason to dismiss a feature entirely, they should take the abuse vectors into account, but to fight them such as by adding limits or making it look visually different in the app
That must've been depressing for them
let's say user is in server, gets timed out for "Spam"
user initially isn't in the server but another one's channel speaking normally
So only way to notify user would be through the native moderation reason, which would be akin to a "DM"
from the "SERVER" not the "BOT"
i mean, not really
in a way, to let the user know they were punished because they broke a rule, OTHERWISE the user will not be made aware of this, no?
it could be shown in this inbox thing and the timeout thing itself (ie where it shows that you have x time left)
discord can do things the way they want, if they want it to look like a new type of notification that doesn't look like a dm they can
they can make it look like a server ping
a timeout can also just be shown until you go to the server in question
yeah
discord can make it way smarter than just reimplementing a normal dm
How so
I'm trying to understand this part ^
you don't get any notification of getting timed out but when you go to the server you were timed out in, the banner that replaces the chat bar will include the reason
yeah^
But what if the time out was expired and I never went before the timeout expired
it could still show one off
then you don't know, just like currently
Hi, Can anyone tell me how to make own bot for own server
do you know programming
No
i think discord should be more clear that the "reason" is purely for audit log rn (that deletes after 90 days unless bot copies it)
currently you do receive, if dms are enabled, a notification from bots, if you don't, :shrug:
45 days
oh wow its that short
that depends on the server setup, native timeouts don't send any notification
and if you have dms closed you don't get any
Can I make without phyton, program
😢
i know some people here want to disable dms, but can't because modmail lol... so i wish that there was a someway to do it natievly haha
there's alot of options you have:
- JavaScript
- TypeScript
- Java
- Rust
- Python
- C#
etc
disabling dms from here is much more worth it than the upsides of using modmail
a crime to put js above ts
rust before python
I'll learn soon bro☺️
i mean i haven't gotten too much spam here recently
Python after everything else :wilted_rose:
Hi Tanvish
Yp
why would anyone use microslop c#, why not C or C++
r u demo.py (it's a person here, sorry If I'm mistaken)
Hi guy's i am new in server
I just gave examples 😭
I've been contaminated. I'm no longer pure Python :broken_heart:

Contaminated with C?
Python arc was peak
ok that was intentional
Nope, Java
literally anything > python
python doesn't deserve the hype, AE supports me on having rust on top of python
scratch.mid.edu > python
I got an S grade in python so that's one and the only reason i support python
(university thing(
not my unis
No no, S is top 2-3
Rest A, B, C..
(In my uni)
same, and I'm also one of those that want dms disabled, altho, I'm also "using" dms, to allow to notify when for example stuff happen (winning giveaway, message made it for giveaway participation, moderation purposes, etc)
so I'm also skeptical, as many of these were requested (in a way) to know things out properly (like "when exactly am I supposed to know that I made it to a giveaway")
idk pinging in the server is a fine way for giveaway imo
like its the server context, so why does it need to branch out into dms
this is weird
understandable
I do ping for giveaways, it's when someone makes it that's different
i kinda want discord to make it a privlidged intent, but i know that will only make it worse as the abuseful bots will get it and now think they have permission
sidenote but i can see im not banning as many people anymore coz i havent gotten that error of opening dms too fast in a while
Error with InteractionCreate handler: HTTPError
but i do get other fun stuff
E.g: Your first valid message earned you a ticket for this giveaway: <link here to the giveaway>
We have relative grading. They use some class avg, standard deviation something something. Idk
also let's leave this ig. Kinda getting out of topic
Failed to send intro message: DiscordAPIError[50001]: Missing Access
i also dont know how i loose access to a channel i just made so fast
oh no
or when someone wins a giveaway too they do want to know that it happened, unfortunately I haven't find a way to do it properly ON SERVER yet without it messing around with my style
yea, if you look at what I do, a lot of things are just questionable, even I do say those myself, but I do want to keep the goal & style I've been working on
Can someone help me get code to join a bot to voice chanell and disconnect bot of voice chanell?
I'm trying to improve them, slowly.. but surely
tbf i keep on debating removing dming from my bot (or making it optin) as uhhh, i dont wana be banned from discord lol
how exactly will you notify the soft banned user though that they got kicked from the server 🥀
Thank
by not 😭
enough people disable it anyway lol
ok only 700/10k
some don't, managed to get the attention of some people by notifying them that their account had been compromised (through dm, they received a notification)
W
It's a big W for me to keep if it notifies them about it
never heard of this
but yeah thats why im going to try and keep it
as i know how confusing it is to just not be able to see a server you thought you were apart of
and not be told "you" spammed everywhere
max you can just ask advaith to help you out with your bot and he ignores you because it's not his job 😎
oh woah, what do you guys use
A B C D F
oh at school we used that
pretty sure every university in america uses it too
can we stick to 0-20 or 100 if English and not letters 🥀
i dont like this distinction scale as it makes me sad when i see D (as i think i failed)
0-20 is criminal
French education, blame them
at least with 0-100 you can easily calculate da %
and if an assessment is 20% weighting, you knowwww how much its easily going to add
btw did you guys enjoy that canvas hacking
just x5 the amount you received and then do the % if you want (from 20)
some of my hw got extended by a few days
W
also same - my uni was also nice and quickly changed the dns records to redirect to their own faq page
sounds like alota effort for something that could have just been cool to begin with :)
but yeah at least its not like out of 15.5 as that would be funny
ahhh
we can also do 0 to 15.625 - just x6.4
maybe, maybe not
😭 welp
Wdym seen on left
left and right
How'd you know they saw it
prolly if it shows "last activity" as 13 hours ago?
when did you submit it?
Its showing in support tickets?
8 days ago
Last activity doesn't mean they did anything really
Where did you submitted from? Dev portal or manually
Yup
yeah then it definitely ain't them reviewing it
people these days wait like over a month
I did it on dev portal and then sent a request a day later because I thought it's like before
Could be just someone looking at tickets to cleanup duplicates or ones with missing info
sad 😔
Saw that too
The ticket you made manually doesn't help in any way
Its basically just spam
Welp, i guess so
The dev portal one will show up once they reply
The manual one will just be closed as duplicate at some point or get a generic "we'll reply when we get to it in the queue" response
@dark moth hi bro how's the day 😌

What is it with devs and creeps/weird (some really creepy) people lmao
I guess devs really don't have social skills
I can confirm
why are you exposing us like this
Supercalifragilisticexpialidocious

@upbeat anchor I assume honeypot bans twice to delete the messages?
Hmmm, it would be nice to have another option to "Softban but not delete any messages other than the one sent in the honeypot channel" or maybe not even ban but kick at that point as you only need to delete ~1 message?
im yet to know if the 10sec later one is helping
Ya saw that
whats the point of that
But can't you check the messages using the search endpoint or something before deciding to ban
just setup automod to ignore every other channel and give timeout
thats at least a min delayed at best
Accidental messages
- prob insaine ratelimits
generally from what ive seen is even if honeypot channel is first, its not a very high garentee that its actually the first hit
so feels weird if the messages still need o be manually cleaned up
and with my 100 events per sec rn, i dont want to deal with manually doing this cache (+ getting pain of actually deleting across many channels)
esp ones that i dont have access to see
Fair
I just got one where it sent the message in 2 completely random and dead channels + the pot
Which means the author of that just randomised it ig
yeah
i do find it weird they aren't ordering by age or watching a few mins to see activity
In this case unpredictability is probably better
Why bots even send message if the channel literally says honeypot / do not send message here 🤔
dumb bots 🤦
I don't think they log on what channel they send messages. They are probably not even aware of such channel existing
it depends
iirc small servers yes they don't care, on bigger servers found out they do ignore some people/channels
its proof we sont have agi yet
i added emojis for a purpose
Mine doesn't say that..
How do I make my bot online?
run the code
how
I didn't do anything to the bot at all, I just created it from the developer portal.
Then write the code
Just connect to the gateway
Either by using a library (discord API wrapper) or by making your own
How to create a private library
You generally don't want that lol
uhmmm, that is something
Libraries handle ratelimits and stuff for you as required

One server has their as pot talk
nice
And anothe one as general-chat
not nice
join server
see general chat
what a funny message, anyways hi guys
where is that server?
Am here
Good
Sir can I ask questions
Yes you can
Can you help me to communicate with highest here need to be somali helper
that's not a thing, we don't have helpers on this server. if you mean working at discord then see their jobs page for open positions and requirements
Morning AE any interesting scams?
not really, they do be boring
Ok sir but I have more somali company need help need to connect there and discord
True
@dark moth where I applied the jops sir
on the discord site
Can you shere me pls
its the first result on google, and in every footer
Yooo I have a question like your Badges is there any badge from it you can still get today?
I really want some cool badges
not the place
Expected from a grown sheep
And why tf it's showing edited above the container
Or it always shows there?
@buoyant drift
just ask the question
@glad stratus
Better in #activities-dev-chat
do i just ask there then?
yeah
thanks
Mobile shenanigans
It display below on pc but above on mobile
Its not even showing edited for me

Maybe only if the container is edited? 
I mean, does it matter for the bots? It could not display edited and it would be just fine
<@&1050493473033289778>
hmm I'm keeping my cache customizable
what should I set the defaults for these values :p
these too :p
Wrong server, go ask on polish servers instead
BUT IT'S HARROWFUL ON YOUR SIDE IT'S NOT WORTH BEING IN YOUR COMMUNITY AS YOU ONLY THINK ABOUT COMPUTERS
Wdym "only if", it literally edited
that's what this community is about. we can't verify every charity that people wana post here is legit or not, and it doesn't even have any overlap with this server at all
WHAT I GAVE IS LEGAL AND EVEN APPROVED BY THE PORTAL AND IS SHOWN ON EVERY POLISH TELEVISION AND EVEN ON SOME ABROAD
Quit the caps lmao
sorry
prolly a better question for forums ig
if they wana change it they absolutely can
Happy afternoon!
nuh uh >:(
imagine thinking an image gen app will be static and not want to generate new art
im SoraAI fr
sora shut down tho
i think that was an excuse, the real thing is sora became sentient and left the computer realm and decided not to work for oai anymore and be a person
And decided to make their own discord library
yeah
This is exactly the kind of AI I didn't do anything for 
wdym
not by pinging us, see https://dis.gd/bugs
okk thks
Everyone, some bot suddenly logged in and broke my server..
is the discord employee flag no longer considered a public flag?
How should I send this out?
Define "broke"
!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.
never has been, they have been able to hide it from non employees for many years now
1 << 0 STAFF Discord Employee
i think im stupid then lolz, i could swear that this was a public flag
I create a amazing bot like a automod
Nice
as such you only see it when they want you to
also trying to track employees generally is more creepy and stalking then actually for a good reason. so maybe don't do that
AH
its just bcs my /user shows badges 😭
cause it's generally completely irrelevant if they are or not
New gaming pc lol
they'll rarely run it for a staff
i kinda used it to show who advaith was bcs some1 was asking
lowkey
smh my head
Lil blob

Let me in shonen unleashed
I mean, if you don't know advaith do you even Discord, bro?
is it even possible to get message intents anymore
Yeah
Or are under 100 servers
i wrote a bibble
you?
i need 100+
What's your use case for the intent?
The candy popcorn from iCarly or smth
That doesn't need the message content intent
i need it
For what
The message content intent gives you the content of messages. You don't need the content. The bot still gets the MESSAGE_CREATE event
What is a bibble
you still receive neww message event, you just don't have the content
Can you guys unban me from shonen unleashed
No
automod aureaponse afk
No, that server has nothing to do with this one
all the stuff
So why would you mention bible here 🤦
Can you tell the higher ups to unban me from the server
Autoresponder seems valid usecase though
Discord has built-in automod now, see if that works. I have no idea what "aureaponse" is, nor does "afk" have anything to do with message content
it is in context of writing a big text
Again, that server has nothing to do with this one, so no
Which doesn't require intent
bro in the application i write much
that what i mean
It's not, though. If someone wants the bot to respond they should @-mention it. Bots get all content when mentioned
Or just use slash commands
Well, yeah. But apparently the userbase for this bot isn't smart enough for that :p
if sb write hey i need help the bit will say omg how can i help and this for much other stuff
If someone writes, "I need help" the community can do the same thing
so it needs the mag
"where's the avenue", bot replying auto is better than expecting user to randomly know he need to run a slash command or mention a specific bot
You want the intent, but that's not a valid use case
<@&1050493473033289778>
Stopp
i wanna report soething and report page not working
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.
we don't deal with tns reports, we don't work for discord
if i need the content of a msg i need the intent
I wanna report bug
Just b/c the functionality requires it doesn't make it a valid use case
"you need" for a invalid usecase
for bugs contact support
Auto-response has been denied in the past so I doubt you'll get it
what should be a valid usecase
i cant sign in
read the help article, you need to make an account
That's not how it works. Intents aren't Pokémon: you don't actually need 'em all :p
There are work-arounds, use them
that’s bad lol
That's not bad, that's good, actually
Source? I mean i wanna know who did applied, when and what exactly he described
why
The message content intent is a huge security risk
thnks
Do a search for "auto reply" and see what comes up. I don't remember everything
Guys I want source code bot system for free
Congrats. That's not what this server is for, however
Check github
There are plenty on github
If you're gonna run someone else's code, why not just use their bot?
I prefer my 99% uptime than someone's 98% 
Or Branding
So you don't use Github then? 🤣
Indeed
Tnx u ❤️ ❤️
There was moment when my IP was constantly rate limited so I pretty much stopped using github at all
An IFTTT-style Automations engine with message_contains_any / all / none
msg log with deleted images
,snipe command ,editsnipe command
would this be reasons to get approved
Probably not. Snipe commands sounds mean/bad
Not for "snipe" commands for sure
And IFTTT-style anything isn't a valid use case
If you want t he bot to know something, use a freakin' slash command. That's what they're for
it just shows the last deleted msg in the channel
Have you considered that deleted messages are deleted for a reason? :p
IT NEEDS TO READ THE MSGS BEFORE THE COMMAND IS USED
Imagine someone leaked their private info, mod deleted message and someone use snipe command to get it anyways 
No it doesn't. Use a slash command and that gives the bot all the data it needs
the mods can use clearsnipe
real
what if they are not there
everyone can use the command
yeah let's create more problem for the moderators
<@&1050493473033289778> Bro I need help
🥀
That has to be m-a pings record
we are not mind readers, and please only ping us for matters related to the moderation of this server
Server mods can change who can and can't use specific commands
only the server owner and whitelisted admins
Correct. And the bot owner, of couse. You can ban anyone from using your bot if you wanted :p
Not sure why/how that's a problem, though
Administering a server is kinda what server admins are for, right?
every admin is afk
normally
and playing valoeanrant
then as said who would do the clearsnipe
everyone can use it in my bot
I still don't see what the problem is. The admins should be setting up bots when they're added to the server. Why would an admin add a random bot to their server and not set it up properly?
I'm very much confused as to what your bot does and why you don't want people to use it
but you said mods can do before?
where i said it
if everyone can just clearsnipe why would it exist in the first place
if it is allowed for everyone everyone can use if not not
here ☝️
to let people who are not familiar with the bot get their accidentally sent message be sniped?
not sure why even have snipe in the first place :p
So what is it that the bot does? What's the target audience?
For fun I guess
chill / community servers it’s like a all in one bot
kitchen sink bot mentioned
Kitchen sink bot detected!
Should I use WPF to make desktop applications using C++
trust me next bleed bot
🤫
What's the problem
🙊
Hello to everyone i want to start a dev career but I don't know from mwhere to start , I can build apps with AI even website and automation from scratch to deploy live but I want to learn clear html CSS JavaScript react next.js python and more I don't know from where to start i find out the scimba what do you think is it worth it or no?
Considering they are objectively better than the hack of "prefix" commands and are not a massive privacy issue…I doubt it
ok what’s about “spam bots” and every big server turned off slash commands
If there is and web dev or senior developer i will be happy to help me on what I need to learn and how to find my first job , thanks
bc of self apps
Start with learning HTML and CSS. Make static sites. Then learn JS to add interactivity to them.
For backend choose one language. Then learn it. Read the docs. Write code. Don't use AI since it makes up stuff
@obsidian sentinel i needa talk to mod pld
!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.
OK, what about you stop pinging me for stupid stuff, yeah?
then just turn off the permission?
this server is big, we don't have them off
!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.
search "Use external apps" and turn it off if you don't want to deal with user apps
it’s not a community server
someone 18- is caught e-dating
ok how ppl will use my bot
read the bot link on how to file a report
ok
if your app is installed in the server that permission does nothing
you don’t understand 😭
We are chill 
many turned it off, others have it on. its just a matter of what moderation tools they got
you don't make sense, to be able to read server messages the bot is installed in the server
that's what your bot current problem
and the permission is for external apps
on my (136k members) i fully turned it bc every day there are kids with “spam tools” so i can’t use bots with slash commands for my community
you can have or make bots that deal with that, or your server mods
also user installed bots and guild installed bots are completely separate things
Those are two separate permissions.
Use Application Commands is for bots your admins actually invited to the server. (The 'spam tools' are not affected by this permission)
Use External App is for bots that are not a member of your server.
If you don't want user-installed bots used in your server then turn off their access to them. That doesn't mean you have to turn off all slash commands. That's like banning all automobiles because some people don't stop at stop signs
if you have a active server ppl want the games in vcs so it needs use external apps
then this ^
"or make"
the msg are not detected by any anti spam or sth
Then only allow user apps in those channels
I don't understand how this relates to slash commands at all tho
the most "damage" external apps could do is flood the channel
the ppl use them in their menu
ppl get spam pinged its like a everyone ping
on 130k members
it is annoying
Then turn them off. You can't have both sides.
i made a system only active user can use them but it shouldn’t be it
you didn't copy the whole thing
can someone help me?
in
yeah usually server this large would have community on so people can't ping everyone
or just turn the whole permission off if you don't want community
what do you need?
dm
these are “spam tools” they ping every minute thousands of users
Just ask in public channels
don't try to pull people into dms
ok
Thanks fontawesome
who needs styling?
yeah, read the whole thing again
Idk, I just clicked to find out
If you want to allow certain things, you need to moderate it.
Whether that is everyone pings, role pings, slash commands from bots you added to the server, or allowing external apps.
At this juncture I am not particularly sure what your argument even is anymore.
Neither slash command permissions or message content intent would prevent the users from being pinged to begin with. The only way to prevent 130k users being pinged, is to not allow it in the first place by disabling the permission or using AutoMod.
Guess it's not for me
if i can’t get message intents my server can’t use the bot
so that’s why i need
sent



