#support
1 messages · Page 126 of 1
are u trying to open the analytics page or is that really the iframe in your bot description
iframe
Only the iframe itself does this error or the entire topgg page
Is markdown supported in the descriptions?
anyone know how to make it so when someone votes for your discord bot, it sends a message to a set channel?
eg.
Yeah, you go into your top.gg bot and find the the integrations section. You will have to set up a webhook system.
Webhook integration for receiving vote data
whereeeee, I can not find it
I keep getting a 404 message
a video would be nice for this kind of thing
does the bot i made need to be approved first before I can use webhooks within topgg
why when i add a bot from top.gg it redirects me to a weird page ?
https://medal.tv/?utm_source=topgg&ref=topgg
this page to be exact
is there any <@&817055174613794826> here?
or to a sponsoed page
Crazy support scam
yes, once your bot is approved, you will see an “integrations & api” section in your bot’s edit menu
are you clicking on a medal advertisement? medal is an advertising partner of top.gg
your server has to have the tag
yes my server have a server tag
DONT CLICK THIS
oki
and is the bot on your server?
yes
no its not
can you send the link?
click the "Refresh Data" button
did you report it? what was the Server about?
When does the activity of bot start getting updated actively? https://top.gg/bot/1436766293662634015
this still shows "3". However, the bot has like 58 servers
It's a promotable. Not a server or a bot
Can a staff member review my bot👀🙏🏼
the current waiting time is 1 to 2 weeks
you need to wait until your bot’s turn comes
You need to update it yourself via the API
💀
it's 5m job, they have also ready lib
@fluid birch
If my bot uses both prefix commands as well as / commands which one should I list on the website
It mainly uses / commands
You can put bot in the box, just make it clear they’re two different ones
Example: ! | /
| being the separator, though you can decide how you do it
Okay do I need to provide anything or
Can I use FastAPI to handle Top.gg vote webhooks and retrieve user vote info and post server counts?
ik but like when i clcik on a random bot it redirects me there
could you share the bot page please?
sure one sec
bruh it works again mb i was sleepy when i tested it
no worries lol
Hi, how do I know if I won a slot?
open up the https://auctions.top.gg/pay page and see if you have a payment request. if yes, you won impressions
and will be required to pay for it
Any idea on how to make the thing if u don't mind explaining it to me?
Which thing?
Webhook system
Did you read the docs?
No
n
what coding language do u use?
Gotta sue u for having my name
Python
having ur name?
Tried FastAPI and no luck
Just joking bro
Ok thank you bro I amma check it out
happy to help, if u find issues using it I recommend asking next time in #development or #topgg-api based on ur issue
Sure will do ❤️
good luck!
how long does it usually take for the bot to be reviewed? is there a specific range?
1-2 weeks
@gloomy shell
@fluid birch
I try to import my bots commands... paste the thing, click import, it loads, and then does nothing, doesnt close menu, no message, no popup etc
How do you import commands? 🤔
bot page -> edit -> commands -> import
I know that part but not sure exactly what I'm supposed to post there is there a special format I have to put the commands in?
yes
Build games, experiences, and integrations for millions of users on Discord.
it may have worked silently, do the commands appear if you refresh the page?
Lemme check
i remember having that issue myself a while back
yes u need to re-upload all the cmds
it gets overwritten entirely
It's a shame that subcommands (groups) aren't fully shown
That's like 90% of my commands 😭
agree, that would be a nice feature...i'm not sure if it's been brought up before
u could maybe make a post in #1314012335320596520
I will do
hello oh dearwst mods @fluid birch
hello dearest aurel! Thank you
getting a lot of those scams recently :(
I applied for the approval of my bot on top.gg
It's still under verification
Been like a week
Any idea till when will it be done?
I’ve voted for Mudae but the vote didn’t go through. I voted about 5 hours ago
the approximate wait time right now is 1-2 weeks
i’m not exactly sure what you mean by that, sorry
if you’re looking for something along the lines of security/anti raid, you can search directly on the website
did it say success when you voted? if so, that means it went through on our side and there’s not anything we can do, sorry
alright
will we be informed?
you will receive an email, a ping in #mod-logs, and a dm if enabled
ok thanks
I'm getting a really weird 180k character metadata of some html page whenver someone votes, as a response, to the webhook
Anybody knows what could be going on?
started randomly happening about 2 months ago, was working perfectly fine before that and I changed nothing in the duration between
how this thing work?
I can’t help you on that because there’s no documentation of how to do it
And I couldn’t really figure it out
you can simply paste a json payload of your commands with “name” and “description” properties
that’s really quite strange, you’re getting that from a webhook? is it possible you’re using an old api route that returns a 404 page or something like that?
Yep from the webhook, did they make any breaking changes to the API routes recently? It had been working fine a few months ago
there’s one route that now returns 404 for some reason, it’s been noted internally but i’m not sure if there are plans to restore it
GET api/bot/{botId} iirc
That could be it, let me check if it errors before I query that endpoint, or after
You were absolutely right, it was that endpoint
thank you so much for your help, but I do hope that the devs decide to restore that endpoint soon
glad u got it figured out 
can you send example?
like this for example
[
{ "name": "your-command", "description": "really cool description" },
{ "name": "next-command", "description": "another cool description" }
]
ty
Is there a way to remove them if you made a mistake?
you can paste a new payload and it will overwrite everything
Thank you for your help. I got it to work. It looks much better.
How do I talk to you about a review? That’s someone posted that I accidentally reported that doesn’t need to be reported.
i believe a moderator can help you with that
it's probably best to open a ticket so your issue doesn't get buried here
you can open a moderator ticket here #staff-tickets message
I can’t even create a ticket
what does it show when you try to create one?
works for me 
the request ownership transfer is the only one that we aware of being broken, and I pushed a fix yesterday night its just getting reviewed.
Good
It’s all good. I got it working.
why does it say 0 servers in the widget?
and is there maybe a different one(widget)?
To update your bot's server count, use the server_count parameter as documented in the Top.gg API.
If you want the server count to update automatically whenever your bot joins or leaves a server, you will need to implement this logic in your guild join and guild leave event handlers.
Server count updates should be sent using the following endpoint: POST: https://top.gg/api/bots/{your_bot_id}/stats.
The auth is the same one you set up for the webhook in integrations tab
alr, thanks again!
wait
u sure?
Yeah but you also need tokens
yh I knew it
create a token in this section of your "Integrations & API" page
I already got that, thanks!
does the api not have a response?
I didn't get one and the data didn't change
const res = await fetch(`https://top.gg/api/bots/${BOT_ID}/stats`, {
method: "POST",
headers: {
"Content-Type": "application/json",
"Authorization": TOPGG_TOKEN,
},
body: JSON.stringify({
server_count: SERVER_COUNT,
}),
});
is it not like this?
does it have to be :${BOT_ID}/ ?
no response would be strange, you should receive 200 from this route
nope, nothing
no, the url you have looks correct
what is your current server count?
66
it seems to have posted properly then
it's probably cached or takes a moment to update
i tested it myself and the embedded widget on the /widgets page doesn't update immediately
oh alright then, thanks!
by any chance is there other widgets?
i'm not sure about that, sorry
maybe someone else can answer that
no worries, thanks for the help!
like who?
i'm not sure who's familiar with that tbh
no worries
thanks again!
oh sorry
one more thing
other then the goofy styling, how do I submit my commands?
and does it only take slash commands?
you just need to paste a json payload of your commands
it should be an array of objects, each with name and description properties
from the discord api?
i guess in theory you could upload any commands, but they'll be prefixed with / by default
you can fetch your commands from the api, sure
iirc it also accepts slash command builder format
alrighty, thanks!
np and best of luck
bro this is bugged asf
the import doesn't even do anything
there's unfortunately no notification when it's successful
you have to reload your page and see if the commands appear
maybe it's not correct then, do you mind sharing a snippet of the payload you're pasting?
I'm getting it from the discord api
so it can't be wrong
const res = await fetch(
`https://discord.com/api/v10/applications/${client.user.id}/commands`,
{
headers: {
Authorization: `Bot ${client.token}`,
},
}
);```
it can't be wrong
maybe there's a strange field that's causing an error on our side
can you try removing all except name and description?
same thing, nothing shows
do I open a support ticket?
this is definitely a bug
there are duplicate "avatar" commands (also one of them doesn't have a description)
maybe that causes an error on our side for some reason
yes, user command
although each one of them has a type
afaik the website ignores everything other than name and description tho
so i think that wouldn't make a difference
my best guess is to try ensuring each command name is unique
[
{
"name": "sendmessage",
"description": "send a message to a channel good for trolling"
},
{
"name": "avatar",
"description": "Get Avatar!"
},
{
"name": "help",
"description": "Provides help information for all commands."
},
{
"name": "ping",
"description": "returns websocket ping"
},
{
"name": "userinfo",
"description": "Displays the target's information."
},
{
"name": "ban",
"description": "Ban a member"
},
{
"name": "clear-all-infractions",
"description": "description"
},
{
"name": "clear-warnings",
"description": "Clear all warnings for a specific user"
},
{
"name": "eval",
"description": "Eval A Javascript Code!"
},
{
"name": "infractions",
"description": "Displays all infractions for a member."
},
{
"name": "kick",
"description": "kick a member"
},
{
"name": "mute",
"description": "Mutes a member in the server"
},
{
"name": "reload",
"description": "Reloads a command or all commands."
},
{
"name": "timeout",
"description": "Timeout a member"
},
{
"name": "unban",
"description": "Unban Someone using their"
},
{
"name": "unmute",
"description": "Unmutes a member in the server"
},
{
"name": "profile",
"description": "Check A User's Profile"
},
{
"name": "warn",
"description": "Warn a user"
},
{
"name": "set-autorole",
"description": "Give a role to a person who joins"
},
{
"name": "delete-autorole",
"description": "Reset the autorole system for this server"
},
{
"name": "emit",
"description": "Emit the selected event"
},
{
"name": "getinvite",
"description": "Generates an invitation to the server"
},
{
"name": "set-leave",
"description": "Leave Channel"
},
{
"name": "logs",
"description": "Set the log channel for the guild."
},
{
"name": "delete-leave",
"description": "Delete Leave Channel"
},
{
"name": "delete-welcome",
"description": "Delete Welcome Channel"
},
{
"name": "roleall",
"description": "Gives everyone a specific role all at once"
},
{
"name": "set-muted-role",
"description": "Set the mute role for this server"
},
{
"name": "unwarn",
"description": "Remove a specific warning by its ID"
},
{
"name": "set-welcome",
"description": "Welcome Channel"
},
{
"name": "suggestion",
"description": "Suggestion System!"
},
{
"name": "guessthenumber",
"description": "Setup Guess-the-number."
},
{
"name": "infractions",
"description": ""
},
{
"name": "set-staff-role",
"description": "Assign a staff role for the server."
},
{
"name": "ticket-category",
"description": "Set a category for ticket channels."
},
{
"name": "ticket-setup",
"description": "Setup the ticket system."
},
{
"name": "ticket-blacklist",
"description": "Blacklist or unblacklist a user from creating tickets."
},
{
"name": "ticket-allow-user",
"description": "Allow a user to access a ticket."
},
{
"name": "ticket-deny-user",
"description": "Denies a user from accessing a ticket."
}
]```
this should be it
if not

yeah
didn't work
infractions still duplicated
well glad u were able to get it working!
i'll make a mental note of the duplicate cmds thing
also the user command type
would be cool
like if type then set it if no type take it as normal slash command
there's an open post about improving the commands page
feel free to piggyback on the ideas here: https://discord.com/channels/264445053596991498/1463329302958313542
perfect, thanks again!
how do I check if my server review has been approved or not?
You'll receive an email at the email linked to your Discord account.
You'll receive an email at the email linked to your Discord account.
@sinful girder ^
oh emails now, not dms?
@zinc oracle
What the reason of this downfall?
probably was approved, was in new, then fell out of it
the github repo link should allow gitlab links
Or ill just have to tragically make the github link send the user to a page with a gitlab link
#1314012335320596520 be sure to leave your suggestion there
My bot has been under review for 11 days…
That's still less than 2 weeks no?
are server automatically approved?
it is, 2 weeks are 14 days
if they pass the automod checks, yes
ah I see, alr thanks
It’s on the website somewhere that explains the documentation
i'm not 100% sure if we have a dedicated article related to voting, but you may find some helpful information here: https://support.top.gg/hc/en-us/articles/23134885714076-A-Quick-Start-Guide-to-Top-gg
but here's a basic explanation of the voting system
- users can vote for bots/servers every 12 hours
- each vote is doubled on the weekends (so 1 vote would increase your vote count by 2)
- votes reset on the 1st of each month
- you can use webhooks (for bots) or the api (for servers) to track when users vote for your projects
Why are you taking so long to accept or reject bots?
Friendly reminder that we are all volunteers! :)
We are alwasy keeping an eye on the amount of time it takes for reviews and assess if we need to make changes, such as add new reviewers.
Thank you for your patience 🙂
🙂
I'm not able to save changed to my bot's page
no error, no success
button does nothing
alr nvm a refresh fixed it
although lost all changes
sometimes there are issues if you have a support server configured
i'm not sure if there's an (actual) solution for this, but if you set it to "Select a Support Server" it should work properly
all I had to do was refresh and it worked
althoug, let me check the support server rq
oh so we are not able to select a support server
@cerulean ember Heyy Is it acceptable to mention a feature in a bot’s tagline if it isn’t actually available or doesn’t work?
I mean technically you can, but why would you wanna do that?
no im not doing it
someone else added the feature "crossfade" in thier bot's tagline
but it doesnt works and because it has more votes it ranks above my bot which actually has that feature working
Report it
I'm pretty sure they would remove the tag or maybe even remove the bot from top.gg
lol about that
every music bot
has that tag crossfade
in thier desc or tagline
but they dont offer
or it doesnt works
Is your bot one of them?
No but the one you reported will be
okayy ill do
Good luck
Please provide as much details as possible in the report
yeye
Thanks
any idea why my iframe is hard stuck like this?
come on guys I've been waiting 14 days for bot approval. I've been waiting since the 09.01 and today is the 23.01... do you need some help with the approval process?
and if there's an error in the bot or something I'll have to wait another 15 days because small mistake
probably cors
SecurityError: Failed to read the 'localStorage' property from 'Window': The document is sandboxed and lacks the 'allow-same-origin' flag.
so what's my solution?
we do apologize for the delay, but all of our reviewers are volunteers - a long wait time is understandably frustrating, but if you do want to avoid any stupid mistakes like you mentioned, i would highly recommend giving this article a close read through: https://support.top.gg/hc/en-us/articles/23135298323996-How-the-Project-Reviewal-Process-Works
if you have any questions feel free to let me know!
well, u need to update the cors policy of the website where the iframe comes from
most probably form my api
do I need to allow top.gg?
or?
that’s my best guess
alright, let me try
still didn't work even after adding allow-same-origin
i think i misread the error bc i was busy with something lol
i thought i read cors but it says local storage
i guess u can't access local storage?
might need to ask someone else tho, i'm not an expert on that
#development could be good
Yeah true I misread it too lol, I'm alr fixing it and know how to
My bot is taking a very long time to accept or reject applications
I literally doubted that I had sent the bot
@coral siren yooo thanks man any review?
apologies for the delay, we're working through the bots as fast as we can - the current average wait time is around 2 weeks
Our current average review time is <1 week.
Some bots may take longer to review than others depending on their features. Because of this, we can't guarantee your bot will be reviewed as quickly as someone else's, and there's no exact timeframe for approval. There's also no way to check your position in the queue - but remember, you're not first or last!
You're free to edit your bot's page anytime, both before and after review. This won't affect your place in the queue.
💡 In the meantime, please make sure your bot follows all of our Bot Guidelines for a quick and smooth approval!
the ui was very nice!
thankkkss ❤️
🙂
Hello good I saw that my bot was rejected by the colando B!dm
But only the command can be used by the administrators of the server, I don't see anything wrong with it
we still require dm commands to have an opt out feature even if it’s a restricted command
if you need any additional info i’d be happy to discuss further
please open a dispute ticket here: #staff-tickets message
Ok But if they want to eliminate them there is no problem
Hi, I'm the developer of ElliBot and was wondering if my second account (this one) could also get the project creator role?
i don’t think so
The bot shows that both of my accounts develop it so I don't see why this account wouldn't be able to
on discord developer portal?
In the bots description and help menu, I was waiting for the bot to be approved to update the top.gg page to show both accounts like bots description
yea i don’t think that’s counts unless you go on your pfp on topgg and make a team and invite your alt on it
then create a ticket and general help i think cuz they changed lot things last time i been here but tell them i got proof im owner of this certain bot and want to have my alt have the role and make sure you invite your alt to the team on topgg so they also can see hey its on that alt as well
@worldly mesa
uh its been 2 weeks since my bots submission and I didn't get any update, can someone please guide me?
You just have to keep being patient 🙂 it will be tested soon
When will my bot review complete?
I have doubt
could be up to or past 2 weeks. you just have to be patient, you will be notified when its done
hello !
can u see #1464034378186231979 please ?
or you @fluid birch 
whats that channel
mod ticket
I was just about to put in a report for Cci lol
a bot queue would be dope
This has been suggested dozens of times and apparently they are working on something but it is possible that this is not their top priority at the moment
Is this how the bot was sent correctly?
?? Review how much time
Up to or past 2 weeks
yes, this means your bot has been added to the review queue - the average wait time is currently around 2 weeks 
Sorry, I'm a beginner.
I created a team on top.gg and would like to grant administrative privileges for the Discord server and bots, but the Discord server has an option to transfer privileges to the team, which means I can no longer select the support server when adding a bot.
I was also unable to set an icon for the team. Even after completing the upload and pressing the save button, it reverts to the original state when I reload.
Could i link my dashboard in invite bot ?
If you can invite the bot from the dashboard ?
My bot has been pending review for over 14 days.
Same here.
Just wait, saying anything won’t change your position in the queue. The wait time can be over 2 weeks
Do you mean like have an invite link to your bot on your bots dashboard? Yes you can!
they need more reviewers
they only have maybe 5-6
if they had like 10-15, that would probably cut it down
we have 10 reviewers, 1 trial mod, and 5 mods
we keep a close eye on how long reviewals take and adjust internally accordingly
weve taken steps this week to try to combat the queue times that will take affect next week and should help!
if we still need more after that then we may open up applications
i promise we dont want it to take too long!
Your bot was submitted 12 days ago 
Not quite the 14 days yet
what about mine hehehe
Nice
Hi, my bot’s top.gg it’s under an account of someone i don’t talk to anymore hw I can transfer it to me?

Open a ticket on #staff-tickets
Okay but my bot can’t talk on dm and I’m the owner not the dev
You can request an ownership transfer if you can prove that the bot belongs to you (e.g. change its status)
Okay
is setting up bots part of designing in the server desgin challenge ?
you cant setup bots and share them with a discord server template
@coral siren bro what should i write ??
Information about your bot and how to use it :)
Something like is there any est on how much time it takes for a bot to be verified.I've been waiting for two weeks now and still haven't received any feedback.
1-2 weeks, sometimes longer
You submitted 9 days ago :) Please allow up to 2 weeks for our team to get to your bot in the queue!
Hopefully that means not much longer
thanks for the quick reply
Can you know my bot queue too ? @supple mica
No…
Doesn’t matter as it’s approved now but.
lmao
Can you check when mine was submitted?? I kinda forgot
can you look when mine was submitted?
1973
oh, I could've sworn it was 72
Even did the maths for him
Mine?

if your bot gets denied, do you have to wait the 1 - 2 week period again? for the approval process
Your bot goes back into where it was previously in the queue which usually means near the top, so no.
Hi 👋 the verify email doesn't seem to be working for me. I've tried 3 times across a couple hours so far. Anyone else?
Where do you see the button?
awh shoot i stole it from william
is he able to handle that while trial? for my reference
yeah he can
@sweet grove
hello, about a year ago ive been banned from the gachapon hall server for spamming and i need to know how to get unbanned?? i cant contact the owner or anything and google said its better for me to try in this server 😓😓
wrong server for that
we cant give out support for other server like ban appeal and etc
If my bot got denied and I contact the reviewer and they don’t respond is there anyway else I can discuss the denial?
#staff-tickets create a reviewer ticket
Possible extension of the character limit for vanity invite links?
@sweet grove SHINE 
Hello not here to dispute and cry. Can someone from reviewers reach me out or create a ticket that we can discuss something. Due to the nature of the bor I dont want to discuss it here.
what is wrong with top.gg
when we edit the bot description its not loaded
must wait 10-15 minutes
do you see a success or error message when saving your page?
(or nothing at all)
this probably means there's a validation error with something else on the page - some common things to check are making sure you have less than 12 tags, making sure you're not exceeding any character limits (140 for short description, 65,535 for long description), and then check your support server - do you have one configured on your page?
ye everything is correct i just edit the description and says (Saved) but not shown in the description or when check it again in editor
they be loaded after 10 minutes
delay
oh so it did update, just delayed? i haven't heard of that personally, it always seemed to be instant when i updated my own
there's a "Refresh Data" button on your bot's page that you could try, i'm not entirely sure if that refreshes the desription/etc though
it's mainly used to update your bot's name/avatar
not working
admittedly i'm not sure what would cause that then, if there's a delay maybe top.gg is just experiencing some slowness
For the commands feature for discord bots, what does that do? I see you can upload your bots commands but what does that do?
Displays commands on the bot's page
Yeah theres some work in prod to allow for translated descriptions. Had to catch a flight first lol
Cache locations changed and updates dont clear it yet
btw seeng the email he got do you have the same email for every rejection ( exept for the reason) or is it different each time ?
Since you said you see potential in the project...
Is it only possible for the owner of the server to add webhooks into the integrations and api section of the dash
lol
nvm looks like server webhooks weren't reimplemented
Alright, but idk if you have a bot I can look at that has that enabled. That was what I was curious on.
Uh, is it just me or does uploading a team pfp not work atm?
(cdn url becomes: https://cdn.top.gg/icons/ba14920e602a676e80ec81eaa1603c14.png which 404's)
it's not just you, that's a known issue that the team has been made aware of
not sure on an eta for resolution tho, sorry
Okey, thanks for lmk 🙂
anyone know how to change our bot name in the topgg website
i see thank you so much
@limpid shadow bro does u have any alt account because i got a dm from your name - a few seconds ago
@rapid wind
see
thanks for reporting
So what is the review process like? Reviewer invites bot to their server, but how do they test it? Just run its commands in a test server?
you can find a lot of helpful info in this article, let me know if you have any questions 
https://support.top.gg/hc/en-us/articles/23135298323996-How-the-Project-Reviewal-Process-Works
i need verify to my bot
do you need help submitting your bot for review?
if so, this article walks you through how to submit it: https://support.top.gg/hc/en-us/articles/23135162935708-How-to-Add-Your-Bot
No i send but he say your bot is offline because not verified and i again send verify i am waiting for again he watch my bot and now online but i don’t know this day or tomorrow or after how many days he watching my bot 🙂🥲
Because i dont have money to buy host now my bot online by my laptop 🙂
i would highly recommend looking into at least a free host provider - even if your bot is online for the review process, it's important for it to be online if users try to install your bot after it's listed on the site
I am from kurdistan and here always i dont have power because maybe my laptop dont have power to online bot always
Yes you are right after this verified i buy host because the bot need host
But can you tell me how i create vote to my but
After verifying or now i can create ?
you won't have access to the "Integrations & API" tab until after your bot is approved on our site
that's where you can manage your api keys, set up webhooks for voting, etc
Do you have any videos tutorial
i'm not aware of any official resource we have for that, but i'm sure you could find some helpful information on youtube
there are a few results but somewhat outdated so i'm not sure how reliable they are
Oh thanks
no problem let me know if any other question 
bro like i changed my Discord bot name and my bot is verified on top.gg how can i change my bot name on the top website
- Go to your bot's main page (https://top.gg/bot/YOURBOTID).
- Click Refresh Data under Creator Controls. (Click Info tab if you're on phone).
- Refresh the page.
💡 Note: Ensure you changed the bot's avatar/name in the Discord Developer Portal, and not the app's icon/name.
Please make sure everything in the project's edit page is up to date including all required fields and links.
My bot took too long to accept or reject.
our current queue time is around 14 days right now, but we're working through it as fast as we can 
it may be worthwhile to make sure you've read thru all our support articles in the meantime to ensure your bots aren't declined for a small mistake, you can find lots of good info here: https://support.top.gg/hc/en-us/articles/23135298323996-How-the-Project-Reviewal-Process-Works
Man lmk how to be a reviewer
Hey! It seems like you're interested in volunteering for Top.gg. We're glad for any help we can get regarding our server events, support articles, project reviewing, moderation, and more!
Reviewers are Top.gg staff and must be 18 or older. Reviewers review the projects submitted to the site before they are listed to make sure they follow our rules.
Reviewer is a stepping stone to Moderator - if you wish to be a Moderator you must first apply and be accepted as a Reviewer.
Applications are currently CLOSED. When applications are open, they will be announced in #announcements
I’m on pc, separated from the Air Force and now just going to school full time, home all day lmk lol
What is this based on? Like votes per months or votes immediately after adding??
Cause man if it's based on votes per months am I not top 1 there

It depends on how top.gg defines "new" bots I guess. It's possible that these are only bots that were added in the last month
I wasn't month before either in 1st month I got 100+ too
It was 190
Or some
hey quick question can we use the script html tag for the descriptions or only the basic html classes are allowed?
I know we cannot hide top.gg elements but yeh
Script tags are blocked afaik
Server webhooks coming back when 🙏
soon™
Famous last words 🙏😭😭
holy badges 😭
So for a vote tracker from top gg into a server. When reviewing, are yall expecting for the real votes to come in, or that it can explain itself when there’s no data coming in?
And then /setup commands, should that be implemented to config for other servers? I think I might’ve missed that and only thought about my server..
Still don't understand how am i not there even in the lowest position

sorted by date added, not vote count
So like how many months
Or days right???
Damn shouldn't have taken the break immediately after adding the bot
it's basically the latest bots that hit the threshold and considered "trending"
so your bot will be there as long as a new bot doesnt become trending
got it thanks
But can u pls elaborate the meaning of latest like how much time period 3 months 2 months 1 month or 1 week like how long the time gap??
there's no time limit
So any bot could be taken??
So like if I add tomorrow and today I get 100 it will take me like that??
basically
got it thanks for your work
though, removing your bot and re-adding it will get you banned for fraud :p
I'm not doing that setting up everything is headache I got exams upahead
I ain't touching anything in this period
Giveaway X - The Professional Event Management Utility
Giveaway X is a specialized Discord bot designed for server administrators who want to host high-quality events and giveaways with maximum efficiency and a professional look. Built using Node.js and Discord.js, the bot ensures a seamless experience for both hosts and participants.
Core Features & Functionality:
- Giveaway System: Create giveaways using the
/gstartcommand. The bot supports custom durations (e.g., 10m, 1h, 1d), multiple winners, and specific prizes. It uses a reaction-based entry system (using the custom Giveaway X emoji) to track participants accurately. - Persistent Data: All active giveaways and event states are stored in a MongoDB database. This ensures that even if the bot restarts or goes offline, your giveaway timers and participant lists remain safe and will resume correctly.
- Interactive Chat Events: 1. Final Message Challenge: Use
/finalto start a high-engagement event where the last person to chat wins. The bot automatically manages channel permissions to lock and unlock the chat.
- Mystery Box: Drop a fast-paced
/boxevent where the first user to click the "Claim" button wins the prize. - Button Hunt: Launch
/ghideto spawn multiple buttons where users must find the single "Win" button among the decoys.
Administrative Controls:
The bot provides full control over active events with commands like /gend to end a giveaway early, /gwin to reroll winners if needed, and /glist to view all active events across the server. You can also pause or resume giveaway timers using /gstop and /gresume.
How to Get Started:
- Invite the bot with 'Manage Channels' and 'Manage Messages' permissions.
- Type
/helpor+helpto see the full list of commands. - Use
/gstartto launch your first giveaway!
(Is this long description appropriate?)
Because I'm really tired
question for support, in the discord dev portal, can server members intent (priveliged gateway intents) be enabled? I am finding this is the way to have it be a multi server bot
Wrong server for that
ik

i am just asking for any guidance
like i wanted to ask that anyone who can guide me like how can i sell my bot
And you are asking that in #support, channel dedicated for help with https://top.gg
Instead of idk, #general
so should i ask it there?
How to update the information in the embed image, it's not updated with the new profile picture + text description
Discord caches this data, it will occasionally update it.
I see!
It's been few weeks I believe since we changed
but I will keep an eye out
Ty
Can we make ticket if we got a unjustified negative review?
Based on our invite logs, the owner did not even tried the bot, he just left the negative review and that's it
why top.gg/bot/{botid}/webhooks display 404 error
Because it doesn’t exist? Did you chat gpt it or something
you’re probably looking for this: https://top.gg/bot/BOTID/dashboard/integrations
..
no the Vote Tracker bot redirected me there
thanks
Hi I’m BettyBoop I have a question. How do I keep my pink avatar girl go across over all my Discord. I upgraded it from a fat penguin to a pink lady. Most of the bots have the pink avatar girl but some have the fat penguin that I want to get rid of. Can you help me?
I only see the sequin on some on the top of gg
Arcade is one of them and also +1 when I vote. There might be more of the sequin that I don’t want
Penguin
Whos buying that anywhere btw
@dusty siren don’t advertise please
sorry for that
So you can’t help me?
I’m need help with my discord avatar I don’t know how to fix it I’m not advertising
Ty
I don’t want a ticket just fix my avatar
Hello! Am i supposed to not be able to access the features section of my bot while is reviewing? I was filling out info and run into that error. Thanks in advance
Can you show us?
I see the issue, I’ll report it internally now
I mean it says it saves but nothing happens
what can I show you exactly
I’ve replicated the issue and just pinged the developer team
They will check it ASAP
ty
if you can @ mewhen fixed
They just let me know it’s cache
And it should save and appear later, maybe it will show on the main bot page?
it doesnt
I tried multiple times
I dont even geet notified in this servr
wwhen it saves
or changes were made yk
We don’t show edit logs
yall use to in here not the changes but pings when changes were made
Yes I don’t see we do that anymore
oh seems like it is a hard cache
that needs fixing
I’ve let the dev know your thoughts
There was some work pushed to prod that allowed for the translation of descriptions into different languages, and the cache locations changed due to that and “updates don’t clear it yet” so that’s why it’s delayed but should only be 5-10 minutes
oh I see
tl;dr content is no longer stored in the same place as the other parameters are. Will be fixed sometime this week.
kk
Hey I just updated my description and it hasnt been updating my fixes
tried new browsers even
yeah, serverside cache
dm me the updated description i can verify if it is there
I’m getting 404 on the vote API?
is your bot approved?
Voting seems to work for me
Yes
Worked fine
Bdw, why the bots these times are getting so much time to get aprooved ?
our queue time depends on the availability of our volunteers as well as the quantity of bots being submitted
Applications are closed afaik
So right now you can't but generally you can as long as you are at least 18 years old
im 22 so yeah is fine
I second this, ping me when yall need
It will be announced on #announcements afaik
@lilac karma @last aspen
Hey! It seems like you're interested in volunteering for Top.gg. We're glad for any help we can get regarding our server events, support articles, project reviewing, moderation, and more!
Reviewers are Top.gg staff and must be 18 or older. Reviewers review the projects submitted to the site before they are listed to make sure they follow our rules.
Reviewer is a stepping stone to Moderator - if you wish to be a Moderator you must first apply and be accepted as a Reviewer.
Applications are currently CLOSED. When applications are open, they will be announced in #announcements
Yeah I know it’s closed
Hey. I also work on the bot hes talkin about. Uh. Its not really a vote api i dont think. I just says “Top.gg API error: 404”. Not really sure what it means or anything.
Ping btw
what endpoint are you using?
Uh. Let me check.
I uh have a top.gg token?
but what endpoint is returning 404?
my best guess is that you're using an outdated endpoint, but i can't really provide specific details if you don't know where the 404 is coming from
Ill look. Give me a minute. First time messing with api from topgg
I genuinely cant tell. I dont know how to recreate it.
What would an endpoint look like?
the url that's returning 404, like this for example: https://top.gg/api/bots/:bot_id/stats
So its gotta have /api?
Thats what my error is at
are you getting 404 or another code like 400?
that's a valid endpoint so 404 doesn't make sense there
but if you just make a request to that endpoint without a userId, you'll get 400
oh or maybe you're sending an unknown user, that seems to return 404 as well
It just says 404
let's go to #topgg-api and i can help you further without flooding this channel 
Okay
how long does it take a bot to get verified? been submitted to close to 2 months now for verification and still hasn't been seen but "estimated 1-2 weeks" it says?
my bots been on the site for a year+ now and only ever had this issue when this new verification thing was introduced like 2 months ago
@coral siren
was the bot submitted from this account? i don't see any log of that
what do you mean by this?
"this new verification thing was introduced like 2 months ago"
different account, does that one need to be in this server?
no, but if you give me the id of that account (or the bot) i can check on that
^ that acc
i see 2 bot declines related to this account, the most recent one was on january 8th: #mod-logs message
ahhh, so it doesn't display on the website for the declines you have to be in the discord to see them when ur account gets pinged?
you also get an email for all project declines
also any way i can appeal that or give an explanation? the comments on there are not "junk" to fill up the requirement, but rather asking users to join the support server for help instead of immediately leaving a negative review, although i do get what it looks like. I feel the contents of the message itself kinda gave it away tho, no?
regardless, i removed them in my most recent submission and have just the proper post without the "junk" - may i please get that checked?
if you want to discuss that decline, you're more than welcome to open a ticket here: #staff-tickets message
but if you've already resubmitted the bot, there honestly wouldn't be much benefit to that unless you would want a clearer explanation as to why it was declined before
gotcha yea i resubmitted and removed the issue so should be all good i think
best of luck with your submission 
ty ty 
I am having an issue updating my long description on the website. It tells me the project has saved but the info is not updating
give it a bit of time, we're doing some work on descriptions in the backend and it isn't cleared by cache right now
you guys planning on fixing the reminder?
the vote reminders on the site?
yes
I think there's some code on dev right now that fixes it
wdym
you mean in the next update?
yea
alright sounds good, I also made a thread for bugs I found if you want to look at it #1463559505064366161
love that new design
Why iPhone not work?
top.gg doesn't work properly in discord's integrated browser, could you please try using an external one?
Even Safari and Google cant work?
oh strange, could you send me the page you're trying to access?
may i ask the device you're using?
some older iphones may not be supported anymore
no problem and sorry for that, i understand it's a bit frustrating 
@midnight hamlet @regal cradle I might be wrong but the devs are currently working on the website I think which might cause the errors/issues you are seeing
that says there is an error from the devs's side
@limpid shadow do you have any idea about these?
could you refresh the page and let me know if you still see the issue?
no its gone
must be because the devs are working probably, glad to hear it's fixed now!
why does updating bot descriotion take so long currently on top.gg
(not internet issues)
it's a cache issue but will be fixed sometime this week as per veld's earlier messages ^^
oh thx a lot
About 2 weeks and half and no response
You submitted your bot 10 days ago
oh fr? 😭
yessir on the 19th. Our review times are ~2weeks ATM so it'll likely get reviewed soon 
Alright, Ty
anyone knows how to let the bot send the logs of votes or give private access only to users who votes?
vote webhooks, or check vote status depending on what you want to do
https://docs.top.gg/docs/Resources/webhooks
https://docs.top.gg/docs/API/v1/projects#get-vote-status-by-user
Webhook integration for receiving vote data
API resource for a projects such as bots or servers submitted on Top.gg
Why i can no more See my bot on top Page?
How do I create a account
Where?
staff tickets, and whatever they said, just change it or edit it to meet their requirements
simple
Could you tell us what happens on your bot page?
Pretty sure no need for a ticket, just fix what they said in the denial reason and resubmit
@sage oak
when ?
okay okay
Like a couple of seconds
Try to keep refreshing the page often, and make sure you have your bio copied before doing so just incase so you don't lose it
Shouldn't take more then 20s to update
Sorry to bother you but 2 week around passed my bot still under verification
Hey how to add custom css in body of the top.gg page like I see many bots like for example the ticket tool when we click it the whole pages body have custom css how to do that
I keep getting this really weird requests sent to my topgg webhook
and its different every time
- make sure your webhook server is online
- Your authorization matches in topgg and in your code.
- inspect your endpoint status while running the test.
i assume these may help you
Yes they're all fine, this issue is from my webhook server receiving weirdly formatted data, randomly
Everything else works well (when someone votes, and the autopost)
this is what ai says
The aiohttp.http_exceptions.BadStatusLine: 400 error specifically triggered because of an Invalid method. Instead of seeing GET, POST, or PUT, the server received the byte b'\x0e'.
please give it some time, the team has a lot of bots to review aswell
you just add it like in a normal html page using style tag
What's the class name??
you can check using developer tools on your bot page, altough they change them sometimes too
yup, either css or bc that bot is an auction I might assume top.gg gave it a styling like this. NOt sure tho, but you can use the style tag in you bot description and get the class of what u want to edit from the main page using dev tools
no worries at all!
Hmm
Thanks
Lemme check
Thanks
no worries!
I can also change the logo like they did??
you can yes, anything you can do with css you can do in the bot description
wdym change the logo tho?
Ohkk thanks
Like there's a image most probably not a text
I'm sorry I don't understand still
the logo looks normal
Oh no it's text
not edited
Yah
yes you can change it
although I think that type of styling was made by top.gg devs bc the bot has bought an auction
correct me if I'm wrong @coral siren
you're good no problem
happy to help!
Hey sorry to disturb again how long does it takes the changes to take place??
Earlier it was pretty quick
But for few days it's taking too much time
there seems to be a small problem which saving changes, it takes about 30s I think there really is not time for it exactly
that's true, the devs are working on it
@deft dune
Ohh ohkk
Does it also comes with the new content disappearing after refresh??

yes, I think
wait wdym new content disappearing
After saving u refresh page it's still old description
yes, that's what they r going to fix
Only thanks to you lol
Yooooooo that so coolllll nice
Want the color to be the top.gg's user selected color?
Oh no
Keep it green
Ben ten meatching

Thanks I will make the logo a lot like ben10 using a omnitrix logo in 0's
That's great! Good luck
This doesn't match the theme tho lol I gotta do another theme change ig
I'd recommend to not use an iframe
Ohkk sure I will remove it
any support staff here?
Just ask your question
I added my discord bot but I didn't submit it because top.gg site having some issue with my bot long description so i tried to delete it from the site and then when i try ro readd it to the the site with my application id it showing the bot is submitted to top.gg and not showing me, though send a mail to the support but still asking here, need help
Is it correct that the background url in bots edit page, don't get saved?
Yeah I have the same issue
Did you check in #mod-logs ?
It does save but it needs some time to take changes inside the main not page
@fluid birch could we temporarily pin this message until it's fixed?
yea and also i didn't even submit it
When did it get declined?
no need. Fixed soon and people dont really read pins at any rate
Yes I mean for the ppl who r trying to help others to get to that message faster
-_- bro read the message i didn't submit the bot, where the decline came from
You never submitted it at all? That's weird
yes, i was adjusting description, prefix etc then i left the site cause it showing use 300 words for bot desc athough i have long desc so i deleted it, now when i tried to readd it, site showing the bot is submitted and nothing showing to me
Thank you, i just saw it, was thrown off by the fact that in settings it would become blank again on refresh.
Yup, same issue
No worries, happy to help
That would have to be something a staff member can help you with
I can't
Sorry but you have to wait
Feel free to open a ticket addressing your issue details as much as possible
That's your best option here
My bot is back, i think the site has weird delay or something
It does yes, there is an issue with saving and fetching data I assume
yea like it took 15-20 min ig oh my god i was panicked
btw thanks man
Happy I was able to be of help!
That must be bc it was fetching a lot of data, stuff like saving bio or description has like 20s delay
No need to worry I'm sure the team is putting effort for this fix
What's the reason for not using iframes on large descriptions?
we can't index your description data then. so you will not show up in a lot of potential search results
fair
Yo lol I got a funny question I won't do it but I wanna know so with css I mostly changed everything now I'm thinking what if I hide other bots and stuffs lol
You can't do that, it's againt guidelines
Ohk got it thanks lol
Case of the "trust devs, dont ruin it for everyone"
This changing link name and icon r ok right?
The website one normally its the link icon and website link right
amazing screenshot skills
🤔 i mean it kinda looks ass that the font is now different and the icon is no longer the same size
but no its mostly fine
I dont have the account logged in on lap
That's fixable I will fix the icon too icon looks so bad
I just wanted to know this change is ok
I hid the name element
And replaced it with image
My bot name
u can just override the content in css
image will ruin experience for screen readers
Hmm
Didn't knew that
Thanks for letting me know
so adding an iframe lowers the chance of the bot growing on top.gg?
doesn't lower it
it's kinda a footgun
you end up adding text that the search system cannot see
so we cannot index your text for filtering
so removing it will help the bot to be shown in the search more?
no
but it only being your entire page description will heavily hinder you
top.gg will only see your iframe url, not your webpage
One message removed from a suspended account.
One message removed from a suspended account.
will be looking into this one really soon @brazen ore sorry for the inconvenience!
make sure you have the bot on your server btw!
One message removed from a suspended account.
you’re nerd
One message removed from a suspended account.
One message removed from a suspended account.
Is the description one fixed?
Shi...
Oh, I'm good then
I only have a small one at the very bottom to showcase my commands
😭 bro can u not ping me 3 times in a second when im migrating infrastructure
Wait no more monthly reset vote?
Hi I’m BettyBoop and I was wondering if you could help me. I lost my connection to a game called Counting Cental. My invite has quit. Could you please help me with another invite to Counting Cental mine expired
I’m looking for a sever that hasn’t quit or expired
this is topgg not gamegg
we can’t help you with that
i keep running into this problem when i try use the inviter command to show who invited me for a giveaway and it tells me this everytime when it use to work all the time without any issues
you need to verify your account on discord
my account is verified
is the email and phone number is verified?
all i can say if you have a alt thats probably why or email discord support team
ill try sort it and let you know
How do I do that?I have Discord and it said they are working on it and it might take a few days to fix on Patreon
Ty you if you can get me an invite link to Counting Central
I’m at work now have to check it out later
hey, is voting for my bot with my second discord account forbidden? i need to test if a reward for voting works
You can use the webhook test in the bot's settings
It takes you as the voter too
yeah i tried but it didnt work, now i fixed it but idk if its working
Try again using the same button
well now my main account is on 12h cooldown
Use the webhook test
It doesn't have a cooldown
I vote for counting and the part for the bots in all of my games
Hey I’m trying to submit my discord app to your thing but it says my long description isnt long enough but it def long enough
One message removed from a suspended account.
Is it possible we’ll get server webhooks back?
Hey @cyan palm, is it allowed to show vote logs in a bot’s support server without user consent?
My users are saying the post review button does nothing... Is this known or is there anything that can be done?
One message removed from a suspended account.
hello, pls, i need help. when i put my headline and long description and i click on nect step, both if them resets and there appears the old bot description in discord. why is this? pls im trying this for 3 hours
did u fix it?
did u fix it?
yeah it updated thanks
im having that issue too
@lone anvil bug ping
it took about an hour for me
What are creatirea for staff pick / are there any
Every quarter, our volunteer staff team highlights a few standout bots discovered while reviewing new submissions or exploring the many hidden gems already listed on Top.gg. Whether they’re fun, innovative, or just surprisingly useful - these bots left an impression. Check out our picks for this quarter and maybe even find a new favourite for your server!
yes
Nice thx
I think their site is broken
Or was
Anyways I’ll check when I’m home
No its not, it takes some time for updation
how do i add features like these? half of them arent on the options. is it custom html/css?
those should just be under the features page, which I see you already used https://top.gg/bot/1322305662973116486/dashboard/features
not sure why they aren't all showing up, might have to do with tags that your bot has applied.
probably
the game tag isnt on yet since the game hasnt fully released
@sweet grove did he get banned? didnt see the modlogs message
and that person too ^
API resource for a bots or apps on a platform like Discord
same thing is happening again. i guess it never got transferred to the team? doing it again on firefox yields same result
Ask on their support server I guess
Go to the bots page in top.gg and click the “info” tab if they have a support server listed it will be shown (or linked) there afaik
-b 1464234893696565342 support scam
ib10750#0 was successfully banned.
well thats the first time its happened to me
about this, yes this is an issue I faced earlier today, I am letting the devs know about it rn
okay the developer said it's a cache bug at the moment, it will show the description you saved just will take up to 30m to 1hr for it to show in the box and let you submit it, it's something they are working on
how can I put html no long description?
@opaque fjord
You can use Markdown or HTML in your bot's description. You can ask in #development for help or use this cheatsheet for more resources.
lmao so that's what's happened, I added the description, tried few browsers got pissed,left came back and was able to submit 😂
but holy hell that was one annoying bug.
yes so sorry about the inconvenienced we are cooking on the backend in anticipation for an upcoming launch
so some backend changes got made
yeah it happens lol, god knows how many times I've bricked production.
and then had to be awake till 4am to fix it so 😂
Though it peeked my interest what is
Found it
ah its for "anti-botting measures"
Updating Bot long description page or short description used to be instant, now it doesn't work, or super slow not sure but sometime works, other time have to spam save button to make it work. Even edit page doesn't update always.
Yes we do apologize about the inconvenience it is something the devs are aware of
no problem
pushed a potential fix to this
tysm!
Hey guys
I’m trying to download this sports data iq to put in my server
And it’s saying. I need to as devs
Hi team my bot declined but it was not a proper reason
#mod-logs message
Setup command will create 2 channels and 1 role and create webhook.
in which we have configered the required permission, kindly recheck and do the needful.
Open a ticket on #staff-tickets if you want to discuss the reason for your bot's rejection

We are moving to a rolling month count
