#support
1 messages · Page 498 of 1
rip
No exact time but it'll be faster than normal since the queue is almost empty
hi
hi
I added the bot but I can't edit my bot, what is the reason?
i did, i wrote down when the bot is online. I just type the timezone now.
R u logged in
yes
Say ur bot is top.gg/bot/1234 make the link top.gg/bot/1234/edit
Ur bot isn’t 1234 replace that with ur bot id
it's done thank you
@somber parcel
go out of beta
@real laurel ok now how do i avoid that problem? It's open-source so what?
modify the bot by adding some c ommands
that are reflective of the bot's main purpose
aka music
so add some music-related cmds
is there a "at least" number?
min 1
hmmm ok thanks
why is transfer ownership work ?
Hi
i have a question out of bots
have you guys got a disabled account back?
hi
@somber parcel you reject my bot because it has nsfw i remove
That's what everyone says. This is my own code. I am gounna edit it.
Can you approve now
E
reapply
Ok
It’s literally sudhan code
I have the source
@real laurel Thanks for accepting!
👍
@void narwhal make sure to check over your bot and ensure there are no other issues with nsfw outside of nsfw gated channels also, and the bot rules in general before resubmitting
Can I reply a review on my bot? Or is it still broken?
afaik its still an issue
Also make sure the nsfw api you use doesn’t include || lolis / minor images ||
the transfer ownership dosent work
Hello, how can is customize the page for my bot with links and pictures like on this example? On my edit bot information i only see text fields and nothing more
also i cant see my other bot in my profile
css and html
Directly in the long description field?
yes
Ok thanks i will try!
can someone pls explain how to use self.dblpy = dbl.DBLClient(self.bot, self.token, webhook_path='', webhook_auth='', webhook_port=5000) this?
support pls
help
when i type -botinfo 863861755087028235 What is the number of servers the bot has in?
@somber parcel thanks for approving
resubmit ur bot?
can I edit my bot owner's ids?
can someone suggest me any bots for voice levelling? (sorry if it's not on topic)
you can search for it
i'm not finding any that are good
Mee6
voice levelling not chat
Beta feature
Check out this also
i'm looking at the commands list but not finding anything of what I need
You need voice levelling so activity rank has both voice and chat xp
You can also try ProBot
Ok now lets stop this its off topic
ok thx
Hi
I recently added a bot of mine to your site, and my bot was registered but I can't access my bot's site
when I try to register again it says that the bot already exists on the site
Reload the page
already tried
@light scroll
thats me
Are you logged in?
Yes
Can Any Web Admin Help Me?
I need urgent support please
I need bot
Are the moderators / bot reviewers checking the bot based on what the discord verification team checks the bot or does the verify team here looks on other parameters?
Top.gg verifies the bot based on the long description of your bot and tries to use the bot based on the description
Ok thanks.
Hey! How old are you?
i still cant vote any bot on the site :I
someone help me with this
you should login
okay thanks
is there some cache issues with the website?
Hello, is it normal that when I refresh the site of my bot that there is still the message: Your bot is waiting for approval!?
yep, just caching.
Oh ok, thanks 👍
I'm hosting the bot with glitch. I'll use webhook, but I can't figure out which IP address to type into the Webhook URL, which also asks for the server IP. I'd appreciate it if you could help me. ^^
youll want to use your glitch project url, with the path.
thank you
I'm 6
@long ferry
Are you really 6 @sturdy swan
-b 861589357525467147
Banned natanek0456#5845 (@vast musk)
he could've sent some 6 year old ab pics
hi, i just tried to upload a bg image to my bot, but i get an error saying that it has to be png or jpg, even if it already is a png, what can i do?
Which permissions does a bot need to fetch the invites of a guild?
Manage server iirc
show me the link
Ok thx 👍
bot page, three dots on the right side, "edit"
or add /edit to the end of the url.
the image url is this https://imgur.com/PnowWUZ
Thanks man
thats not an image url. thats to the gallery
OH-
youll want to use this
https://i.imgur.com/PnowWUZ.png
i'm just dumb then, thank you
no problem
dm the reviewer
How to make my bot run a command if they vote my bot in top gg?
Or like dm the voter thanks
why is it like this?
I think that has to do with caching
usually solves in a hour or two
as topgg needs to refresh their reviews cache
Pressing ctrl+f5 helps sometimes.
For me it works like half of the times.
are we not allowed to say anything about NSFW commands in bots descriptions?
no
literally nothing?
but my bot is in >250 servers 😦
thats on your end
problem with your code
yup, it depends on the context
if referring to anti-nsfw features, we consider that fine
const config = require("./config.json");
const client = new Discord.Client() // Your discord.js client or any other
const { AutoPoster } = require('topgg-autoposter')
AutoPoster(config.topdotgg_token, client)
.on('posted', () => {
console.log('Posted stats to Top.gg!')
})
client.login(config.BOT_TOKEN);```i did nothing XD just copy paste and run to test it out
if referring to nsfw features like a porn command, we consider it not fine
hm, what if we dont go into details? can we not just type "NSFW features"
nope, that's not fine either
what exactly does autoposter does? i still dont get it properly
read the docs of it
Can i ask something
sure
@somber parcel
it has to be approved by a reviewer, in my experience it takes less than a week, but it can vary
thank you very much
this is all what it says
ok
explains it in a nutshell
:>
how to use the top.gg api to vote
i recreated the request in python
but i get {"error":"Invalid vote"}
instead of already voted
the endpoint isn't documented 
https://top.gg/api/client/discord/bot/270904126974590976/vote
this is the end point i am hitting
My bot doesn't show up in the search bar
there is no api endpoint to vote
currently waiting for approval
read pins
it is undocumented
same
there is none
read
as simple as that
ok
allowing a vote endpoint would allow people to automate the voting process
what about this one
yea i want to do that
Yeah not a thing and never will be
yes?
def addUpvoteRecord(userid):
with open("vote.json") as f:
vote_list = json.load(f)
if not userid in vote_list:
vote_list[userid] = []
with open("vote.json", "w+") as f:
json.dump(vote_list, f)
@client.event
async def on_message(message) :
if message.channel.id == 870147153706750022 :
data = message.content.split(" ")
user = re.sub("\D", "", data[5])
addUpvoteRecord(user)
await client.process_commands(message)
i am getting this error TypeError: list indices must be integers or slices, not str
can anyone help me??
The decision was made to not allow automating the voting process, as this can obviously cause a lot of issues with voting stats
thanks
also that endpoint is undocumented because it is not for public use
as you could simply give yourself a million votes
u need to be authenticated tho
as you see, you need CSRF token
u can't spam make a 1000 discord accounts
you can create multiple accounts and then authorize yourself through top.gg
true
allowing you to artificially vote for your bot, which is something we do not want
hm yea
alr then ig i can't make a command that will vote on all the bots i support automattically 
no

Allowing posting users ?
what
What is this ?
the api
What do I do there?
Hey there,
İ want to ask that i made a bot it need some permission like admin permission but you can use its help page with zero perms like normal perms which bot should have like send message and send embedded mesage. So, is it allowed ?
nope
not allowed
Lel
only the permissions it needs
so basically you're saying
if the bot doesnt have ADMINISTRATOR perms, on a specific command it will say "I don't have ADMINISTRATOR perms"
cause that isnt allowed
Ye like, if it want to create channel then people should have message channel permissions and like that i am asking
Where do I go there
I can't help you anymore
Ye it will say
then it isnt allowed
Yeah give me the reason
is there how to add a web page to long desc ?
iframe
@grand ravine
ig alec already told u what to do
But my bot will say that
İ don't have administration permission. You can give me the ADMİNİSTRATİON perms or I need these perms like the perms bot needs(ban, kick, manage message and channels).```
install @top.gg/sdk lib, setup according to examples shown there
not allowed
Why
look
because no bot ever needs admin
Looking
just don't have anything administrator related
if you ask it just once it's instant decline/report
Anyone know how many time it takes to show the info like the image after editing bot's code.
just the permission it needs
just enough to refresh the cache ig
try pressing ctrl + f5 to force refresh it
is that doom emacs by any chance
what
your ide
I have waited for 30 min but nothing changes to the website
no it isnt
you waited on the page?
No. I closed the website and tried to go to the page by mobile. But nothing changes
did you post the stats?
Bruh ma bot not asking for admin perms, it only asking for the perms it needs for proper functioning of its commands like if user want to ban a member it will use bot and bot will say i need this command okay? And you either give its admin form or give the perms it require that's it i am asking for that
oh it looked like that, oops wrong channel
Where I have to post it?
no, you literally can't ask for admin
because the bot doesn't need it to work
bru you haven't posted it
Hmm okay got it
Bro i have added the code in my bot...don't know what to do now?
you can ask for help in #topgg-api
instint for me then every 30 mins
They told me to wait 30 min but nothing changes in the site.
thisss
Sorry...couldn’t understand..
if you don't post the data it'll not appear on the site
top.gg doesn't gather guild data automatically
#development will help
no, not dev but #topgg-api
Hello, i am having issues for my description of the bot. I see that on the public page whereas in my EDIT page i built a complete custom HTML description that looked like the second screenshot on the preview
can somone pls give him the support server for tastu beacuse i have been trying alot tastu doesnt work
There is a mismatch between the public page and the version i have saved
When will you understand
This is top.gg support
I have told you this 2 other times
and even Woo has
here
first thing to do is press ctrl + f5 to purge cache
Everytime is do that i see a new version of the text 😄
first of all, remove <html> and <body>
you're not making a website, you don't need the whole html structure
HI
How can i know that my bot is accepted/rejected?
it worked bro, many thanks!
np
@hidden root will dm you
You will get a dm and a ping
and a green name
true
Even if it's rejected.. Right?
yep
Thanks 🙂.. Btw how much time it usually takes?
yeps it will dm you and get a ping here
really fast this time
fast rn i think
since the queue is almost empty
I guess why 
Okay thanks 🙂
Are NSFW commands allowed on bots?
yes, as long as these are not mentioned on the bot page and are not the main feature of the bot
you should fix the website. when a bot developer replies to a rating, it counts it as a 0 star rating and lowers the overall rating
that's a known issue already
oh ok, does it dissapear or what should I do?
wait until it gets fixed
ok thanks
Actually it's again doing me the same thing. I remove HTML and body, it worked, and now it's again showing me a new description everytime i refresh the page..
caching
Nope not the cache, already removed it and still doing the same thing
is it being fixed or it will be sometimes?
fail
there's no eta
okay
No but this is the old description that i saved like 2h ago while doing a test!
My new description (not showing) has clean html
becaause of cache
No cache has been emptied multple times.
server caching maybe
Hello, i need help
Just ask
Refresh the page and you will see a new description everytime 😄
How do i change that?
you don't, that's on their side
Thx
So i need to contact support? Last time i did that they replied me after 1 week..
give it a time for it to settle
Ok.. this is not ideal to actually test to build the html if this works on the website
I recommend to use markdown instead of html on the longdesc since most of what you've done can be simplified
Do we know if they have automatic cache refresh on their server?
Ok i'll check that, but it won't answer my issue that everytime i refresh the page i see a new descipriotn
again caching issue
theres something called a preview
Yes but previews is 100% different that what is actually oin the wesbite live.. preview is not working.
Why does this say N/A?
you need to post the server count
How?
I see they say “Online”, “DND”, “Idle”, etc. How Do i get that?
I don't think that's possible anymore, unless the api also covers that
See?
Online
the maybe from older types-
Presences are not reliably tracked as we had bots in this server before
So don't expect them to work
Luca, the bot that is doing the technical stuff, used to track the presences of bots and shows them on the site, which is not possible anymore
Oh, ok!
Alot of bots have that
Yup, that might still be present from the previous presence they had
But again these are no longer reliably tracked and might be removed entirely in the future
They don't seem to be present on the beta already
How do i add the server count on top.gg? I cant seem to find how…
-servercount
To have your bot's server count displayed on Top.gg, please read the documentation on server/shard posting.
Well the one for your language, but yes
Hey ! I was wondering how can I display number of servers my bot is in ?
(on topGG page)
Your form contained some validation errors
im not sure why its saying tell what bot can do im under the server tab. and it says optional so im leaving it blank ( i tried with the original description and without) all i want to do is update the invite
error i think
Its a known issue. The long description is still required though
Just a visual bug yeah
alright thanks
thx :)
no problem!
It means how much money do you plan on spending on advertising
Yes, is that real money, or does that refer to the top.gg currency
Also, the site is returning a 502
Real money. Auctions is a paid service.
Page down?
But you can use credits as well.
Looks like it.
520 error...
Can anyone tell me what is going on here? It sais my bot is 2.5/5 stars based on 2 review, but there's only 1 review
same for mine idk
Ah, so without the real money auctions is inaccessible? If yes, then where can I spend credits?
youc an spend credits
If I don't want to spend real money I mean, I cannot take part in auctions?
no you canm
You still can yes.
Okay, thank you
@quartz willow sry for the ping but
It is already known.
Discord verification is associated with Discord not Top.gg
Verified or not verified, it doesn't affect the listing on Top.gg
Can I get some help here pls?
Yes, but I refer to the separation. Going by your logic, partnered servers are associated with Discord, not with top.gg. Yet they have a tick icon to separate
Can you show me what you mean?
I mean this.
If you are only using credits, put 15
^^
Alright
help pls
Caching issue. Check after a while
ight
@395526710101278721
@\395526710101278721
@/395526710101278721
@/<395526710101278721>
@steady finch ^
Ah you mean verified Discord servers.
why cant i use the id
<@idhere>
no
@cloud glacier Let's not spam ids
it dont work
Exactly. So why not Verified Discord bots?
ok
topgg-autoposter just posts the server count and shard?
yes
nothing else?
I don't know the exact answer behind it, but I would assume it is because verified bots are not special
Is it possible to see my bot's page in the beta site? And if so, how?
All bots have to be verified by Discord as a requirement for data protection, while servers do not have to be verified at all.
Top.gg did previously have a certification program for bots, but it wasn't related to Discord's verification for bots
Hm, that's quite a complex reasoning
It could also be due to the verified bot flag being such a new thing
That the team hasn't had time to implement such
Verification is only about a year old
Nom will probably have the actual reason
I’m guessing you were trying to reply to that review but that reply counted as a review but it has yet to display
yes
Umm , why is the number of servers my bot is in not updating? I have entered correct guild id's and hit save.
The servers?
Ya
And guild id?
I mean server id
Well that wrong
So what can i do now?
DMs @valid elk
how to check if an user X has upvoted my bot? 
yes i'm looking at it
Then you have the answer, properly read the docs
can you send me the url directly to that content?
pomoże ktoś dodac mi bota
this one doesn't has anything i need
Use the search feature
:/

"checking a bot upvote"
i'm using js 🌛
@long ferry How do I get people off the creators list and leave only me?
You can't as of now
you can't
at the time I put the bot, I didn't know about it, I put some people in to help me but it turned out that everyone left me and I would like to take it out.
Well you ** c a n ' t **
there is no support ticket for this?
I don't think so
No
is there how to remove the bot then?
you pay
question: if discord denies your bot from verification, you make a new one, tell everyone to remove the old one and add the new one, could i edit its id in top.gg? xD
do votes get reset every month?
you can't do that sadly
you'll have to reapply
but you're lucky
queue size is like 100
or 60
so better to do it asap
wat
yea
wtf
possibly 
👀 or iara is just crazy at queue
nana
what can i use these voting credits for?
ok only advertising 😢 is it limited to just the bot or more?
-credits
Auction Credits
What are they?
- If enough people vote for your bot or server per month, you have the ability to get credits that you can then use for auctions.
- Don’t know what auctions is? See here for how to apply.
- These auction credits can be used to pay for any winning bids you may make
- You CANNOT “withdraw” them for real money
How does the System Work?
- Each month, bot monthly votes reset
- If you get 100 votes on your bot in the month, you can redeem $15 worth of voting credits (can’t redeem till you actually get 101 votes)
- Any vote after 100 will be worth $1 per 1000 votes (or $.001 per 1 vote)
How Can I Redeem Them?
- At the end of the month, you will be eligible to redeem your credits (you redeem them on your bot or server's
Votespage on your bot’s dashboard). You will have 30 days to redeem them before they expire. - After you redeem them, you have 31 days to use them before they expire (so you can technically stack 2 months worth)
**How can I Use them to Pay? **
- When you pay for your winning bid, you have the option to use your credits
- If your winning bid cost is more than the amount of credits you have, make sure to apply the credits first and then pay the rest with the supported payment providers
A more simplified, less detailed version can be found in #580510490074152961 after you get auctions access and any questions can be asked in #auctions-general.
You can use them for anything, bot/server etc
ok good, so not just the bot i got the credits for
one last question, how long does it take to get auctions access?
i applied a few months ago
Bot analytics page giving a 504
known issue, I've also applied about a month ago i think theres this bug where it doesn't go through properly and could take some time
not sure
At least what I've heared
unless we got declined?
if thats a thing
idk, i even tried it several times already
You shouldn't do that
never got an email
well just be patient
but they could expire before that lol
patience
Hey again, how do i have the count for the number of server the bot is in?
@real laurel Hello,
I dont understant the refusal reason of my bot
The help command exist, the bot just need to bé configured before having Access to the help command.
And it's written when you exécute help command.
Please could you answer me to talk about thé correct way to bé accepted ?
Thanks
Please DM me
Okay
hello, so my bot got approved but it still shows the waiting for approval and it doesnt let anyone to invite the bot to their server https://i.postimg.cc/Y9W00fBt/1.png https://i.postimg.cc/6qx3v2Bn/2.png
try Ctrl + F5
alr
still the same
Hey, if i'm adding the thumbnail to the embeds... Should I keep the safeSearch to moderate or strict?
strict seems to give me all weird search results...
Whenever I try to reply to someone who reviewed my bot it doesnt reply it just loads VERYY SLOW and nothing happens, the reply box is just open
yeah, have the same thing, you just need to try few times
damn
atleast that worked for me
so basically I just need to click the reply button a couple times after each time it loads
what i need to do?
remove https://discord.gg
it don't let me
i wrote the same thing
mine got deleted lol
but thats only a example
just copy the alphanumeric characters then paste it in there
then what i do?
When my bot will be on this server? It is already uploaded in the Botlist for days.
they dont add the bots here anymore
Oh, thx.
what is the best website to upload your background picture
as when i upload it to imagur
it doesnt work and says that the link mush need .png .jpg
It needs to be a direct image url
you are probably doing the same error i made, if it is an imgur url it needs to be like this: https:// i.imgur.com/[the actual code].png
thanks
i'm using custom css in my long description but it doesnt always load right, sometimes it shows up as a normal top.gg bot page without custom css, is this normal?
no wait lol
Can anyone help me me to do this??
https://imgur.com/a/RmNGIE1.png so is this
your link would look like this https://i.imgur.com/a/RmNGIE1.png
you need ``
??
You can do about me from the discord developers site
https://discord.com/developers/application then go to your bot and set a description
Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.
This dont work too
yea
takes an hour
If you are waiting for your bot to get approved and have some questions, you can privately DM me. My bot got approved today
try removing /a
I said it takes an hour to go on the website
yeah i got approved in 30 sec too but my bot isn't on their website
Ok..got it
oh
Whats the goddamn point of 4 bots
y do u care
read pins
oh so there is no fix:(
and how do you make a new line in the description
it just stick together
even when it is not
in the description
i
even \n dont work:(
html br tag, or double space at the end of each line
what is the br tag
<br>
please what i need to do?
ohhhhhhh
so you only need to include the code part of the invite (after the slash)
Hey
Question, did you guys update your search feature? Because my server doesn’t show up anymore when I search piano, but the servers that do, have like 4 votes when mine has 1k.
not that i'm aware of, might just be caching or similar
youll just have to wait until it's sorted
I also added a new server I made and it doesn’t even show up when I look up it’s name
And it’s a unique name
sounds like the exact same issue
nothing you can do apart from wait
Oof
Ahh okay when will it be fixed?
not a clue
Can i add nsfw command to bot that send nsfw to only nsfw channels
As long as it is locked to NSFW channels yes, but you cannot have anything NSFW in your bot's description on top.gg
IT BEEN 2 HOURS
AND MY SERVER IS STILL UNSEARCHABLE
😦
smh
how do top.gg get so popular when it is so buggy
Read pins
Your bot can have nsfw commands but don't mention them on top.gg description otherwise they might not approve it.
they can't be the main feature either
The decision was made to stop adding bots to this server
Why tho?
Uh it’s obvious
No like other bots lists do

Because the amount of bots in this server caused some kind of issues on discord's end iirc, aswell as discord possibly introducing a per-server bot limit
Sus
We decided to prepare for that if that might actually happen.
Bug: The "Transfer ownership" page is broken. The label near the "Create a new team" button should probably say "Transfer to a team".
Oh sad how many bots are in this server rn?
Like 10
Oh
Cause I’m not dumb like you
Uh you can check
Joking
LOL
Okay? Your point
The people who get it approved on topgg get the role
And you too
Hii
Hello
How can you scroll down that much
Invite to be a friend
You don’t have to
There’s a specific role for bots
Yeah @midnight knoll my other account I added my bot through this account lol

Where?
Under bot developer role?
Wdym
Man how can you scroll that much my fingers hurts now
@toxic zephyr yo sorry but i'm one of the owner of the bot danime, can i learn more about the issue mentioned there? A screenshot of the issue would be appriciated.
im on desktop L
i think you can dm them lolz

why would i dm them if i can ask it here? 
Hey pal, lets go to dms
because
Btw is your bot verified by discord?
Hello, my bot just got approved. I'm very happy and excited about it, but the planned release isn't yet, I just wanted to add already working vote rewards, that's why I submit the bot.
Now my question is, can I turn the bot as private again until the planned release (in august)?
I asked a few weeks ago, if I have any opportunity to test the votes, but they said I can't without being approved.
still waiting 
well probably in dms rn
wdym private?
I had a bot so I managed to reach almost 175 servers but when I reached servers discord declined it
bot verification takes so long sometimes
It's been exactly one week
They said it's inorganically grown
took me 1 month
you can code it so it leaves every server it's invited to
Is your bot verified?
until you're done with your thing
BRUH
yeah my first 1 is
Oh congrats
fair enough, but pretty sure that's not the intended way, but good thought though
Edit invite link -_- ez
Oh nice hope this one gets verified too
yep thank you
welp I wanted an approved answer, not gonna get into any trouble since it's supposed to be always available/invitable or something like that
-auctions
What are auctions? What is #bids for? Click here to find out and click here to apply for access.
don't see why you submitted it now then

But only way is to set your application to private
as I said
which causes your bot to not be invitable anymore
I want to add already the vote reward and test if it working
Yeah my question was if I'm allowed to do so?
did u even read my whole message 😅
I asked a few weeks ago, if I have any opportunity to test the votes, but they said I can't without being approved.
that's the point
since you are explaining the way how to do so I guess I'm allowed to do it then? 🤔
and if I do so it won't have any bad impact to me?
Ok I opened site and clicked on advertise then I typed random number and a word then clicked on submit but idek what I did

No like can I advertise it with real money?
You’ll get a dm @hidden root and a role
ok thx
Can you explain?
-credits
Vote credits can be used for auctions. They are not real money.
Auction Credits
What are they?
- If enough people vote for your bot or server per month, you have the ability to get credits that you can then use for auctions.
- Don’t know what auctions is? See here for how to apply.
- These auction credits can be used to pay for any winning bids you may make
- You CANNOT “withdraw” them for real money
How does the System Work?
- Each month, bot monthly votes reset
- If you get 100 votes on your bot in the month, you can redeem $15 worth of voting credits (can’t redeem till you actually get 101 votes)
- Any vote after 100 will be worth $1 per 1000 votes (or $.001 per 1 vote)
How Can I Redeem Them?
- At the end of the month, you will be eligible to redeem your credits (you redeem them on your bot or server's
Votespage on your bot’s dashboard). You will have 30 days to redeem them before they expire. - After you redeem them, you have 31 days to use them before they expire (so you can technically stack 2 months worth)
**How can I Use them to Pay? **
- When you pay for your winning bid, you have the option to use your credits
- If your winning bid cost is more than the amount of credits you have, make sure to apply the credits first and then pay the rest with the supported payment providers
A more simplified, less detailed version can be found in #580510490074152961 after you get auctions access and any questions can be asked in #auctions-general.
How do I use this money?
Read this ⬆️
How can I Use them to Pay?
- When you pay for your winning bid, you have the option to use your credits
- If your winning bid cost is more than the amount of credits you have, make sure to apply the credits first and then pay the rest with the supported payment providers
uh
lol
Hello my bot just got raided by negatives reviews what can i do about that ?
and i have all proofs for sayings it's from where but i can't right somes text with the report button 
Please verify my bot
anyone know about member count code?
Hello Dear Top.GG Official I Have A Bot Named Kontz It Has 61 Servers And 333041K Users I Was Wondering When The 1st Security Stage Will Be Done. Have a nice day.
@cedar wind this is a bot or a person who just go asks for this specific thing that doesn’t exist and repeats it could you mute em
We have two reviews on our bot that are both incorrect by saying that it wasn't verified but it now is, we reported them months ago but they still haven't been removed, how can we get them removed bc they are bringing our bot's rating down?
Uh?
Never mind
What?
Forget it
I see what you mean, they only post this.
when does it get approved it's been 2 weeks
Yea
It's literally not in queue,
Oh this guys a human
@cedar wind
You never submitted it.
prefix of tournament manager ?
is this ip grabber
Lol what
no its not
this is real site
yes...
Curious
im just curious
What are you trying to ask? You don't need to post a github link.
Detailed description of your bot *
A min 300 character description of what your bot does. HTML, CSS and Markdown allowed. Javascript will be removed.
c++ progamming
Describe what your bot does. What commands it has, etc.
You were literally muted for the reason
bruh what...
-support
This channel is for support/help with top.gg. It is not for general conversation (move to #general) or development support (move to #development). Please keep this channel on topic!
Please verify my second bot
We have two reviews on our bot that are both incorrect by saying that it wasn't verified but it now is, we reported them months ago but they still haven't been removed, how can we get them removed bc they are bringing our bot's rating down?
Stop nagging wait time is like 10 minutes now
the selfbot token grabber is back
-support
bruh
This channel is for top.gg support.
this is where I got help for it yesterday
id
top.gg support
also includes top.gg related things from this server, which in this case it is
if you're unaware of what is appropriate where and when, then please don't interfere, thank you!
Ok, sorry.
870379238941925406
Thanks
check the lock reason
where is this?
the server seems to be locked on my alt account which is owner of the server
i transfered the ownership to my alt
dm @tacit zodiac
We have two reviews on our bot that are both incorrect by saying that it wasn't verified but it now is, we reported them months ago but they still haven't been removed, how can we get them removed bc they are bringing our bot's rating down?
can someone help pls
@cedar wind ?
Did that happen when you tried to submit?
@cedar wind can u help with this?
I wrote everything in place, pressed send, this is the output
DM me the bot link.
Let me look into it.
Interesting
okey
Can you send url
are you logged into the correct account?
what url
The url that you're on
They submitted a bot Xig.
can you go to the main page and check the username on the top right
yeah tell xignotic the url
if you haven't done yet
otherwise, try deleting and resubmitting see if that does the trick
what url?
me enable
Hello, I have added my bot, I wonder if anyone can take a look at my bot.
Kan iemand fortnite?
-support
@foggy dew
This channel is for support/help with top.gg. It is not for general conversation (move to #general) or development support (move to #development). Please keep this channel on topic!
read pins in support as I already told you in my dms
okey
https://i.imgur.com/UCDsgH9.png 866946369528397844
Well you need to delete it again
LOL
why it been deleted ?
did you get a dm from the @hidden root
no nothing
he just random deleted my bot like what the heck
How do I delete?
How about dming them then
Press delete on your bot page
Kanka ayn
Yılın başı denedik olmadı. D
is this a bot page
@zinc tangle
devs 
😭
@zinc tangle
try logging into your account
@million is cringe is gringe
@sturdy swan ben supporta mail attım
Beni buraya yönlendirdi arkadaş




