#support
1 messages Β· Page 502 of 1
Same
if you want to upload server count to top.gg, go to pinned messages in #topgg-api
you need to post it yourself
I need to add the code to index.js?
-invite
ah hey
i have an issue
can't edit server details on Website
why
hey there, my bot had 400 votes last month but it shows 0 creds on the page, anyone knows why?
(Also going to add into the above issue, I don't see my credits on auctions as well which means the credits vanished even though I checked a few hours back and there was like 15.04) Scrolled up a bit more and I'll just wait until tomorrow.
oops really sorry just read the chat above
how to remove a person from creators
you cant
We want to remove the 3rd person
Its a problem
delete and resubmit your bot
Kk
what did you do with the credits
auction?
yeah I do auctions but I never claimed these credits
Hello, excuse me, how do I add my discord server to this bot's voting?
imagine new developers thinking they will get real money and their dreams crushed by top.gg
Hi
My server got 120 votes last month
How do i claim the credits for it?
Where should I check it?
In your bot's edit section there's a tab where you can claim them.

I am asking for server
ni
it's not real money
It's more like an in-game currency
You know like COD points
but you can spend real money to buy them tho
then what can we do with it
what does this makes ??
Advertise on top.gg
refer to #auctions-support and #auctions-general
ok
i cant see them
oh sorry
apply here https://auctions.top.gg
k
custom background
is there any example please ?
yeah
I'm not supposed to advertise here but I'll find a link
i dont see it on the page tho
u see the background here
is there any example please ? @kind eagle
hi
We Cant I Think So
Some people have problems editing. Check the pins.
oh ok
but how can i edit
how can i make that if someone voted for my bot he gives him something or tell me that he voted with his id in a channel ??
You need to do that manually
Please move to #topgg-api
-credits, sorry, saw people using it and tried..
-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.
I made a meme Command
const Discord = require('discord.js')
let got = require('got')
module.exports = {
info: {
name: "meme",
description: "sends a meme",
usage: "[meme]",
aliases: ["mem", "mm"],
},
run: async function (client, message, args) {
const embed = new Discord.MessageEmbed()
got('https://www.reddit.com/r/memes/random/.json').then(response => {
let content = JSON.parse(response.body);
let permalink = content[0].data.children[0].data.permalink;
let memeUrl = `https://reddit.com${permalink}`;
let memeImage = content[0].data.children[0].data.url;
let memeTitle = content[0].data.children[0].data.title;
let memeUpvotes = content[0].data.children[0].data.ups;
let memeDownvotes = content[0].data.children[0].data.downs;
let memeNumComments = content[0].data.children[0].data.num_comments;
embed.setTitle(`${memeTitle}`)
embed.setURL(`${memeUrl}`)
embed.setImage(memeImage)
embed.setColor('RANDOM')
embed.setFooter(`π ${memeUpvotes} π ${memeDownvotes} π¬ ${memeNumComments}`)
message.channel.send(embed);
})
}
}
Install got module for this
This isn't the place for code
Where is channel #auctions-general located?
apply here https://auctions.top.gg
I believe I applied 2x times thinking I could feature my bot paying with real money
I guess just wait now?
yes
(well only one person is maintaining the queue so)
Sounds good, I was just wondering.
i dont see a claim option for credits 
cant edit server info at all on site?
I'm getting 502's all over the site
I can
I tried just now
reload the page when you get 502
nope I click save and nothing happens, tags cant be removed either.
alright
What The Bug is this? ππ
I'm confused as to why my bot never appeared on the trending new bots page. It was 2 days old and had more votes than any other bots on that page. How does it work?
how many servers did the bot grow ?
wow
just use gimme
Can anyone teach me how to make in my bot topgg page shows how many servers the bot in
Its not showing
uhh
make what you want clear
you want to show the server count ryt?
How to connect top gg api to my bot
ah ok
idk
but search the docs
or yt vids
cmd: pip install topggpy
py:
import topgg
import discord
from discord.ext import commands, tasks
bot = commands.Bot(command_prefix='yourprefix')
bot_token = "your_bot_token"
bot.topggpy = topgg.DBLClient(bot, bot_token)
@tasks.loop(seconds=60) #this updates the data every minute
async def update_stats():
await bot.topggpy.post_guild_count()
see up ...
this is how you add the server count to top.gg
For nodejs?
no
Yeah
not js
How can i hide it lol
Hide the token
@steel belfry
-_-
yeah .... ofc
use a .env file, or if your hosting service has a feature to hold environment variables, then save it there and import it as a variable
Yeah ik env
use npm package @topgg/sdk
But it uses (β
uh
Npm i topgg/sdk?
what!
that file is for python
yeah
const client = Discord.Client() // Your discord.js client or any other
const { AutoPoster } = require('topgg-autoposter')
AutoPoster('topgg-token', client)
.on('posted', () => {
console.log('Posted stats to Top.gg!')
})
also move to #topgg-api
Bruh wheres the correct ones
yeah ... actually
sorry, even i didn't notice
read the docs, bruh!
So whats this lol
what correct ?
that's python
python
u dint mention .js
Npm i topgg-autoposter
??
yea
oh sorry ... my bad
did you login the client ?
like a normal bot
client.login(BOT_TOKEN)
Ofc
Why does it say $0, It was something around $15.48 and never got to claim it!
What are the credits used for?

Seems to be an issue with voting credits?
There isn't an option to redeem your credits from last month.
Hope this is rectified before auctions end tomorrow. 
python
:mm:
heyyyy
yo
samee
@tacit zodiac
Can you help us by informing the team
Already done so
thanks
when we will be able to collect, any ideas?
13
they become zero at the beginning of each month
but where is the redeem button?
Go to auctions use the credit
It should be redeemed
Hey my friend get banned by era and can't vote bots on top.gg
He say Luca ask him dm bot reviewer era then he accidentally sent a gif (idk what the gif about) then after 1 second he immediately get banned , now he need unban form
anyone have the unban form?

Email appeals@top.gg.
It's a known issue unfortunately. Check the pins.
Aye yo where's my vote credits, i didn't redeem em, they just went poof 
did you not clicdk redeem?
same thing happened to me and others
could you show me a screenshot
sure
No, i wouldn't complain if i did bruh
See, It was $15.48 yesterday i did not claim it
no dude
those are other months
we are in 8th month
@mortal wing
Do votes resets???
yea
wha?
looks like many have this problem
Why votes resets?
It resets every month
I even already asked here
I see
And i had them
first 100 votes = $15 and then rest is $1 for 1000 votes
When you get at least 100 votes
Yeah but I meant that i had the credit
And didn't redeem
ohhh
Scammed 
show me your logs
Already did
where
Also you're not mod what would you do 
dude u are blind
I can still help
well he hasnt gotten 1000 votes 
I didn't redeem shit
alec u got things wrong mate
I had 163
anyways imma wait for a verified mods or trial mod
Omfg what's wrong with you
You've already redeemed 15$
I DIDNT DO SHIT
u don't
I really don't understand why you are arguing
bro @fierce swallow chill he doesn't know about it, just ping a mod and wait for them to respond
Because I didn't redeem and it went poof
You've already redeemed your 15$, you'll need 1000 votes for $1 now
Unless thats a log for another project
first 100
BUT IT SAID I HAD 15.06
it is not just first time
THIS MONTH
Thats not how it works
no
IT IS
first 100 = 15$ then after that its 1000 votes = 1$ its not every month
No
It's like that every month
ur so .........
Why are you being toxic and arguing
yes it is every month, i get it every month
It literally said that i had 15.06 to redeem yesterday
You redeem it every month
Because you're pissing me off, you can't help and don't know what you're talking about
Omfg just stop please

NOT FOR YOURS
imma ping a mod
I can but what you say is wrong
@cyan flint we need help, u here?
Im not able to redeem my 15.06$ vote credit it said I could redeem at the end of the month
yes same so now just chill
wait for 1 or 2 days
otherwise come back here and ask a verified person
I just wanted to explain Nicole so she doesn't have to catch up
"Verified person" Casual members can also help, its not just about mods
true but ur wrong
They can't if they don't know what the hell they're talking about
Sure lets say you're right
I am
You get 15 for first 100 and 1$ per 1000 EVERY MONTH
yep
And i had 163 so 15.06$ which i haven't redeemed yet
Which literally is in the screen i sent
I had around 590 around $15.48
which i haven't redeemed as well
redeem button missing


and that $15.48 changed to $0
xD
Same here
ok imma head out peace 
Some guy literally has a clone of my bot with the same fucking logo on the website which i reported a week ago
Is it not going to be taken down?
My bot: https://awish-go.to-sleep.xyz/krt3h9yvf9a
The clone: https://awish-go.to-sleep.xyz/krt3jkirv9a
How i can see all of my reviews?
Since 25 i can't see anymore because the page doesn't render?
Luca says my name is not kam but itβs: Kam#7171. I changed my name a few months ago a while before I joined this server
?reviewPage=2 *
thanks
why it not saves my changes on the long description
Known issue
We can't reply the reviews still? π¦
when i can claim credits
a friend tried to leave a review and cant even make one xd
hi
?
how much time does it take to approve/decline a bot?
i had applied earlier, but nothing happened since 3-4 days, so i deleted it and re-applied
just now
my friends applied after i did, and got their approved prior :/
@proven glen cannot find a bot that you've added
if you're talking about Nastyb0t, which was added by someone else (although probably your alt), it was approved 2 minutes after submission
which means you just put it back into the approval queue
Never delete and resubmit bot because you think its not getting reviewed
cough
When we can edit description π’ I've made changes in the bot and added many new features.. But the description is the old one π€£π€£ Please do something
yes but i didnt get any approval
message
or any dm stating it's approved
so i got confused
sorry for deleting, my bad βΉοΈ π
now what to do? 
How long does bot approval take?
- There is a queue of bots, so your bot will not be reviewed instantly.
- It can take up to a week (or longer) for your bot to be approved or declined due to there being a queue of bots manually reviewed by @Bot Reviewers.
- The "Bot Developer" role will automatically be given to you.
- If in the chance your bot is denied for one of the reasons stated in #rules-and-info, you will find out why in #mod-logs.
ok ty
You're Welcome
@cedar wind sry for the Ping but this isnt allowed right?
Hello, how do I redeem vote credits from my bot? We are a team, but I'm the owner
Bot ID: 765207869032366090
How does bot testers test the submitted bots? I've submitted my bot, but it's declined because it's said that the commands are not working at all while at the same time I tested my production build on my private server and it works correctly.
I see... I might want to submit an appeal then. Thanks!
ay hi
Make sure your bot returns error messages so we know what permissions its missing as we test with permissions = 0
#502193464054644737
How should I log the message? Replying?
your website's 404 page is broken
In a message.
Ie !ban could give
"I don't have ban permissions"
I am trying to do save but it is not responding yet
i cannot redeem credits
Aah I see... Alright then, thanks! My bot actually logs error, however it's logged on a different channel, which will require more permissions to create
and it is telling me that the credits will be redeemable by the start of the month
and well it is the start of the month π€·ββοΈ
We're aware of the credit issue
same
Make sure you're logged into the correct account
i added it but cant see it
Otherwise try going to /edit
I am not able to save in edit page can anyone help me?
i added my bot on my dads acc can u check if it is there for u cause u r a riv ewer
How long does the review take? I added it 1 hour ago
-upto @languid slate
@cyan sable @languid slate
The average up-to-date approval times are stated [here](#support message).
This does not mean it will take the same amount of time someone else's bot took to be reviewed and does not mean your bot is guaranteed to be reviewed within that time frame.
There is no exact time for how long bot approval will take.
There is a queue and you're not first, nor are you last.
no i understand that but i cant see my bot
added my bot on my dad's account
There's your answer
You're logged into the wrong account
Known issue
Idk that issue can u explan
Where can I see all my bots?
What do you mean?
profile
I am saying that i dont know that issue about ur talking can u explain what ia that issue
"known issue" means that the devs already know aboout the issue
I wrote the descriptions of the bot's commands next to it, they don't say it was empty to fill the word, right? They said so today.
uh where?
Put like an introduction like what your bot is about before listing all commands
don't they refuse
no
they want you to have an introduction
not the commands list
improve the description
in vain?
put something like
Hello there this is my bot Luca. It's a cute bot that can summon catgirls. It can also ban users OwO. Invite now to see the magic.
Here are some commands from the cute little bot:
*-ban*: Bans a user
.....
lol
I mean
π€£
thanks
So i submit my bot and then what
Itβs already tomorrow, and still no sign of credits 
Intents, and also this isn't the place to ask for help
oh sorry.
wow thx
go to #696891424041598978
the fact you don't know why you would need them and you're planning to grow a bot past 100 is worrying information

That's fine
I'll be glad if you approve this time, how many times have you been rejecting it?
-upto
@calm sparrow
The average up-to-date approval times are stated [here](#support message).
This does not mean it will take the same amount of time someone else's bot took to be reviewed and does not mean your bot is guaranteed to be reviewed within that time frame.
There is no exact time for how long bot approval will take.
There is a queue and you're not first, nor are you last.
-upto
Hello, how long does it normall take for a bots username / avatar to update on its page?
-upto
How to i say my edit 
wait
chill
prob a cache away
I can see my bot in trending bots btw
idk Β―_(γ)_/Β―
but when i search for it, it isnt showing
cool I guess?
well guess it's cache. that's a guess
fix?
I mean time to get it fixed?
wait until prob...idk...30 mins?
I have waited a lot more than 30 mins
wdym?
Its not luck based, learn how to read the rules
I mean
the search engine either:
A: has an error
B: can't read the database for some unknown reason
ohh
yeah
thanks!
prob more waiting
ok
or general
soooo i waited
now the credits are gone without a trace
there is no eta
eta?
no estimated time of fix
not sure
wait so there is a possibility i will not be able to get my hard earned credits?
how it can be not sure, since you have all proofs with the api
Because I'm just a moderator and cannot check
ok good luck then π
The only thing I can tell you as of now is to be patient and have the team work on the site issues
Bruh wtf. I still can't get my vote credits and my bots votes are already reset
see above
I can't edit around my bot?
make sure you're logged into the correct account
@orchid axle rejected the bot
I did not mean you with the see above
Bruh wtf. I still can't get my vote credits and my bots votes are already reset
what did you do with those credits
correct account
nothing, i did not even claim them and they are gone
i usually use them for auctions
what will we get from auctions
known issue
how to make short link for my bot ?
you get to advertise your server
got it
/ bot
I know, still I want them!
how to make short link for my bot ?
Well be patient.
Uuuh, I don't get my rejection reason at all.
Reason: Your bot page mentions, or promotes NSFW functions in its descriptions. Please remove any mentioning of NSFW features.
Basically my bot is a NSFW content moderation, which prevents offenders from posting NSFW contents in the wrong channel by blurring or removing it and administer appropriate punishments. Can someone explain why am I the one who's promoting NSFW contents here?
I can't see any credits for the month of July?
what did you put in description ?
how many votes did you get ?
500+
You probably put something like "NSFW COMMANDS" or mentioned the words NSFW in the description
known issue
But I recommend readding your bot as soon as possible
But the bot itself attempts to fix those
Hmm
oh
Try contacting the reviewer
so will the credits be given to us.. or are they totally gone for the last month?
I got 112 votes and I had credits yesterday, but today (first day of the month) I can't redeem the credits
Known issue
Go to their support server
this is top.gg support
imagine image
Hey, I am trying to make an announcement. It's pretty long so I used a lot if line-breaks to split it up, but they don't show in the announcement and make it pretty much unreadable. Is there a way to have line-breaks in announcements?
Line vreaks work fine for me
try doing it in md5 format and it should probably work
if you don't know that just put 2 spaces at the end of each line
Okay. I'll try that.
Are my voting credits gone forever?
Veld knows about the issue and said he will try and get them back for us
Hmm
Lol
Can some one explain vote credits
Like it had 16$
And now it's 0
And i don't see a channel called auctions too
just a bug, and i believe it's being worked on
What about auctions?
What are they and how do they work?
-auctions
What are auctions? What is #bids for? Click here to find out and click here to apply for access.
Bids is locked?
@lucid briar
site issue i'd assume
nothing you can do but wait
on the discord developer portal you can
do you see a "refresh data" button on your bot page?
With me?
no worries
ok
Hi, my bot got over 1k votes however, I didn't get any credit for it?
And I can't redeem?
#auctions-support message
Ok, thanks!
np
o
IS the site glitched??
846464095137038397
Cuz I'm not able to add my server
huh ?
I am confusion
Reklam

Rek what ?
i didnt operate a dating server so im confused
oh
Hey
Hey
Because when I'm doing the html description of my bot and I try to put the background with a picture that I want the background just appears?
oh, it's not just me that happens.
how do i claim my vote credits
your short description does hint towards that
just saying
i see but all we do is play games so-
It is still considered underage dating what seems to be said there, feel free to contact @tacit zodiac once you have fixed that
nobody? ok
-credits
@pearl hedge
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.
creators on servers aren't reliable at the moment
wdym?
where exactly do i redeem my vote credits
there's issues with it atm
oh
but how can I redeem my vote credits from it then
Still No button to claim the vote rewards @tacit zodiac 
Known issue
When I reply to a message, it is counted as a reply ?
where is the dashboard
known issue
I know maan
Read the message above, check your recent ping
just asking when it will be fixed
no eta
not at the moment due to site issues
i saw it, but where exactly is the button to redeem
oh ok
I see
do you know if those credits will be re-given later on?
Not sure
Whats your problem
Known issue
I see thanks for the heads up
No problem
Listen
Its a known issue
For now you can wait.
You can tell the team when you wanna pay.
is the credits thing fixed??
no
Be patient, they will get around to it soon
How long do you think it may take
@wintry meadow
The average up-to-date approval times are stated [here](#support message).
This does not mean it will take the same amount of time someone else's bot took to be reviewed and does not mean your bot is guaranteed to be reviewed within that time frame.
There is no exact time for how long bot approval will take.
There is a queue and you're not first, nor are you last.
@somber parcel
my under-development bot command finds posts from reddit (and blocks all nsfw posts). Would it be a problem if a post is nsfw but it doesn't get marked as nsfw on reddit and my bot posts it anyway?
Yes. If it's posting NSFW outside NSFW channels.
If you're aware it does generate nsfw content, lock it completely to nsfw channels
doesn't matter if nsfw or not
that would possibly be fine
That would be a good idea
I got my Bot
-auctions
@surreal swallow
What are auctions? What is #bids for? Click here to find out and click here to apply for access.
i edited my bot page a load of times (unverified) so i could change and test out css. but now every time i reload the page the styling changes like its going back to an earlier version. why?
caching
Hello, I've got too 200 votes in July and had my $15 waiting for a redeem. Now when i open the bot's page it says I have $0.00 but i didn't even claim them.
known issue
Oh... Is it going to be fixed? :(
there's no eta for that
hmm, thanks ig
so if i get selected as the highest bidder it will dm me?
but when i do f5 + ctrl, that should reset the cache but it still changes
ok. thx
@somber parcel
ok
@sharp narwhal
Check pins in #development for help coding.
Oh wrong chat sorry
Guys I need help. I installed the Bot to show my subscribers, total views and videos but I don't update as my subscribers go up.
-wrongserver
Hey! We think you have our server mistaken. We do not provide support, help, or advice for any bot. You need to click on the "Discord" button on the bot's page of the bot you need support for, not the "Join Discord" button at the top of our website. If there isn't a button that says Support Server, the server invite is invalid or you were banned from the bot's support server, then we can't help you. Sorry :(
?
you're in the wrong server
I updated my bot name , why doesnβt it update on the topgg website
Click 'refresh data'
Where
on the site?
what's the waiting time for you to review bots out of interest
1+ Week
Bruh I have to pay for an auction tmrw but I still havenβt received my credit
Alright.
do you have to have auctions access to be able to redeem votes?
Its one of those days apparently 
Nice
Refresh the page
i cant redeem my 210+ votes, i waited 12 hours, and still nothing, i requested auctions access a couple hours ago, but idk if i need to get accepted before i have the option to redeem them
Hey will I never get my vote credits ??
Tried
i got accepted while i had creds
if thats what u mean
Try a different browser, it is back up for me.
i cant do anything
@sharp narwhal
but i expected to be able to redeem it
but i cant now
so i cant pay for the auction
As has been stated by numerous staff previously, there is no ETA.
i cant even get to the auction
When you view the bot page, they are on the right side.
Which bot did cole make lol
do i need to get approved for auctions before i can claim my credits?
Also is the mee6 bot was uploaded by real owner? Including dyno
Your issue is potentially related to already known issues (see the pins)
where is the mee6 owner?
Uhh π€£
lol
Find in the bot page
I mean was mee6 uploaded by the real developer
How do you remove discord servers from your home?
home?
It was probably its staff team bot the main dev
yeah profile page
Im sure the developers of mee6 are busier than busy
But will I ever get Them?
maybe
if we had an answer, we would have given it
@lucid briarwhy there is no option for upload server?
just wait patiently, you'll find out once it has been resolved
you're not the only person affected by this
@lucid briarit is showing something went wrong
@lucid briarwhen i click preview my server so its showing 403 Something Went Wrong
first of all
dont spam ping him
and 2nd of all
send a screenshot
is ur bot approved?
@grim brooki am adding server not bot
yes
lol
Took an hour ish for the 403 to disappear after my bot was approved. Possibly same thing with server
Probably has to be synced across the CDN if itβs cached
How many time waiting?
Pins
https://i.imgur.com/prm52SP.png
#mod-logs message
if youd like to discuss it more dm the reviewer that denied your bot
I just did π
I Arabic not English
I dont speak arabic sorry
Your bot description is your bot's code. Your long description should not consist of your bot's code, it should be about what your bot does, command list, etc. Please rewrite your description to include more useful information about your bot.
just ask
my friend want add bot top.gg but he is banned from here
then they should appeal if they wish to: appeals@top.gg
so if i get selected as the highest bidder it will dm me?
ok thx, i say him
I have a question
If I have a website how do I make it so on top.gg it redirects the users to my website?
you add a website url to your bot page
once they click it, it gets redirected to your website
Your application doesn't exist
@sturdy swan you need to add the website here
Read above
I did
And what do I do now?
Are you sure it doesn't say "create bot" on the bot section?
Do I have to give it a hit
I don't understand what to do right now.
what's the id?
Bot or my ?
your bot id
Stop
?
hmm..
can't you see your website here
try it a bit later
No ?
unless you deleted your bot application
Ok
client bot is bot not my
Its I'd my
sorry
How do I delete a not published server? There's no delete option.
just kick dsl
DSL isn't in the server
then it shouldn't show up on the site anymore
And for one of the servers, I'm not even in the server anymore
known issue
How long does it usually take to get accepted into the advertising platform?
-upto
@sturdy swan
The average up-to-date approval times are stated [here](#support message).
This does not mean it will take the same amount of time someone else's bot took to be reviewed and does not mean your bot is guaranteed to be reviewed within that time frame.
There is no exact time for how long bot approval will take.
There is a queue and you're not first, nor are you last.
2-3 weeks afaik
I think you need to unauthorise your account with discord bot list but it will cause problems
Oh okay, wasn't sure if I filled something out wrong or not. Thanks ^^
Ok 
How do I do that and will it remove my bot aswell?
that wont make a difference
How do I make it so when someone clicks view on my bot it redirects to the website. I see the website on my profile but canβt click view and no redirect
I can see your website if it is your bot's link in your about me part
Yea Ik
But on the top.gg website
I see other bots when u click view to goes to there website
yea I can click it and it redirects
On top.gg?
yes
Mine took about 18hrs
what are you pressing exactly
I click here and it works fine
Ok 
But if i go to mee6 for example it shows the vote page. How do I make it like that
Ik the website at the bottom works
when robot rejection/acceptance is complete @long ferry
-upto
The average up-to-date approval times are stated [here](#support message).
This does not mean it will take the same amount of time someone else's bot took to be reviewed and does not mean your bot is guaranteed to be reviewed within that time frame.
There is no exact time for how long bot approval will take.
There is a queue and you're not first, nor are you last.
is bot list down
Mention my
i keep getting host is not working
You get this... just wait
you're not explaining exactly what you want
You're saying "I want people to redirect to my website" which you already done through the website button
are you talking about promotion cards that go to a website right after clicking on it? That's something that can only be done with auctions and promoted products
-auctions
What are auctions? What is #bids for? Click here to find out and click here to apply for access.
am I able to change name of the bot on top.gg as I have changed it on dev portal
When someone searches up my bot. And they click view, I want it to redirect to my website for it
not possible normally
that is only a thing for auction products promoted through auctions
a simple bot page cannot do that
@long ferry
itβs called Invoke rn
Press refresh data on your bot page
will it announce the highest bidder for auction tmr?
Thx
-auctions
@surreal swallow
What are auctions? What is #bids for? Click here to find out and click here to apply for access.
hello i switched to beta mode and after that nothing is working on the site and i am not able to switch back
https://typhoon.shx.is/55VtciCfj
press the settings on the top right
oop
i can't press
is your browser compatible?
it was
use a different browser
wait
uhm same happening on chrome
too
see
Not sure what happened then, works perfectly on my end
Disable extensions that could interfere with it
there are none
i have translate, honey and grammarly i dont think they will cause a prblm
Same happening from my mobile
Still
Do you still have the issue?
is background url working for anyone when filling bot details?
I am getting this error even though uploaded image is png image
Try linking to the image directly (right click on imgur or add the file extension to the end of the url in your browser)
can you get vote credits if your server gets 100 votes? and if so, can you use those credits on bots
ty bud
Why did i not get my vote credits even though my bot had 150 votes?
known issue
so have i lost out on this months credits?
worked, thx for help
not sure
I have already a bots code.. but it doesn't support spotify links...so now i want it to work on spotify api..can anyone help??? I will pay
-needdev
You seem to be asking for something you don't have experience for or something that hasn't been done yet, but really need for your bot/server.
You can hire developers from Fiverr or Freelancer to code the things you need for your bot/server.
bruh




