#general
1 messages · Page 297 of 1
Because it looks good
even if its data loss it would say undefined or null
text.replace("%%Full_name__c", data.fullname) can be affected by db error?
a rainbow does look good, but this one's missing a color so it doesn't
if it's null, then they're sending to a correct person ;D

gn dbl 
@coral plover I heard its your bday as well so happy bday
happy birthday @coral plover and @worthy bloom
https://rog-forum.asus.com/t5/rog-strix-series/after-the-latest-bios-update-keyboard-stops-working-randomly-g18/td-p/994660 Asus trying not to disappoint its customers:
having a keyboard that randomly stopped working is pain 😭
One message removed from a suspended account.
nah i removed it
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
helao
One message removed from a suspended account.
who's mari
her
bru
yo
@worthy bloom bday 
ip rotation
we weren’t talking about that
we were talking about discord api limit
Morning Everyone
morning
im at mcds and this kid behind me fucken is so drunk she literally felt out of the truck
What he sells?
Lmao
Oh



Damn didnr expect this texting final exams is so eazy
Mid exams is pure pain
I just need to see the terminal what is the errror and fix
And most of the problem is just missing ;
today is my birthday
Happy birthday
@tough hemlock someone need cake role
Happy birthday @worthy bloom @coral plover @sullen bridge
THX
caps
thank u
lawl mine and soda’s were yesterday
but thanks !
Happy late birthday
ok
hi
what test?
welper's uni entry exam
How bad this time? i wannna know the few question
bro i cant fucking speedrun through math questions
or iq questions
just let my mind fucking think for a minute

Hi
A dyslexic guy walks into a bra
Math or meth?
Oh yes. Forgot about them. Gone now, i suppose?…
Make me lavender
Oh haha in a ninja it won’t matter
No clue wtf any of this shit is. Hello world!
@coral plover HAPPY BIRTHDAY!!!!!
Why bot Reviewers needs to be 18+
legal
would be child labor before then
wasnt it because of nsfw commands
yeah
🫣
BRs are volunteers
yknow, I said happy bday as well :c
I was actually the one who said it first
Nsfw and nda and legal stuff that devs upload
primarily nda and nsfw
some people are sick in nsfw part
wop wop wop wop wop
One message removed from a suspended account.
LOL sorry thank u!!!
LoL
pong
what if its already ruined
play lol
One message removed from a suspended account.
One message removed from a suspended account.
NEVER PLAY LEAGUE!!!!
WORST MISTAKE OF MY LIFE!!!
One message removed from a suspended account.
the devs proly idk
One message removed from a suspended account.
One message removed from a suspended account.
Will you approve my bot now, Topgg officials please approve it, look, I even wrote the description short because you objected.
Ali cabbar bot is owner
I didn't even write the description very much, it wasn't approved before I explained it.
One message removed from a suspended account.
???????????????????????????????????????????????????????????????????????????????????????????????
One message removed from a suspended account.
One message removed from a suspended account.
same tbh
One message removed from a suspended account.
Hi
hleo
what
hi
One message removed from a suspended account.
One message removed from a suspended account.
yes
i used to do auth with express, yeah express 😭
well
reactjs + express auth
Im trying to keep track of user data when someone logs in
and share that across components
ooo
my issue is, idfk how to load this data
just get from your api
server:6969/api/user
if it was that simple I would of done it
you can't use context via server side components
which is what i'd need to do
What is giving you trouble?
^^^^^^^^^^^^^^^^
ohh
Once the user logs in they get redirected back to the main page and they have a id cookie now, that ties them to a session made by the backend api
now my job is to fetch the /users/@me endpoint to get the user data using that session id created by my backend and load it in context using something like zustand
your server side component can save cookies right?
but that's on the auth server
alr imma think about it
while taking shower
ok just to make things clear, you have 2 instances
- your api, you login logout from here
- svelte with server side & client side component
you can access the user from your api from client, but you are using server side comps to do useContext etc to share across the components, which is impossible right?
oh you're back again 💀
yea
the video player I need to use doesn't work well on svelte it turns out
sooooo
It was either I make my own
or swap back to react
and I fosho was not making my own
lmao alr alr
maybe like this https://stackoverflow.com/questions/76595420/how-to-use-cookies-in-client-components-in-next-js-13-and-read-them-on-initial-s
get the cookies from import { cookies } from 'next/headers'
I mean yea
then you can fetch the /user/me ish server-side
im not certain that will solve my issue tho
wtf
familiar faces
idk my nextjs project seems to "reload" on navigate

but thats bots i want servers
servers have been removed
Servers have been removed as they were getting harder to moderate. For more info, please read: #announcements message
sad
yeah hopefully they come back in the future who knows
how can i find the amazon server if ykykyk

i do not know
Search for it on google ig
lol
I dont even want to know what that server is about
refund method
i was going to BEFORE YOU PINGED ME
insane
adios
u werent even there in 2001
💀
neither were you
🍿
yeah i was born a year later u were years later
if i ever get mod i will just use my free time to mute u
if you ever get mod
bot reviewers should be mods by now
😭
more transparent than nebula
What is nebula
expecting transparency in a big company is like expecting the government to stop taxing people
(if ur talking about the nuke bot, yes)
you own a nuke bot?
ok cool
no 💀
that tells me nothing
its not
not yet
the new bot is at 8 guilds 💀
told him to submit on topgege 
let the other 4 that are online do it
I need a shower rn ngl
shower reviews
💀
Texas heat while moving into new place is death
tryue ngl
I swear im fixing to spend another 2 days figuring out how react state works
just saying that the nuke bot nebula is shady lmao
my nebula is renaming anyways 💀
- sometimes i post sneak peeks
i cant?
😭 💀 ❓
Yeah, what about it?
Rip website of pain
Please give me your guidance so I can finally move on from my suffering
pov
It was a bunch of squares for me 👀
its japanese lmao
wtf
u dont have a font for japanese installed?
I guess not
me when goos
well uh @echo oar does your site "reload" if the page changed?
damn
dayum
Rip light room
No idea, its in dev mode
Been 15min randering
so it does reload occasionally
can't you use useContext ?
get the data from server-side, pass it to client-side, then in client, set the data to context
i just realized my site doesn't reload on page change 
I think by default it doesn't reload
yeah
try this
as long as it's in cs
One message removed from a suspended account.
Right so while that may work that solves 1 of 2 problems
and its not worth implementing something that doesn't solve all problems
what is the other one
protecting page routes

the only ways to do that (as far as I know)
- Middleware (which is server only so no context)
- Checking if they are in the store on each and every protected page
User visits a page they shouldn't e.g a page that should only be visited when logged in
you redirect them
oh
export default async function ProtectedPage() {
const session = await fetch("localhost:6969/api/v1/@me", {headers: {cookies: "nomnom"}}).then(x => x.json()).catch(() => null);
if (!session)
return <h1>500, it suck</h1>;
if (!session.loggedIn)
return <h1>who tf are you</h1>;
return <YourClientComponent data={session} />
}

whats the nickname

Hello
@sullen bridge Thanks bro!
you're welcome bro
@sullen bridge thanks!
YW
what is an alpha unknown
hello
Hi can anyone help
Its taking so long to verify why
It dont take this much time
Other times
hello, can someone suggest me a bot which could message every new posts from subreddits, possibly immediately or at least fast as possible? thanks!
since it's weekend most of us are busy IRL
that's if, you meant verification on top.gg
if discord then we don't know
-how2search
To find a bot that you need, please try searching for it on our website.
You may need to refine your search term, but with just a little effort you can find the bot that you need. Read our Quick Start Guide to Top.gg support article for more information on how to best use our search.
If you still haven't found a bot that suits your needs, then try searching on Google for it.
you can search ^
of course i can, but i wanted suggestions.
Hi
Yea It verified after 25 min
One message removed from a suspended account.
One message removed from a suspended account.
😭 🙏
i use redditard for my server
Redditard is your bot for the latest reddit posts. Add our bot and enjoy the latest posts from any subreddit almost immediately!
how fast is it messaging the new posts?
usually
^^^
Any 1 have any bots except nami nezuko and sasuke for talking
Just to talk to kn jr server or any one piece bots
guys, can any bot have access to a private text channel? its being placed into a different one of course, and i dont want them or any devs to be able to read my messages from there...
1.2M subscribers in the discordapp community. Discord is a voice, video, and text communication service used by over a hundred million people to hang…
these answers may be cause for concern.
only if the bot has access
im a newbie with this, how can i be sure it doesnt have acess?
i have a private channel for all my personal notes
so..
check the member list
im the only one on that server of course
it shows only myself on right side
in that channel
then it doesnt have access
nice, thanks!
showing online in the correct channel
😄
or what you mean exactly
and another thing, is there a way to limit commands to only work in the given one channel?
depends if the bot has a command that allows that
or you can just remove its send message permissions in the channel
oh
One message removed from a suspended account.
-nojp 
英語が話せない場合は、#general-int をご利用いただけます。Top.ggに関する特定の質問がある場合は、#support をご利用ください!
no need because it wont message if i dont ask
lmao
One message removed from a suspended account.
i think then i just leave it like that
how are u cuties
Need help
with what
Yes
how long is it taking
Still showing pending
when did you submit
May be 5 days ago
Five years bro
it felt like it was 5 days ago
Ohk thanks brother...
"5 days ago"
https://files.zobs.dev/f/ehMHosh82
Brother I recognise sorry
One message removed from a suspended account.
mine was 5 years ago
accept it now
you are banned from topgg
until i can eat the borgir
me when

oh hi burbur lol
omg its jbz
wawa isnt in the wawa server
helloo
gn dbl 
when somebody votes with the guild param, and then enables the notification to vote again, will the guild param be accounted for the next one?
yk this borderlands quote is way too real
it is lul, borderlands 3
nah
Grenades are like atomic bombs but smaller
and not radioactive?
One message removed from a suspended account.
One message removed from a suspended account.
how many times a day does bro change pfp
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
nope, you can't
oh :(
Heilo
-notified
@snow knot
Bot Review Notifications
If your bot is approved:
You'll get a DM from @lilac geyser, a ping in #logs and you'll be assigned the <@&265125253443878912> role here.
If your bot is declined:
You'll get a DM from @lilac geyser and you'll also get a ping in #mod-logs.
💡 Please make sure you have your DMs activated for this server.
How do I enable the resources I earned by reaching the vote target?
thanks <3
np
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
im confused on how the auction stuff works
One message removed from a suspended account.
complicated asf 😭
Was fire force 1 and 2 even good
I watched a little bit
but not much
One message removed from a suspended account.
One message removed from a suspended account.
mfs are still setting off fireworks
night topgg
😭
ngl i was doing the same
i just bought more few hours ago
One message removed from a suspended account.
One message removed from a suspended account.
whats a library developer
its pretty self explanatory lol
develops libraries
faithie I know what im gonna to do for topgg library
One message removed from a suspended account.
lmao
thanks for just telling me 
One message removed from a suspended account.
One message removed from a suspended account.
faithie
no im saying thanks for telling me
thats not what they mean
instead of this
One message removed from a suspended account.
One message removed from a suspended account.
😭
One message removed from a suspended account.
misty may i ask whats vidcore?
LMAO
damn
Its a vod platform im making
ahhh
sounds dope
to be fair nothing is easy
database config go brrrr
Easy isnt really a thing

That looks stupid
ngl its bad fun
wow
ive been using my autoclicker on this
atleast lie to him
I make a point not to lie
No point in covering the truth
Unless its the police asking questions
then you always cover the truth

but yea nah, that looks dumb
alright yeah that looks dumb
damn
Its just some game made off a trend
its not innovative or anything
its only "fun" because the drama behind it
i havent gotten it on my fyp
can someone gift me nitro
no
idfk whats the story behide drake
the joke was that i was being sarcastic
hm
your jokes are not accepted here apparently 
wrong place
Go to your bots page, click refresh data, click edit, then click save
?
"thank you" they said
I see, your welcome
your a really good translator

Morning Everyone
Sorry guys i was busy yesterday, went to unknown place and got lost
english or spanish?
谁先行动谁就是同性恋
"Whoever makes the first move is gay."
"thế tôi đi trước đây, bái bai"
우리는 무엇에 대해 이야기하고 있습니까

?
hi
Morning
Oh, my bad
Thankyou
Gm
hey @hearty quarry ?
@paper quail 🤔
My bot
Got verified with all intents
Whhhaaa
Nice job! 
Nahh no way I tried like 9 times and only got msg content
It's an
Emoji Manager Bot
It's in top.gg also
Oh welp but why do an emoji manager bot need guild_member intent?
It's doesn't need any
was it instant
Bot with zero intent
Na 1 hour
Hm
i cant find the shit to transfer my application to a team or wtv
nvm i found it
did it mess up anything when you transferred your application to a team @vague blade
Na
yes
😢
Why would they remove that?
nice

ntts made a vid on it
i think they’re updating it soon
Yes becausse everything that guy reports is 100% factual and trustworthy
I trust him as much as I trust @hollow tundra
We're both very trustworthy
it’s in the dev discord..?
send link to the message 
maybe i didn’t listen to the video correctly i’ll re-watch it rq
Right
So no they will not be doing that
I just watched the entire video
And no where was it mentioned as such
not to mention, logically it makes 0 sense to do something like that
They did get rid of the 75 minimum server requirement, maybe that's what you confused it with
yea i think that’s it
That ID verification is the only way to link an actual person to the bot. Without that you can be malicious with no consequences other than "Oh my account got banned" which none of those scammers care about
Also, legally they can't as in a lot of places US primarily you have to be 18 before you can open up any financial account on your own
yea it was definitely this
Meaning you cannot monetize your bot at all, which cuts you off from most of the features tehy are trying to push on you
if your bots in 100 servers it can’t join anymore right
Yea
and to get it to join more you need to verify your id and shit right
Of course
If what you are saying is "Why dont scammers make a new bot"
its because they want that checkmark
Its enlisted a sense of trust in users that once they see a checkmark they think it must be ok to use
Atleast if scammer wanted a check mark discord knows where they lives (unless its illigal methoid)
But new scammer would prob be dumb
Stripe will never give that information directly to discord
but they can definitely work with authorities
They wont
But discord can point the autoritues to stripe and stripe can tell
Thats what I said
Oh didnt read the second part
can someone help me with this thing?
can you help me with it?
in what way
????(
choose one
literally pick one lol

I dont know if its how tired I am talking
but uhm
What else are you supposed to freakin do

My guy, you need to select a developer news channel
Click the dropdown, choose and done - also consider reading https://support-dev.discord.com/hc/en-us/articles/10113997751447-Active-Developer-Badge
yo
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
im not sure
One message removed from a suspended account.
creepypasta type aah blue screen reason
I’m getting really tired of employers leaving up job openings that are clearly fake
There’s a company I applied to that has had the same job listing for over a year now
And they make it look like they’re actually hiring because LinkedIn says “reposted 2 days ago” and shit
But the role has already ended bc it started in January
they do this to make the place look popular
they treat vacancies like ads, for brand presence
its wrong on so many levels
https://chibi.takiyo.us/lDSNen4Dw5jo.png to infinity and beyond 🚀
One message removed from a suspended account.
hajimemashite
One message removed from a suspended account.
nani
One message removed from a suspended account.
One message removed from a suspended account.
nvm i gotten the answer i was looking for
Hello beauties
True
What happened to chat today
it died
hi
Another one
wtf

I barely remember any of the other ones
all i know is
"Dog, fight, kill, repeat"
i havent even watched the first 4
L
gn dbl 
🔥
so once again the dude dies but not really
Yeahhh I’m mad confused, unless it’s time to go back to where he started
If not it’ll be interesting to see how he’s still alive
as long as it makes money, they will keep it going somehow
Ye no doubt
Ty so basically i just need tons of cool things to it not being rejected
Ngl that's a fun project
I wish I knew code code but yeah
Anyways ty
ngl
i dont get why people submit bots they did not make
literally no reason to promote smth you put no effort into
hype or smth
Hello
hi
hm
phuck
Hello
Morning Everyone
Cute pfp
Morning Finki
@fallen dirge uh

imagine hacking people's github accounts just to mass-star certain github repositories
i'm honestly surprised they didn't delete your repos tbh

2FA is good thing to have
yeah I just enabled it now, with passkey
also actually wtf
I don't see any login email
At least they have taste
maybe personal token?
C++ goated language
why this happened when I'm outside 😭😞😭
but their programs are malicious/questionable 
so not really goated
what
help me report em
:3
:3
which one should i choose tho
its not really an active malware, its more like an open-source spammer
oh wait i think its this one
bro any account in any service can be hacked
well there's your answer
yeah

thanks null for letting me know
Highly unlikely its an actual person's ip though
ghanks bro !!
one year veld was just like fuck it
and left it on me for 2 months
damn you must be over 60 years old by now
fr
LOL

Lets see if we can break that record this year
I will personally beat up anyone who takes it off you unless its a CM
lmao bet

fair enough
what anime are you watching?
K
yeah, either VPN, vps, private network, they always have their fake identity lmao
K?
yeah it's vps lmao
dw i was outside yesterday too 
but you don't get hacked
yea
@west ledge @steep bane
when posting bots on top.gg, for the invite link do i need to add administrator perms to it?
the bot iself is a moderator bot, but can i js make the invite link have like basic perms like view channels and stuff
better not iirc, add individual perms one by one. topgg will test your bot with 0 permission
ooooo
i feel like people will add bots more if they have basic perms, is it fine if i do that even tho the bot needs other perms to run some of the commands?
im sorry if your house is destroyed 😔
it's fine 😔
No
A bot can ask for the permission, e.g in its link
but it cannot require the permission
For example, to create a channel, your bot cant say "Hey give me admin" it has to let them know it needs the MANAGE_CHANNELS perm
okay ill just make the invite link with basic perms like send embeds and view channels and stuff
better be like that yes
That is the safest bet yes

Your bots action always has a permission for it
There is hardly ever a reason for administrator
hi
it's going great
great to hear!! 
how about you?
nice
what is tsb
@strong spindle chiitan is back!!!!
ok
U fite there
they never left
doing good!! about to start uni
hope that goes well for you!
pro
@fallen dirge @steep bane NO FUCKING WAY https://youtube.com/shorts/wACz_TEaf0M
?
just with a password "Admin1234" you can get access to data of over 275 million people

bruuhh
yeah
it's been around like since last 4 days
Admin#1234 iirc
yeah but like ☠️
fr fr 💪
that's my WhatsApp account password
that's my discord password
oooo
dw
Is too strong
Understandable couse its kominfo
worth sacrificing your house for it? 
based
Kminfo is public enemies number 7
For legal reason this is a joke














