#support

1 messages · Page 159 of 1

rugged ferry
#

ok i wont do it

#

my bad

exotic holly
#

They say it is from the error due to the new restrictions of October 7

ocean forge
rugged ferry
#

how much would it cost if i want it only for a month tho

exotic holly
#

What to edit the privileged intentions

ocean forge
#

9.99

#

you cant

rugged ferry
#

ok thanks guys

#

yall are nice

worn moth
#

is it possible to transfer bot ownership?

gloomy shell
#

You can delete the bot and resubmit it under the new account

cunning owl
#

Stop spam your bot ss in every channel, nobody cares

runic zenith
#

When is the bot searching going to be fixed? No reason to have people vote anymore.

sturdy swan
#

Sup

#

I have a question.

#

With what

#

It's about a possible "IP logger" that I just got a ping about.

#

Tos

#

Terms of Service?

#

Don’t be taking ips

#

Or I’ll get rid of u

gloomy shell
#

-support

wild stoneBOT
#

This channel is for receiving help with aspects of top.gg, it isn't for general conversation or development support. Please keep this channel on topic!

sturdy swan
#

I saw the chat

#

Ah, so where do I go to report an IP logging scam?

gloomy shell
#

-discordreport

wild stoneBOT
#

Your issue requires a report to Discord. We don't handle ToS violations reports for Discord. To report your issue, you can contact them directly by clicking here.

sturdy swan
#

Ok

#

Is a person

#

Taking ips

#

Dm me

#

Dm me now

gloomy shell
#

You cannot help them

#

Their issue requires a discord report.

sturdy swan
#

It’s against tos

gloomy shell
#

Yes

#

Hence why it requires a discord report KEKW

sturdy swan
#

Report

#

hi

#

Report now

gloomy shell
#

Calm down

#

It's not your issue, you dont need to yell at them

sturdy swan
#

I can’t just ban there’s issues

gloomy shell
#

You cant ban here lmao

sturdy swan
#

No

#

Not what I mean

#

I can ban from app

gloomy shell
#

You cant ban someone from discord

sturdy swan
#

Discord dev

gloomy shell
#

You arent a discord dev

sturdy swan
#

@gloomy shell I applied 5 weeks ago and still haven't returned to me. Can you help me?

#

I'm sorry, if I disturbed you

#

Ok

gloomy shell
#

It takes 7 or more weeks

#

Keep waiting

sturdy swan
#

what

olive reef
#

Check pins

#

7 hafta veya daha fazla

sturdy swan
#

I am what ever u say

#

man, isn't this too much?

#

It’s cool

gloomy shell
#

We have a lot of bots to check, it takes however long it takes

sturdy swan
#

Believe what u will

cunning owl
#

Login into the website. There’s a new indication bar.

gloomy shell
#

@sturdy swan stop messaging in here, this is for top.gg support

#

Move to general

sturdy swan
#

Ok

#

@gloomy shell Is boost bassak priority given?

#

Boost bow priority given?

gloomy shell
#

There is no priority given to anyone

#

Even boosters

sturdy swan
#

okey

hybrid gyro
#

Is it allowed to make the bot name at top.gg rainbow or let the bot icon move a bit?

zinc oracle
#

it cant be too flashy

#

moving a bit is fine

keen vessel
#

we don't need boosters @gloomy shell

hybrid gyro
#

At make the Icon round is also allowed?

keen vessel
#

we have 69 boosts

#

no one wants it to change

#

@hybrid gyro yes

#

well to.move the icon you need to be able to execute js but you can't

hybrid gyro
#

well to.move the icon you need to be able to execute js but you can't
@keen vessel <style>
.bot-img{
animation: float 5s ease-in-out infinite;
}

@keyframes float {
0% {
box-shadow: 0 10px 25px 0px rgba(0,0,0,0.6);
transform: translatey(0px);
}
50% {
box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
transform: translatey(-20px);
}
100% {
box-shadow: 0 25px 55px 0px rgba(0,0,0,0.6);
transform: translatey(0px);
}
}
</style>

#

I used this

#

It works

keen vessel
#

if it works

#

¯\_(ツ)_/¯

night dock
#

my bot just hit the 429 rate limit for votes on dblapi, is there anyone I can contact about it

keen vessel
#

@night dock you did too many requests to top.gg's api, you gotta wait a bit

#

pretty sure there's smth about rate limits in the docs

night dock
#

well what happens when your bot gets big

keen vessel
gloomy shell
#

Use a webhook instead of fetching votes

night dock
#

yeah I'm using a webhook

keen vessel
gloomy shell
#

Then you shouldn't have been making requests, just listening for posts

#

Iirc

keen vessel
#

if you have a dbl info command, you gotta remove it

#

ig

#

if you have a webhook and store who voted, you don't need to do a request to check if a user has voted, you can just store the user who voted in a db

night dock
gloomy shell
#

It must be something else cause that doesnt make requests

night dock
#

webhook is working fine, just doing what the docs have said

#

I mean I just pushed an update that lets my users get rewards for halloween

#

probably because of that

gloomy shell
#

How do you check if theyve voted

keen vessel
#

are you sure you're not doing any requests to too.gg's api

night dock
#

yep

keen vessel
#

and are you sure these 429 are from dblapi.js

#

just gotta be sure

night dock
#

yes

keen vessel
#

ok

#

hmmm

gloomy shell
#

How do you know if theyve voted
Did you put it in your on vote event

night dock
#

it's in the on vote event

#

vote.user

keen vessel
#

when a user votes the webhook.on vote event triggers

#

I would suggest to store the vote in a db

#

so you don't have to do a request to top.gg to see if a user voted or not

lucid briar
#

are you using dblapi.js anywhere else in your code?

#

or just for the stuff shown in the screenshot?

night dock
#

maybe the dbl.isWeekend() ?

keen vessel
#

I mean I just pushed an update that lets my users get rewards for halloween

lucid briar
#

that sounds likely @night dock

night dock
#

ahh

#

probably that then

keen vessel
#

wait

lucid briar
#

you can probably just cache the result of that

night dock
#

ye

keen vessel
#

I'm pretty sure the webhook returns if it's the weekend or not

lucid briar
#

so you dont need to fetch every time?

#

does it?

keen vessel
#

yes it does

coral reef
#

Can I not get a API key until after my bot is approved

keen vessel
#

@coral reef you only get an api key if your bot is approved

coral reef
#

k

zinc oracle
keen vessel
#

^

lucid briar
zinc oracle
#

hey thats me

lucid briar
#

depends how ur doing it

keen vessel
#

@lucid briar webhook

lucid briar
#

huh

#

oh this would probably be better for #topgg-api actually

keen vessel
#

the webhook returns a is weekend thing

#

yeah but it's technically top.gg support too

night dock
#

ooh yeah it does

keen vessel
#

api is mostly used to help people to setup the webhook

night dock
keen vessel
#

so here you go @night dock,problem solved

night dock
#

so I can just do if (vote.isWeekend)

lucid briar
#

yep

sturdy swan
#

@lucid briar @quartz willow

#

my bot when control 2 moons

lucid briar
#

what

#

could you explain?

sturdy swan
#

my bot when control

lucid briar
#

sorry, youre not making much sense

#

can you rephrase that perhaps?

sturdy swan
#

When will my discord boat be checked

lucid briar
#

check pins

#

-pins

wild stoneBOT
#

Click on this icon to check pins and read all pinned messages.

night dock
#

Hi spookman

#

@lucid briar thanks for the help with the voting issue

lucid briar
#

does it work now?

night dock
#

can I send you a friend request about something really quick?

#

yup

lucid briar
#

nice

#

my dms are open

#

you should be able to just message me

arctic whale
oblique nexus
#

And

#

Oh shit

clever vessel
#

This is #support
there asking for support 😂👌

coral reef
arctic whale
#

-support 😂👌

wild stoneBOT
#

This channel is for receiving help with aspects of top.gg, it isn't for general conversation or development support. Please keep this channel on topic!

gaunt aspen
#

the bot dev role in this server will be added to users after their bot gets approved?

lucid briar
#

yep

#

youll get it as soon as your bot is approved

gaunt aspen
#

tyvm

lucid briar
#

or if youre a co owner of an approved bot

weak quail
#

-support

lucid briar
#

mod only...

thin blaze
#

have a question. So bot i made just says its offline and it wont respond to msgs. anyway to fix?

weak quail
#

@lucid briar

#

im waiting 20 day

lucid briar
#

@weak quail check pins

#

-pins

wild stoneBOT
#

Click on this icon to check pins and read all pinned messages.

weak quail
#

-pins

lucid briar
#

😩

#

read it

weak quail
#

xd

lucid briar
#

dont bother tryna run it lol

weak quail
#

how long do you think is left

#

Your bot in front of approximately 20% of the queue. When your bot is accepted or declined you will receive a DM from Luca in our Discord server.
Please check the pins of the #support channel to learn when your bot will be approved.

lucid briar
#

depends on a lot of things ¯_(ツ)_/¯

#

currently, bots are taking at least 7 weeks or so

weak quail
#

omg

#

xd

lucid briar
#

so you can probably expect it to be a little longer than that by the time we get to yours unfortunately

weak quail
#

thx

#

bro

lucid briar
#

👍

rocky bronze
#

Hello, I have a previous bot that has not been approved for about 6 weeks. I deleted the bot and applied for it.

lucid briar
#

that just makes the wait even longer...

#

check pins

#

-pins

wild stoneBOT
#

Click on this icon to check pins and read all pinned messages.

median wharf
#

Lmao imagine screwing up your wait spot just to wait even longer 😂

coral reef
#

Dude... I can’t woah

haughty rain
#

hey guys

#

should I stream my top.gg page until accepted?

lucid briar
#

why on earth would you do that

#

youll be there for weeks smh

haughty rain
#

see how long it takes

#

No

lucid briar
#

anyway

#

-support

wild stoneBOT
#

This channel is for receiving help with aspects of top.gg, it isn't for general conversation or development support. Please keep this channel on topic!

haughty rain
#

Im at 80% rn

#

I fought gen

#

lmao

lucid briar
#

(i think thats still around a couple weeks)

coral reef
#

(About a week)

#

(At 80% aswell lol)

lucid briar
#

(possibly lol)

coral reef
#

(Depends on how fast star man can work)

#

(kekw)

frozen sparrow
#

is there a limit on how long your bot can be offline for before it is remoed?

lucid briar
#

it needs to be online during testing

#

otherwise, no, it can be offline all you like

frozen sparrow
#

ah, kk

coral reef
#

They not gonna wait for it to come online

#

If it’s offline then time to get back in the queue

frozen sparrow
#

yeye

haughty rain
#

Will you guys decline bots if they are a little late to add intents

gloomy shell
#

as far as i know bots wont be able to go online if they dont have intents after it becomes mandatory?

worn mason
#

Yeah pretty sure thats the case

vast heath
#

hi

#

i want members on server my Friend how i do it /

long ferry
#

through hard work and dedication

coral reef
long ferry
#

through hard work and dedication
@long ferry still applies in my opinion Suschamp

lucid briar
#

search is still currently being worked on from what ive heard

haughty rain
#

Can someone help me with intents

#

I don't know what I really need lmao

lucid briar
haughty rain
#

I mean

lucid briar
#

just be patient

haughty rain
#

I aske

lucid briar
#

-support smh

wild stoneBOT
#

This channel is for receiving help with aspects of top.gg, it isn't for general conversation or development support. Please keep this channel on topic!

haughty rain
#

Why

#

Do I always think this is gen

#

fuck

sturdy swan
#

My bot is approved, right?

#

What is this now?

gloomy shell
#

its probably just cached for you

#

try clearing your cache and it should go away

sturdy swan
#

oh right

gloomy shell
#

yeah when i go to your bots page its not there for me

sturdy swan
#

I was concerned festivepepe

gloomy shell
#

so its cache

sturdy swan
#

tnx likee2

trail jay
#

how do i join the program

coral reef
little vector
#

mod change my name to default please

coral reef
#

Tis normal

ocean forge
#

how long for my bots pfp to update on the listing?

gloomy shell
#

Go into your bot, click edit, and click submit without changing anything

#

It should pull in your new pfp

ocean forge
#

thanks

nocturne needle
#

@livid glacier

livid glacier
#

yes?

nocturne needle
#

I want your dm chat

#

I can't find you

#

So sorry for ping

slow coral
#

Excuse me I need help

arctic whale
#

-ask2ask

wild stoneBOT
#

Don't ask to ask.
Just ask your question, it wastes time if you say "i need help" or "can someone help me?" instead of just saying what the problem is. Save your time and other people's time and just ask the question.

Please read https://dontasktoask.com/ for an explanation on why this is an issue.

slow coral
#

Excuse me, I need help putting my bot on the website, and it says my bot already existed

arctic whale
#

What's your bot's ID?

slow coral
#

753390299656618094

#

I already deleted the old one

#

But

#

It still showed up as

sturdy swan
#

Hey may i know when will my bot be added to the discord bot lost discord server?

gloomy shell
#

bots are no longer added to this server

arctic whale
#

@slow coral that bot was submitted by 680099668465811465

slow coral
#

Uh

#

Wait

proven imp
slow coral
#

680099668465811465

proven imp
#

today erort

#

eorr*

#

erorr*

slow coral
#

That user said he didn’t @arctic whale

distant wing
#

Try rejoining the server

slow coral
#

Thanks for telling me

proven imp
#

wet me left sencond

#

and join

distant wing
#

ok

proven imp
#

eorr

#

me left and in,too erorr

distant wing
#

try clearing the browser cache

#

then reload the page

#

@proven imp did that work ?

nocturne needle
#

I add my bot on top.gg at 20 September and site show that it's clear 30% queue only

distant wing
#

That seems completely normal

#

it will take 7 weeks+ so just be patient

proven imp
#

erorr too

distant wing
#

send a screen shot

proven imp
#

see,i add 2hour and erorr too

distant wing
#

oh ok seems i wont be able to help you further

#

but this seems like a top.gg issue

proven imp
#

oh

distant wing
#

just leave ur problem as a message here someone may know the issue and help you ok

knotty jetty
#

Hi! if this isn't the right place to ask, please let me know where! I don't necessarily need a full fledged functional bot, but is there a way to just make a normal account just appear online all the time?

#

other than obviously, leaving a computer/browser/whatever open 24/7 - is there a way to automate it?

distant wing
#

I dont think so

gloomy shell
#

no

knotty jetty
#

because even if I register it as a bot, I'd need to find a way to host it or something, right?

#

and there's no free way to host AFAIK?

#

sorry , I'm completely new to this so

gloomy shell
#

you can have a bot be online 24 7

#

but not a normal user account

distant wing
#

u can host a bot from ur machine itself

knotty jetty
#

all I want is for an acct with the name of my server to hang out at the top of the sidebar

#

whether or not other mods are visibly online

#

is there a way to do that?

gloomy shell
#

yeah you could make a bot account and invite it and write the code to connect it

#

but to have it onlin 24 7 youd have to have a computer/browser open or pay for it to be hosted

distant wing
#

you can have a bot be online 24 7
@gloomy shell i would like to know this

flat agate
#

hey, is there like "position" command to see where a certain bot is in the queue?

gloomy shell
#

no there is not

distant wing
#

no

proven imp
#

who can teach me how to add bot in top.gg

gloomy shell
#

-faq 1

wild stoneBOT
proven imp
#

me erorr

knotty jetty
#

okay thanks friends. It's too much hassle for me at this point in time but if I change my mind I'll come back and bug you guys for help

distant wing
#

that's fine

proven imp
#

who can teach me add bot in top.gg ?

arctic whale
#

-faq 1

wild stoneBOT
distant wing
#

send that error pic @proven imp

proven imp
#

this -faq 1 run to discord not quest

distant wing
#

screen shot and ur problem leave it here ok

gloomy shell
#

wait a few hours or so and then try to add a bot again

#

it needs time to detect that youre here

#

@sturdy swan go shitpost in other channels please

sturdy swan
#

lmao

#

wheres the fun at :(

#

wait

#

why am I in support

coral reef
proven imp
#

screen shot and ur problem leave it here ok
@distant wing ok

haughty rain
#

Is it possible to ask a staff member to approve if my site is okay

coral reef
#

lul

delicate prism
#

the blue bar means how long right?

#

a rough estimate

gloomy shell
#

The bigger it is the closer you are to be reviewed

delicate prism
#

ok thanks

distant wing
#

so i am also having 50% in front of the queue . How long would it take now ?

arctic whale
#

About 4 weeks probably

distant wing
#

oh ok

proven imp
#

@delicate prism why blok?

arctic whale
proven imp
#

yey my bot is done

keen gyro
#

Why is JavaScript not allowed in bot desc?

arctic whale
#

Security measurements

keen gyro
#

Can you define "Security measurements"?

arctic whale
#

Bot owners not being able to run suspicious scripts in the description

keen gyro
#

LIke?

arctic whale
#
let l = [];
while (true)
{
    l.append("qwe".repeat(2000))
}``` and so on
keen gyro
#

What does that do?

#

Why is that risky?

arctic whale
#

Do I really have to explain how a forever-running loop appending an element to an array bad

sturdy swan
#

?

wispy mountain
#

i need play bot in my sirvar

#

<@&304313580025544704>

deft python
#

-atmods @wispy mountain

wild stoneBOT
#

@wispy mountain

Please do not mention (ping) more than one or two moderators for help, unless there is an emergency.

Here are some examples of emergencies:

  • Raids / Multiple members mass spamming.
  • Severe disruption of Discord's ToS (NSFW content, etc)
  • Anything that requires more than 2 moderators to handle.
proper oxide
#

😔

deft python
#

😔

wispy mountain
#

im sorry

coral reef
distant wing
#

They look so sad

sturdy swan
#

@wispy mountain you can search the bot on our website and click the invite link

wispy mountain
#

@proper oxide hi i need pley bot in my siarver

haughty rain
#

quick

sturdy swan
#

but this is not related to top.gg so we can't help in this channel

#

Also please stop pinging mods for your own bot stuff

wispy mountain
#

bot in my sirvear but no play

sturdy swan
#

This dude really didn’t get the point of not pinging mods
@sturdy swan basically me and the bois back then

haughty rain
#

Sh

#

don't stop him

sturdy swan
haughty rain
#

this is funny

#

af

#

anyways

wispy mountain
#

thank you @sturdy swan

haughty rain
sturdy swan
#

@wispy mountain tumhe agar apne bot me help chahiye to tum #development me aakar kabhi bhi help maang sakte ho

haughty rain
#

yes

sturdy swan
#

we can stop now that guy's gone

coral reef
haughty rain
#

this will always be remembered in my brain

coral reef
#

Fr

haughty rain
#

yeah prob

#

this was funny

#

ok now general

coral reef
#

VERY

#

Ok

rocky swift
#

.

sturdy swan
#

DM me if u want custom bots OR want to host your bot for FREE or extremely cheap

long ferry
#

Idk man, seems really really sus

#

Have any references?

sturdy swan
#

It is not "sus" we do actually give FREE bot hosting for a lifetime without charging you a penny and we also give you extremely cheap dedi and shared hosting.

long ferry
#

FrySus References please

sturdy swan
#

What does that even mean? PB_dumb

coral reef
#

Ok no

#

@rose glacier <3

long ferry
#

Well if you don't even know what that means LULW

spark fossil
#

Hello

coral reef
#

Let's get off this topic. This is not related to top.gg support at all

spark fossil
#

What is the about it auction?

#

What is he doing?

sturdy swan
#

Well if you don't even know what that means :LULW:
@long ferry I am sure out lag-free servers re far greater than you hosting your bot on trash servers with 64 MB ram for $1000000/m.

coral reef
#

Let's get off this topic. This is not related to top.gg support at all
@coral reef

daring anchor
#

Ik his is for discord bots, but how can i get all votes for a discord server? Because there is no API docs for servers and can't get a token for a server...

coral reef
daring anchor
#

Ok i will, thanks

sturdy swan
#

how do you get the verified bot developer on profile?

daring anchor
#

Develop a discord bot and have it in > 100 servers. Then u can apply for verification

sturdy swan
#

ok

hollow storm
#

they dont give the badge out anymore tho

haughty rain
#

@sturdy swan One don't do it just for the badge, 2 the badge is removed, 3 We're not discord support.

hollow storm
#

only to the bots

sturdy swan
#

yes i know i love programmminnnng

patent quarry
#

im new here but, the top two bids get a spot. Is that correct?

coral reef
#

Here’s some info on auctions

rain iron
#

hi

haughty rain
cobalt anchor
#

Does DBL have, like, no staff?

covert arrow
#

yo momma

sturdy swan
#

I search a bot

#

But I dont find

#

Bot name:InviteLogger classic

haughty rain
#

Try just searching InviteLogger

sturdy swan
#

How to know if my bot is accepted or declined!

#

Try just searching InviteLogger
@haughty rain I try but I dont find

minor skiff
keen wolf
#

How many days/weeks will it take to verify a bot??

distant wing
#

@keen wolf For now, minimum 7 WEEKS OR MORE. 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. NO ONE CAN SAY HOW LONG IT WILL EXACTLY TAKE.

keen wolf
#

Ok thanks @distant wing

distant wing
#

welcome

upper nest
#

I try but I dont find
@NsC ◇ DeepYᴵᴷᴹ#5354 is that your bot?

#

@NsC ◇ DeepYᴵᴷᴹ#5354

#

well, if it's your bot and your bot is not yet approved, you can't search in top.gg

nova spoke
#

Botum Ne Zaman Onaylanıcak

#

When will my bot be approved?

placid ledge
#

..

keen wolf
#

When will my bot be approved?
@nova spoke may take days/weeks/months

nova spoke
#

@keen wolf But there is no such thing, it's been years and I'm still waiting for it to be approved

keen wolf
#

WHT!

smoky sapphire
#

@keen wolf But there is no such thing, it's been years and I'm still waiting for it to be approved
@nova spoke yeah im sure it has

lucid scaffold
#

Lol

nova spoke
#

it's just irony

#

Did you understand for real?

#

pity on your head

little vector
cobalt sleet
#

I also have a server up there too which doesn't appear either

#

I understand you're working on new search features, just thought I'd point it out.

manic pendant
#

Hey. When searching for my bot by name it doesn’t appear in search anymore.
@cobalt sleet What’s your bot ID?

cobalt sleet
#

675996677366218774

manic pendant
#

Hi, I’m wondering, members + is offline and won’t do anything, is there any way I can fix this?
@cunning plinth Wrong server

cobalt sleet
#

You need to contact the bot developers @cunning plinth

cunning plinth
#

Oopsie it is the wrong server xd

manic pendant
#

@tacit zodiac ahem -wrongserver

#

675996677366218774
@cobalt sleet I’m not seeing your bot denied

#

Or even deleted

tacit zodiac
cobalt sleet
#

Yeah it's not. It still appears when you search for keywords like "truth or dare" but not when you search the bot by name

#

Seems to be a glitch in the new search

manic pendant
#

Well, nothing I can really do from my end

cobalt sleet
#

Yeah I know. My message was more directed towards the website staff.

manic pendant
#

I’ll throw the book at Shiv when he gets on

#

Unless a mod whose lurking wants it

tacit zodiac
#

The team are aware of issues with search and they are currently working towards addressing them

cobalt sleet
#

Yep 👍 i'm aware of the changes happening. There's no problem. Just wanted to point it out. It's not a major issue or anything but it would be great to get it fixed eventually.

agile cairn
#

what happens when ur bot dosent get verified by the end of the year?

#

i heard that u cant invite it to any server right?

stone grove
#

the deadline is already end

#

The limit is 100 guilds right now, when u did not get verified @agile cairn

quartz wigeon
stone grove
#

??

quartz wigeon
#

this is very long...

sturdy swan
#

hey when i put the likn of my medal clip in my discord and click on the link it says the clip dosent exist

stone grove
#

what for medal clip?

sturdy swan
#

how to do Server Count

#

@cobalt sleet, can you help me

cobalt sleet
#

Don't ping me

sturdy swan
#

ok sorry for that

cobalt sleet
#

What library are you using?

sturdy swan
#

discord.js

cobalt sleet
#

Google it

sturdy swan
#

ohh lol

cobalt sleet
#

Lots of stuff online for d.js

sturdy swan
#

ok i'll see

#

sorry for ping!!

cobalt sleet
#

Start with that ☝️

sturdy swan
#

ok thnx

#

yo mac when i paste a metal link it dosnt show my clip when i click on it

#

what do i do

cobalt sleet
#

idk what you mean

stone grove
#

me either

sturdy swan
#

like when i paste my link clip into my discord and then my friends click on the link it says my clip dosnt exist

#

i can message you my link clip if you want to see

cobalt sleet
#

This has nothing to do with top.gg

cosmic delta
#

how can i define "get" in discord.js for play(music)

cobalt sleet
#

Show your code

cosmic delta
#

Sent the part of the code

sick latch
#

@tacit zodiac 454052039899611136

#

@cobalt sleet can u help me
thats the ID , my server is not show in the dashboard

tacit zodiac
#

Hmm?

sick latch
#

you asked for my id yesterday

#

and no replys

tacit zodiac
#

Oh right

#

Can you remind me what issue you were having?

sick latch
#

i added your bot and everything is good but its not shown in the dashboard

scenic rain
#

@tacit zodiac

tacit zodiac
#

@sick latch Try again

#

@scenic rain Did your bot recently get approved?

scenic rain
#

Yes

tacit zodiac
#

Bots don't get added to the server anymore

scenic rain
#

Old prefix ! Now L! Bot have common prefix

#

@restra

tacit zodiac
#

I see

#

Can you give me a command to run?

scenic rain
#

L!bilgi

tacit zodiac
#

Doesn't respond

wild glade
#

So I just realized that my bot's imagesearch command can be used for somewhat nsfw purposes. I had to take my bot down for a couple of minutes but it should be back up now

scenic rain
#

You see my bot?

wild glade
#

If any mod tried to run my bot within that time please give it another go

scenic rain
#

@tacit zodiac

sick latch
#

@tacit zodiac what shoud i try again?

tacit zodiac
#

@sick latch Add the bot back

#

@scenic rain Yes it doesn't respond to the command

sick latch
#

ok now its working

#

lol

scenic rain
#

@tacit zodiac my bot turkish

tacit zodiac
#

Yes but it doesn't respond to my commands

hexed axle
#

My bot avatar is not displayed in website.

sturdy swan
#

Edit De Sonra Otomatik Guncelliyor @hexed axle

hexed axle
#

eyvallah

silk oracle
hexed axle
#

Hey Im verified developer, can I get certified developer tag?

scenic rain
#

@scenic rain Yes it doesn't respond to the command
@tacit zodiac bot no have send message perm new prefix R!

#

R!yardım

tacit zodiac
#

It does have send message perms in our testing channel

nova orbit
#

Gotcha! ^^

chrome trellis
#

Is the badge purchases opened? @tacit zodiac

scenic rain
#

@tacit zodiac bot have common prefix can take this role now prefix R!

tacit zodiac
#

@chrome trellis You can't buy badges

chrome trellis
#

bot developer badges

tacit zodiac
#

You can't buy them

chrome trellis
#

yeah ı know

#

they are closed

scenic rain
#

@tacit zodiac bot have ' Common Prefix' role can take this role

tacit zodiac
#

@scenic rain I have attempted to run commands in our test channel but the bot doesn't respond to either

sturdy swan
#

is @stray relic the best music bot, its the one i see so much

olive reef
#

@hexed axle sertifika verilmiyor

sturdy swan
#

is @stray relic the best music bot, its the one i see so much

stiff niche
#

when support accpet my bot

tacit zodiac
#

@stiff niche Check pins

sturdy swan
#

xig? is it

#

or are all bots same

cosmic delta
#

Oh, wrong chat

scenic rain
#

@tacit zodiac can say test channel ' R!yardım '

stiff niche
#

oh it's okay.

scenic rain
#

Retry

tacit zodiac
#

Doesn't respond

sturdy swan
#

okay thanks for hjel[p

#

is @stray relic the best music bot, its the one i see so much
@sturdy swan

nimble bronze
#

How can I be a certified bot developer

sturdy swan
#

get veridied bot @proven hollow

nimble bronze
#

My b0t is verified may I please have the role

tacit zodiac
#

@nimble bronze Applications are closed you cannot receive certification

nimble bronze
#

Ah aight ty

sturdy swan
#

any eta when certification will be back

tacit zodiac
#

We have plans for a new system to be in place, however there is no ETA for when that will happen

quartz wigeon
#

For the verification the bot must be online?

austere timber
#

yes @quartz wigeon

quartz wigeon
#

oh...

#

i have no hoster...

austere timber
#

glitch life saver

scenic rain
#

@tacit zodiac can look dm

quartz wigeon
#

glitch life saver
@austere timber hummmmmm

lethal kite
sturdy swan
#

estimated how much more days i have to wait according to it?

scenic rain
#

@tacit zodiac can look dm

tacit zodiac
#

No estimation will be given, it's just a notification implying that your bot will be reviewed in the soon future

scenic rain
#

@tacit zodiac can retry look dm

tacit zodiac
#

You don't have to mention here every time you DM me

hollow pewter
#

4 week passed for my bot

scenic rain
#

Ok sorry

hollow pewter
#

How more time you take

vagrant wigeon
#

Check pinned messages

hollow pewter
#

I check but my bot name not come

vagrant wigeon
hollow pewter
#

Now time period extend😩 😩

abstract junco
#

Hello. happy Halloween in advance...

#

on top.gg, i don't see cover image... it's says

sturdy swan
abstract junco
#

check pin message..

minor crow
#

why does everyone always have to ask for more

#

be happy it even shows you the percentage

sturdy swan
#

I wonder if it is approved

#

🙂

abstract junco
#

just be patient

#

Humans takes time

fading plume
#

Hello

#

im from Russia

sturdy swan
#

You are right 🙂

abstract junco
fading plume
#

help me please

minor crow
#

all I know from you at the moment is that you're from russia

#

not helpful

#

-ask2ask

wild stoneBOT
#

Don't ask to ask.
Just ask your question, it wastes time if you say "i need help" or "can someone help me?" instead of just saying what the problem is. Save your time and other people's time and just ask the question.

Please read https://dontasktoask.com/ for an explanation on why this is an issue.

fading plume
#

how to create your own discord bot?

#

all I know from you at the moment is that you're from russia
@minor crow :)

abstract junco
#

out of question..

minor crow
#

-support

wild stoneBOT
#

This channel is for receiving help with aspects of top.gg, it isn't for general conversation or development support. Please keep this channel on topic!

minor crow
fading plume
#

I understand I will ask in another discord server

#

ask for general advice in #development
@minor crow everything is ok, I got it

#

sorry for wasting time

maiden blade
#

-help

minor crow
#

-botcommands

wild stoneBOT
#

Hey! Bots aren't given permissions to send responses in this channel. Please use #commands or #265156322012561408 to run commands. In addition, bots with commonly used prefixes cannot read or send messages in any channel. This is done to prevent spam and bot abuse.

sturdy swan
#

how i can know my bot is Accepted or no ?

#

it will dm

#

how much days ?

#

atleast 5 weeks

cobalt sleet
sturdy swan
#

nvm

#

it's now 7 weeks

bright burrow
#

Hey

#

how do i edit my bot's page using html or css

cobalt sleet
#

At least 7 weeks...

#

how do i edit my bot's page using html or css
@bright burrow in the page editor, use html and css

sturdy swan
#

bruuh im waiting like 27 days now

#

I have to wait more ?

cobalt sleet
#

Yup

bright burrow
#

i am waiting for 1 month 15 days burh

sturdy swan
#

Is hard

bright burrow
cobalt sleet
#

Just make sure your bot and bot page follow all the guidelines and make sure your bot stays online. Otherwise it might get rejected and it will take longer.

#

Yes @bright burrow

bright burrow
#

it is online always

cobalt sleet
#

It literally says it right there

bright burrow
#

and follows all guidelines

sturdy swan
#

@cobalt sleet you know DBFD language ?

bright burrow
#

ik but i got confused

#

so.......... xD

cobalt sleet
#

"HTML, CSS and Markdown are allowed"

bright burrow
#

i am dumb

cobalt sleet
#

@sturdy swan no

bright burrow
#

"HTML, CSS and Markdown are allowed"
@cobalt sleet it isnt working tho ;-;

#

nvm i fixed it

trim herald
#

.

oblique nexus
#

Jajajajajajaja

#

@minor crow YEEEEE

sturdy swan
#

@oblique nexus why do you have 137523 pings (literally the exact number in the screenshot they sent)

oblique nexus
#

heh

smoky sapphire
#

760788646059835434

#

@wintry oriole

#

lmao

sturdy swan
#

@willow hare can you stop

willow hare
#

No

sturdy swan
#

if people don't want to join your server why force them

willow hare
#

I’ll stop

smoky sapphire
#

@willow hare get your ass out of this server, no one wants you here

willow hare
#

I’m sorry

#

@willow hare get your ass out of this server, no one wants you here
@smoky sapphire bitch go drown

#

Eat pussy

#

And shit

#

Slut

#

Clown face whore

smoky sapphire
#

im a male

#

so no

sturdy swan
#

I'm reporting you to Discord for mass DM adverts and breaking community guidelines

willow hare
#

Stfu

#

Idc

smoky sapphire
#

ffs @tacit zodiac

sturdy swan
#

Don't mess with Discord Developers

willow hare
#

Bitch

smoky sapphire
#

this_persons_age < 12

sturdy swan
#

@arctic whale

#

@wintry oriole

#

that's enough pings

arctic whale
#

@warm stream handle this please

warm stream
#

👀

#

1 sec

#

Oh Xiggy already came in smh

sturdy swan
#

Can I report this guy to Discord

warm stream
#

You can try

sturdy swan
#

I got both the snowflakes of the server and the guy
Thanks Misly for not hiding the invite URL
@warm stream remove the guild 764035241626828830 from DSL if it's there

#

guy's id: 760788646059835434

warm stream
#

We don't remove their servers if they get banned in here Thincc

oblique nexus
#

@sturdy swan owo

sturdy swan
#

But you guys remove bots...?

warm stream
#

Yes, yes we do

sturdy swan
#

Why not bots?

#

We're not a place for hiring people

#

god stop pinging the same mod again

warm stream
#

I don't know the reason behind why not both get removed but a Discord bot generally can do a lot more damage then someone server. Can't really nuke a server with another server

#

Also can you please stop fucking tagging me

#

@sturdy swan

sturdy swan
#

there is a -lookingfordeveloper right?

nova geyser
#

I have a question in terms of the Description for the bot. How can I add an image? Like a custom one?

jaunty basin
#

img tag

nova geyser
#

Ah ok, thanks. I forgot

arctic whale
#

there is a -lookingfordeveloper right?
@sturdy swan

#

-needdev

wild stoneBOT
#

DBL is not a place to find developers for jobs. You can try and put a request on Fiverr or Freelancer. Please do not post the request again. Doing so may result in punishment.

sonic python
#

-queue

arctic whale
#

-ask2ask

wild stoneBOT
#

Don't ask to ask.
Just ask your question, it wastes time if you say "i need help" or "can someone help me?" instead of just saying what the problem is. Save your time and other people's time and just ask the question.

Please read https://dontasktoask.com/ for an explanation on why this is an issue.

sturdy swan
#

I accidentally filled in my auction information missing.

#

What is your monthly marketing budget?
300₺ or 40$

#

What page(s) are you most interested in promoting your bot on?
turkish

#

I accidentally pressed the "enter" key :(

#

@arctic whale Can you fix it?

bitter gust
#

So on top.gg some bots have a number on how many servers they are. How does 1 do that?

arctic whale
#

-servercount

wild stoneBOT
#

To have your bot's server count displayed on DBL, please read the documentation on server/shard posting. Click here to see the docs.. You may also find #312614469819826177 useful; however it is strongly discouraged as most of the examples are extremely outdated.

sonic python
arctic whale
#

I accidentally filled in my auction information missing.
@sturdy swan You can probably DM Veld about it or just wait until your application gets denied

sturdy swan
#

I'm not banned?

arctic whale
#

@sonic python Pretty much "soon", that's as close as I can get

#

No, as long as you don't repeatedly send fake/troll apps, you're fine

#

@sturdy swan I said DM Veld, not me

sturdy swan
#

orospu

#

sorry

vale grail
#

@tacit zodiac May I ask a question christmasthink

arctic whale
#

-ask2ask

wild stoneBOT
#

Don't ask to ask.
Just ask your question, it wastes time if you say "i need help" or "can someone help me?" instead of just saying what the problem is. Save your time and other people's time and just ask the question.

Please read https://dontasktoask.com/ for an explanation on why this is an issue.

tacit zodiac
#

Hmm?

arctic whale
#

I'd suggest discussing this in DMs

vale grail
#

Alrighty thanks

honest cobalt
#

hi guys, have a question. how long it will take for my bot to be approval ?

steady finch
#

6+ weeks and check pins

upper nest
#

7+ weeks*

honest cobalt
#

thanks.. im not in a hurry :))

sturdy swan
#

Haha- i forget what was my bot can someone give link loll

distant wing
#

ok can somebody tell me the html code to add background image to description ?

arctic whale
#

ok can somebody tell me the html code to add background image to description ?
@distant wing #development

#

Profiles don't support HTML/CSS

sturdy swan
#

Can u tell me in how many days/weeks/mounths/years my bot ganna aprove?

arctic whale
#

Average review takes 8+ weeks

sturdy swan
#

okay

#

Its only been 2 weaks and it look likes 2 years xD and ty

#

How much time I need to wait? ( approximate )

arctic whale
#

Read my previous message

distant wing
#

7+ week at minimum

arctic whale
#

Keep auctions stuff in the auctions channels

willow trail
#

turkish moderator ?

#

help me

arctic whale
#

-ask2ask

wild stoneBOT
#

Don't ask to ask.
Just ask your question, it wastes time if you say "i need help" or "can someone help me?" instead of just saying what the problem is. Save your time and other people's time and just ask the question.

Please read https://dontasktoask.com/ for an explanation on why this is an issue.

willow trail
#

?

#

I need help, please.

silk oracle
#

just ask it (read the message above)

arctic whale
#

Just ask your question, it wastes time if you say "i need help" or "can someone help me?" instead of just saying what the problem is. Save your time and other people's time and just ask the question.

willow trail
#

wht

#

?

modest cobalt
#

just ask a question

arctic whale
#

P.S. just tell me what you need help with

#

instead of saying "I need help"

sturdy swan
#

@arctic whale he said Turkish moderatorr maybe he can't understand english

#

translate the text luca sent

jovial venture
#

.

arctic whale
#

@tranquil yacht Get your qt ass in here, a Turk is in need of assistance and doesn't seem to understand a single word I throw at them

#

-dotpost @jovial venture

wild stoneBOT
#

@jovial venture

Please do not post dots to clear your messages/get attention. It adds absolutely nothing to the conversation and just causes spam.
If you need to get attention, then say hello everyone. If you need to clear your messages, then press the Esc key. If you do not follow these instructions you will be muted.

sturdy swan
#

Where do you use bot commands?

jovial venture
#

Ok

#

I wasn't knowing 😅

arctic whale
#

Moderators test bot commands in a separate server. You can use bots in #commands but those will be removed soon

tranquil yacht
#

Hmh?

willow trail
#

hi help

arctic whale
#

Apple

#

state your question

willow trail
#

is the head tag used in the HTML/css section of the bot

tranquil yacht
#

Evet

willow trail
#

nerden anladın türk oldumu

#

?

tranquil yacht
#

Yukarıdan söyledin?

willow trail
#

boostrap kullancamda

tranquil yacht
#

Cas importlayamazsın

willow trail
#

çünkü başvuru yaptım epilepsi nedeniyle red aldım

#

botumun daha önce başvuru kabul edilmesini nasıl sağlayabilirim

#

botumda epilepsi yok

tranquil yacht
#

Mümkün değil

#

Rainbow ve hızlı renk değiştiren şeyleri kapsıyor

willow trail
#

tmm js kullanabiliyormuyum <script> etiketi içinde

tranquil yacht
#

Hayır

willow trail
#

tamam teşekkürler türksün demi

#

çok yardımcı oldun thank you

#

eywallah

bitter gust
#

What is a shard?

willow trail
#

@bitter gust türkmüsün

cobalt sleet
arctic whale
#

A split connection to Discord gateway that only allows up to 2500 servers

willow trail
#

@cobalt sleet hahah apple

sturdy swan
#

Hi

cedar pasture
#

-support

sturdy swan
#

I have a question...

arctic whale
#

-ask2ask

wild stoneBOT
#

Don't ask to ask.
Just ask your question, it wastes time if you say "i need help" or "can someone help me?" instead of just saying what the problem is. Save your time and other people's time and just ask the question.

Please read https://dontasktoask.com/ for an explanation on why this is an issue.

sturdy swan
#

Ok

#

How many days I need to wait after I upload my bot? ( approximate )

cobalt sleet
#

7 weeks +

arctic whale
#

🙄

cobalt sleet
#

🤦‍♂️

arctic whale
#

I did say "read my previous message" above

#

which literally said, quote

cobalt sleet
#

Literally everybody, all the time...

arctic whale
#

Average review takes 8+ weeks

sturdy swan
#

Ok

cobalt sleet
#

Btw shiv my bot doesn't appear in search anymore

#

But it appears when searching for keywords like "truth or dare"

arctic whale
#

Search seems to be broken atm

cobalt sleet
#

Yup. Just thought I'd let you know. Not urgent.

arctic whale
#

👍

#

Admins are aware, yeah

#

It's being worked on

sturdy swan
#

sa

#

:hi:

#

hi

lucid briar
#

-support

sturdy swan
#

wwathsap FUCKERRESS

wild stoneBOT
#

This channel is for receiving help with aspects of top.gg, it isn't for general conversation or development support. Please keep this channel on topic!

south sphinx
#

If your bot has a help command that lists the dev commands for people to see, but does not enable them to use them, does that go against Rule 6?

sturdy swan
#

yeah boy

#

not turkiş

#

sikiş

lucid briar
#

nope, that is fine

sturdy swan
#

yeah

lucid briar
#

we only care if users can use them

south sphinx
#

Okay! Thanks.

sturdy swan
#

sikiş

#

ayn ayn sikiş

tranquil yacht
#

Ooo demek öyle

sturdy swan
#

etnwtıewtnwotı

tranquil yacht
#

Vay şansa bak

sturdy swan
#

hadi be türk varmış

#

onıewontwıot sikiş

#

.D

#

I feel @sturdy swan is going to get banned

tranquil yacht
#

Fotoğraf çekiyorum hatıra

sturdy swan
#

realy İ:Dwoetnwoeıtweıttıoetwıtbwet

tranquil yacht
#

Ban yemeden önce

sturdy swan
#

not role @sturdy swan

sonic python
#

DISPIÜSIÖDIFLLDLEP

sturdy swan
#

😄 wetweıonteıwot

tranquil yacht
#

-b @sturdy swan

wild stoneBOT
#

dblMod Banned ! ÐΞS ✯ Rawonz ꂑ#3549 (@uncut wagon)

sonic python
#

Güzell @tranquil yacht

tranquil yacht
#

Sıra sende mi

sonic python
#

Bruh hayır

tranquil yacht
sonic python
#

Ben o kadar sapık değilim LOL

#

K

south sphinx
#

Anyone?

tranquil yacht
#

I didnt get what do you mean

south sphinx
#

If I have commands present on the help command labeled under "dev" that @everyone permissions can see. but can't use, is that compatible with Rule #12

sturdy swan
#

I found an NSFW server that might be on DSL

sturdy swan
#

The same Indiana guy that was troubling us a few hours ago

#

764035241626828830

#

@tacit zodiac

tranquil yacht
#

@south sphinx you are allowed to display your dev commands publicly

south sphinx
#

Okay, as long as they cannot be used. Thanks! thanks

tranquil yacht
#

Yes

#

np

sturdy swan
#

bruh

#

how much waittime atm?
@ocean orbit check the pins

#

7+ weeks right now

#

We have analytics too

#

You can kinda see the bot position in queue

keen gyro
#

Why is my bot being skipped?

tacit zodiac
#

@sturdy swan ty

cyan bear
#

Hey, I have a simple question why my bot is missing from the list

tacit zodiac
#

Doesn't violate our rules tho

cyan bear
#

I do not understand?

keen gyro
#

I saw bots, that was added after mine, got approval before mine

gloomy shell
#

Read the oldest pin that isnt xignotics

#

In this channel

safe echo
#

what rule ? @gloomy shell

cyan bear
gloomy shell
#

??

#

@cyan bear search is a little messed up right now, they're working on fixing it

cyan bear
#

ok thanks

keen gyro
#

Ah, I think mine need a special review

#

OOF

hollow pewter
#

anyone can help me install discord sleepy

south sphinx
#

What?

hollow pewter
#

wdym?

south sphinx
#

What do you mean by

discord sleepy
?

distant timber
#

lol

hollow pewter
#

oh this

limpid fractal
#

This isnt support for this

gloomy shell
hollow pewter
#

oh k

south sphinx
hollow pewter
#

ty

south sphinx
distant timber
#

where do i invite discord to my server?

gloomy shell
#

What

south sphinx
#

You cannot invite the discord systems bot into your server.

distant timber
#

i see'

south sphinx
#

Yes.

distant timber
#

how do i invite disboard to my server? lol

south sphinx
#

Oh.

gloomy shell
#

We arent disboard

#

Go ask in their server

distant timber
#

ik, just random question

gloomy shell
#

Well dont ask it here

#

Cause this isnt disboard.

distant timber
#

okayy

gloomy shell
#

Dont advertise.

south sphinx
#

Sorry.

distant timber
#

umm

#

wow ok

#

lol

median wharf
#

@gloomy shell are you ok? Lol I don’t normally see you seem aggravated lol

gloomy shell
#

-support

wild stoneBOT
#

This channel is for receiving help with aspects of top.gg, it isn't for general conversation or development support. Please keep this channel on topic!

median wharf
#

Ah, I think mine need a special review
@keen gyro why?

keen gyro
#

Some bots are getting verified before mine

median wharf
#

Ok and? There are reasons why

south sphinx
#

How do you know that those bots are in line after you?

median wharf
#

@south sphinx they can check the logs lmao

south sphinx
#

Well it doesn't give a very clear list of bots in the queue

#

But whatever.

tawdry falcon
#

Hi, very quick question, my bot has been on hold for 1 + month. I was told it took 3 weeks maximum, it's just to see how it goes.

median wharf
#

Yes it does lol. It tells when it’s added and when they are denied or accepted

#

Hi, very quick question, my bot has been on hold for 1 + month. I was told it took 3 weeks maximum, it’s just to see how it goes.
@tawdry falcon read pins

south sphinx
#

Check the pins.

keen gyro
#

check the recently approved bot

#

search it up

#

look at the time

#

boom