#topgg-api
1 messages · Page 55 of 1
Does it 
Oh it does
Anyways, it should work
Wait wait
your config.dblkey is a string
And you dont get the error because you dont listen for error events from dbl
Oh really, cus it says it's posted then we wait 30mins and it's not posting
with the token wrong it shouldnt post at all
a) make config.dblkey into a variable, not a string.
b) that will only post after the 30 minutes have passed. if you want it to post on ready and after 30 minutes, add a dbl.postStats() somewhere outside of the interval in your ready event
c) instantiating a new client can lead to all kinds of funky bugs in posting. i recommend passing your existing client in from somewhere else (the way this works depends on how youre fragmenting your code)
i get an error when i run my bot, saying
RefrenceError: Discord is notdefined
and it says the error is in this line:
const client = new Discord.Client();
how can i fix that
you didn't import discord, most likely
@fleet pebble it's not related to dbl
Ok, how can i fix it
You don't have something like const Discord = require ('discord.js')
but i do
i dont know
i have const DiscordJS = require('discord.js'); in the like 3 line of my file
im trying to get my server count on the site
the code you posted has nothing to do with that
ok
Didn't you already define client/bot? (const client = new DiscordJS.Client()) or something
No need to do it again
well someone told me to put this code in my file:
const Discord = require("discord.js");
const client = new Discord.Client();
const DBL = require("dblapi.js");
const dbl = new DBL('Your discordbots.org token', client);
// Optional events
dbl.on('posted', () => {
console.log('Server count posted!');
})
is that right
don't just copy paste
...
sure but you should have already defined Discord and client before trying to post your server count
you don't need to do it again
^
I posted an issue on the .NET wrapper of the API a few days ago, was wondering if anybody at least acknowledged it
Well its literally this https://github.com/DiscordBotList/DBL-dotnet-Library/issues/5
I think this happens when the API is down
oh that makes sense
it also may be an authentication error
so you got an empty string back as a response
PR it
I'll give it a try, but its a bit hard to debug that specific case
Or I could just try catch the whole thing :v
Actually I'm wondering if I should PR this because it would still break the wrapper in other places, so should it all return null or throw an exception im not sure
`503 Service Unavailable
The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.`
its just blank page with this content
Yeah, thats what happens with errors
@restive otter wrong channel, and either you're not admin on a server or you're logged in to the wrong discord account in your browser
Lol IdleRPG😂 
I'm getting Error: 503 Backend fetch failed with dblapi
you know why?
Because the backend fetch failed?
5xx are internal server errors
Yeah
4xx = You messed up
5xx = DBL messed up
2xx = Everyone is happy
3xx = you will be happy soon
1xx = what tf this isn't httpv1
Anything >=600 = we're making up our own bullshit
Anyone familiar with or using NGINX for the api endpoint for the dbl webhook?
How do i show on discordbots how many servers my bot is in
@pure lagoon #312614469819826177
just send http requests
the dbl python package is outdated and doesnt work
afaik
So checking at the example
i guess i need to sned a post
using a Authorization header
right?
pydbl...
Just
How
@runic grove It works but barely
Correct, Adautop
(if it's in a bot, use aiohttp)
Well
the example didn't work
and i've tried ```python
session = aiohttp.ClientSession()
await session.post("https://discordbots.org/api" ,json = {"server_count": len(client.guilds)}, headers = dblHeaders)
await session.close()
no success too
The link is https://discordbots.org/api/bots/YOUR_BOT_ID/stats
Also, keep your indents clean
Gonna try the endpoint
If the line above doesn't have : at the end, don't change the column of the next one

No
Why would you want to?
What?
You should not be using another bot's votes for your own bot
yes
but you can just send whatever number you want
you can get the real server count from the real bot and send that
or just send stats on the real bot and catch votes on the other one
there's nothing blocking you from using 2 bots
I'm a bit confused about the webhook thing
I've got it working before but honestly -- I don't remember how
How exactly do I setup the webhook address that I put into DBL?
Are you using vpn?
?
No
@restive otter what language?
No
@plain timber nodejs, im having someone do it
but dbl.on('vote', vote => {
is a thing right
its not just with webhook
@plain timber do I need to connect a webhook for thtat to work then?
I just want it to update a json file
also, how do I store the userid with on vote
wdym connect a webhook
if you use the example code it will start a webserver
then dbl will send a post request to it
do i need to mkae this
I don't need to use it
also @plain timber how do I get the userid from the user voting
you do need that
I don't know how to setup the webhook
and its vote.user
it never works
did you use the code...

it has example code
ive read it a billion times
dude
the code isnt the damn problem
it's the connecting the webhook
i dont even need a webhook
i dont need to post anything to it?
i just need it to edit a json file upon someone voting
dude... using webhooks is the only way to run code when a user votes
in that url, change 0.0.0.0 to the ip of the server
and it works perfectly fine
thats separate from voting
posted has nothing to do with votes...
posted is for when it sends the server count
you're hosting the bot on a server aren't you?
yeah sure
bro
with the port and the rest of the url
yes
i have no idea what you're talking about
you tell me not to put a port
but log the port
i told you to put the port
i dont know what the damn port is
its not hard ree
it will log a url with a port
put that url in the site and put in the ip
just leave that
and I dont know if I have to use the :50000 port or not
then what do i put in the code!?
leave it as it is
use 5000 in the code ...
couldve just said that
const dbl = new DBL(dbltoken, { webhookPort: 5000, webhookAuth: 'password' });
so i dont put the ip
just that
yw
@plain timber
hi
dbl.webhook.on('test', test=> {
does that work for testing?
or
do i just use dbl.webhook.on('vote', vote => {
yes
ok so
I checked api page
and
so i put this in
dbl.webhook.on('vote', test => {
console.log(User with ID ${vote.user} just voted!);
});
clicked test button, but didn't work
what url do you have on the bot page?
is the port open/forwarded?
check if you can access the ip in your browser
remove the s
https -> http
you don't have a ssl certificate
so you can't use https
page not found
nothing happened
without https as well
i did save
ill delete img in 3s
;p
it had the ip on it so
i suppose I can trust a mod
i hit save & test nothing
@sudden rampart does it have to be forwarded or whatevs?
make sure the Webhook Authorization on the edit page is correct
it is
is the url supposed to display a page or just page not found @plain timber
not found
because it will only work with a post request
do you have any kind of firewall?
i'm trying to send requests to your ip but they never manage to connect
how exactly do I disable / find an antivirus on a vps
lmao
windows defender showed no results
connection refused on port 5000
change port?
not for me
< HTTP/1.1 403 Forbidden
< Date: Sun, 07 Apr 2019 00:04:16 GMT
< Connection: keep-alive
< Content-Length: 0
<```
do i change port?
is there any way to make it so when they can vote again, it messages them on discord
for d.js you can use client.users.get(vote.user).send('whatever')
reeeeeeeee
what
that wont get uncached users
well yeah you may want to fetch them first
2 hours late but felt it should be noted
but chances are if they're voting they're already cached 
but the fetch user is different per the version
on 11 its .fetchUser and on 12 its .users.fetch
mhm
i just want to express my thanks for making the dbl npm package support webhooks so i dont have to fuck around with it manually
doing gods work
if you want an independent webhook system there is as well
Is webhooks died?
Hey,i want to verify my email address and i check my email but it's appear nothing
Any know what to do?
if you are talking here it means
- you are in the wrong channel
- you have a verified email address
if you're getting the error when adding a bot you're most likely logged in to the wrong account
@restive otter webhooks are alive
lol my webhooks gg
Hello, you know how to get the password webhook for the webhookAuth in const dbl = new DBL(process.env.BOTLISTTOKEN, { webhookPort: process.env.PORT, webhookAuth: process.env.PASS }); ?
OK I'll take a look
thank you, and in "URL" I can not put anything?
you need to point to the url of the webhook
you can see it when you run the webhook, you just need to replace 0.0.0.0 with your public IP
ok
If my vps to a dynamic ip I do how?
xD sorry
ok no I found
In "URL" I have to put in this form: http://0.0.0.0:25305/dblwebhook ?
yes, but replace 0.0.0.0
tonkku
how can i find my discordbots.org token?
Ye
Your token is at https://discordbots.org/api/docs#mybots
I wanna be a bot developer:(
Then develop a bot
Learn a programming language, create a good Discord bot, submit it on discordbots.org and be happy if it gets accepted
Also, this is wrong channel for that kind of questions
If you want people to be able to assist you, please provide more information, such as what library and language you're using, the code in question and what you are trying to do and/or what is causing the error.
I'm trying to do
You're not trying hard enough
@restive otter as moose said, you need to send your language and stuff
Is there a place in this discord that I can advertise my server?
no
@signal echo you can advertise your server on the Discord Server List website: https://discordbots.org/servers/new
const DBL = require('new-dblapi');
const dbl = new DBL(apiKey[client]);
dbl.getVotes().then(votes => {
if (votes.find(vote => vote.id == "95579865788456960")) console.log("Tonkku has voted!!!")
});
So I found this code on the docs, but how would you make it check when someone other than Tonkku has voted?
Hello I have a problem with the dbl API, I had it configured on the beta version of my bot being only on 5 servers, since I configured it on the main bot (which has more than 100 servers), the storyteller and the statistics displayed are those of the bot beta ... can you help me?
And sorry for my bad english, im french
@smoky breach switch the vote.id comparison
also, try and use webhooks if you can
itll simplify that a lot
I'm still having trouble actually connecting the bot to the api.
Does the bot have to be verified to use the api? I currently have two instances of the bot. One for main-stream and one for beta.
Yes
I see.
If it's not listed on DBL you can't access the API
Makes sense.
Another thing: Where do I put the authorization? https://discordbots.org/api/docs#reference
Surely I don't put it in the html thing on the website, because then the token will be public for people to see.
What are you trying to do?
Says I need to authorize.
Are you trying to make an API request?
Basically, all I'm trying to do is just get a message to console when someone votes.
Then I can do whatever from there.
So your setting up webhooks?
I guess.
I don't want the webhook to message the channel though, just the console.
So would this be correct?
No
What you put in that auth field is what DBL will send with the vote when they send you a vote. It's a way to make sure you know the vote is coming from us and not someone who is trying to fake votes
Could you give an example of what would go in there? I'm not really understanding...
The docs aren't really that helpful.
Hmm... I don't really understand why/how I'm making a webhook. Do I just create a webhook as I normally would?
Since it's messaging the console I don't understand why I need to make a Discord webhook.
I need help setting up my cord😔
What
hey im using glitch, what do i have to put for the url?
is it just 0.0.0.0
for the ip
ok nvm that, but i got everything setup just the voting isn't working
i've already setup the voting part
but it doesn't send a message when i test it / actually vote
for glitch your url is project-name.glitch.me and you have to use port 3000
yup
i have it as https://<projectname>.glitch.me:3000/dblwebhook
it doesn't send any logs saying someone voted
ah
ok
it works now
i had to remove the port
https://<projectname>.glitch.me/dblwebhook
i have it as taht
how did you get the dbl token again?
oh okay
Is there a way to like use my domain for dbl webhooks? So that i wont need to constantly edit the dbl webhook ip :/
hey i still have 1 problem, i tested the vote on the bot's edit page it works, but once i try to actually vote, it doesn't work

can anyone help with my problem
he did say it above

Hello I have a problem with the dbl API, I had it configured on the beta version of my bot being only on 5 servers, since I configured it on the main bot (which has more than 100 servers), the storyteller and the statistics displayed are those of the bot beta ... can you help me?
And sorry for my bad english, im french
Are you requesting the right bot ID
It sounds like you aren't requesting the right bot, double check that
I'm not sure if you are making a post or get request based on your phrasing
suck me dick haha💩 🖕
oh
Oh are you updating stats on the website
if yes, it's likely the cache, give it a bit to refresh
oh the embed? did you try refreshing the page?
XD
@azure forum C'est quoi ton problème ?
French people are so funny, when they try to speak english :p
@Bmw seria 8 cuope#4220 None of that in here please
oh ok
My bot has high latency around 200-300
Any ideas why
It works on google’s servers
So internet is pretty fast
are the webhooks broken again? im not receiving anything
well im sending tests but nothings coming through
though if i do it manually its fine
not that im aware of
just tested and they work
hm ill try messing around some more then
mine is similar to that, the testing works but actually voting doesn't work
oh nvm
its working now
Why do i get a forbidden 403 error when trying to post my server counts using dblpy?
DBLPY being high on 010110 etc
You should just send HTTP requests manually with aiohttp
where do i send them to?
On the bottom, you can find the endpoint
Ok I'm very confused, my bot is clearly posting stats to discordbot.org as it is giving me the posted event, but has off the walls wrong stats. When I look on my bots page it says it is only 2 guilds, but when i check with client.guilds.size it returns 41. I'm using the following to post so any idea on what is wrong would help. js setInterval(() => { dbl.postStats(client.guilds.size, client.shard.id, client.shard.count); }, 1800000);
How many shards are you running?
You mean discordbots.org?
ok, im using discord.js... and im wondering what to put in the client space in this script:
const dbl = require("dblposter");
const DBLPoster = new dbl(`DBL_API_KEY`);
// Then, depending on what you called your client
DBLPoster.bind(client);
this is for the DBL api stuff
@fleet pebble you should be using dblapi.js instead of dblposter
Probably just your discord.js client object (so probably just client)
But this is for help with official libs, not unofficial ones like dblposter
// standard d.js code
const { Client } = require('discord.js');
const client = new Client();
// setting up dblposter
const DBL = require('dblposter');
new DBL('apikey', client).bind();```pass in your existing client, do not instantiate a new one
Wtf why not just use the official dbl lib 
I mean whatever works, I use my own
i use the official one but put it into events myself lol
xD
Hey my bot has been getting 503 twice during the past days
Is there any explanation to this error... ? (It updates every 30 minutes)
How to get the remaining time for a member when have voted for the bot 🙄?
@next mantle it's just the site broken
Uh this is kind of annoying, so I'm trying to post to my bots page using dblapi.js module, but it's not even changing... My bots page sitll says 16 servers when I have 68..
K just wanted to know if it was my fault
Thanks
@faint sleet code?
ye wait
@restive otter just check the last time they voted? It's 12 hours after that
const dbl = new DBL(client.dblToken, client);
client.log.ready(`Ready at [${new client.utils.Timestamp().timestamp}]`)
client.manager = new PlayerManager(client, client.config.nodes, {
user: client.user.id,
shards: 1
});
client.website.load(client)
setInterval(() => {
dbl.postStats(client.guilds.size);
}, 1800000);```
Let me try adding a console.log after postStats
on my ready event ^
hm
didnt work
didnt eve lol xd
@plain timber But if the user voted 2 hours ago and uses the order to claim his voting gift and in my database I launch a 12-hour timer, but since he made the order 2 hours after bah it's like he had to wait 14 hours before voting
so anyone know why
@restive otter use webhooks and store when they vote
nvm on my quesiton fixed
dbl.webhook.on('ready', hook => {
TypeError: Cannot read property 'on' of undefined
?
Copied straight from the docs.
const dbl = new DBL(dblToken, { webhookPort: process.env.PORT, webhookAuth: dblAuth });
Both dbl vars are defined in config.json.
that should be correct. are you sure those are valid values?
I got both of them from the /edit page.
well that looks correct. i dont know what to tell you. try console.log(dbl) and see what you get
well theres the problem
The port?
webhookPort: undefined
also you should probably remove all of those tokens
I did before I posted.
console.log(process.env.PORT)
console.log() is the best debugging tool ever invented
your dbl tokens are still in the hastebin link
I changed them before I posted the link.
ah okey
did you set up your .env file correctly?
is there a listener for the DBL python library for when a user votes for the bot? if not, there's a good idea
I made one if you wanna check it out
(It's just a listener, dblpy is still outdated as hell)
hello lovely people. I am using the node.js bot api. Anyways I was wondering if i could fetch the current total votes for my bot. I was looking and their is a way to get them but it has a limit of 1000 (which I haven't hit yet but I want to future proof it.) also the get bot doesn't have points. Any help?
Get bot does have points
You can set up a webhook and then store the vote to a db and delete it after 12 hours if you really need a way to get every single vote and you passed 1000
ok well I will look into. I guess I can use the get points for now
Oh i was using getstats instead of getbot 🤦
Yeah
@sullen nymph id love to
i have no experience with http or anything like that
so tracking votes has been a very daunting task for me
I'll send it later in DMs
alr thank
Hey was gonna ask is there any examples of a webhook in python?
The webhook for DBL?
What is webhook?
lel
what do you want to check, voted in last 24 hours or last month
and what lang u using
the library is irelevant i just wanted to know lang
anyway
i can't give you the actual code because idk js
but
basically
python
no lmao
that is not what you need to do
replace 0.0.0.0 with your public ip
the webhook is only for getting a list of all voters, only if u have more than 1000 votes
YOU DONT NEED THE WEBHOOK
nothing. you dont need the webhook to check votes
the dbl api has great documentation
how about you read it
send a request to https://discordbots.org/api/bots/487305758875320332/check with headers={"Authorization":<your_dbl_token>} and params={"userId":<user_id>}
you will get back {"voted":<0 or 1>}
0 if that person has not voted, 1 if they have
thx for voting btw
==widget
oof not testing
do you not know how to send requests?
i can't help you because its javascript
oh also
anyone in here know python/flask/windows
im just having some trouble listening on a local port
oh
i've only ever used flask in https://repl.it
smh
@restive otter is it related to the dbl api?
i mean, i guess?
ive used flask before, what do you need help with?
like i said above, listening on my local machine instead of a vps/etc
what port i use, what address i use, etc etc
app.run(host="0.0.0.0", port=8000)
the port can be anything above 1023
do i have to change it from 5000 to 8000 on the edit bot page?
okay
okay, i think i have it set up, now how can i check if i actually go tthe request
can i just throw a print under the app.route?
send ur code
hmm i have no idea, sorry
@runic grove no i put my external IP
then i have no idea
damn
ill ask in the python disc
its probably bettter suited than this channel anyways since my question isnt really related to the api
i already explained all this
@quartz heron
you send the request with headers={"Authorization":<your_dbl_token>} and params={"userId":<user_id>}
They gave you the instructions
twice
Use aiohttp for sending HTTP request to an endpoint
Where what?
Can someone give me an example webhook request body? I tried to get it using a request bin and the 'Test' button but it didn't work
it's documented on the api docs https://discordbots.org/api/docs#webhooks
I saw it, is Snowflake a 64 bit integer or a string?
youll get is as a string "user": "123123123", "bot": "1231232"
Oh ok, thanks 😃
@spiral isle JavaScript can't work out 64bit integers anyways
why my bot is not mentioning everyone when it sends @everyone
that was close
ah ok, ty anyways
my bot was thrown from dbl What is the reason
Id? @neon basin
To what
The api doesnt seem to work for me
I voted for a bot and when I send the "has voted" request it responds with false (not voted).. I'm using the DBL Java API. Is this some kind of bug?
I have a voting system on my bot but the problem is that I have to wait a few minutes before the vote is taken into account by my bot is it normal? 🤔
I have some vote check issues too
don't use a library just send a GET request using a requests library....
@hasty patio yes it is, especially if you aren't using webhooks
l
yeah use the webhooks, i never had any issues with them
||||||||||
Hey,
The api always returns {"voted":0} even if the user has voted, any idea why ?
webhooks send a POST request... how can I make my bot find out if the user has upvoted 😕
receive the POST request
oliy was fast af
@runic grove
ghost ping
oliy was faster ok
big oliy big fast
big oliy
Hello, How to get the name of a voter instead of the id $ {vote.user} ?
Are you using Discord.js? @sly rampart
For some reason, when I try posting my bot stats using the dblapi.js module, it doesn't say it posted and no errors, it doesn't say anything besides that I used the eval command (manually posting)
here is the code that I put in my bot;
const DBL = require('dblapi.js')
const dbl = new DBL(config["apiKeys"]["discordbots.org"], bot)
dbl.on('posted', () => {
console.log('Server count posted!');
})
bot.on('ready', () => {
console.log(bot.user.tag + " (" + bot.user.id + ") is online on " + bot.guilds.size + " servers!")
defgame()
setInterval(function() {
dbl.postStats(bot.guilds.size);
}, 120000)
})
dbl.on('error', e => {
console.log(`Oops! ${e}`);
})
@restive otter put the ready before you set everything up
bot onReady {
dbl = new DBL(...)
...
}
Does the API support discord.py version 1.0.0 (the Rewrite version)
What's bot
@glass solar I'm not sure why it wouldn't
hmm ok
It should
It still isn't posting the server stats to dbl, it doesn't console log that it posted after 2 mins
Hello, How to get the name of a voter instead of the id ${vote.user} for Discord.js ?
let username = <Client>.users.get(vote.user).username
Then you can't get the name
ahh no it's a web server that returns a webhook discord ... so I can not check it with my bot
my bot is not showing online in discord bot list
it's a known bug
ohh thanks..
Discord broKe
i just read above
That's all
hi
does anyone have this error with discord.js 'Invalid WebSocket frame: RSV2 and RSV3 must be clear'
something for #development
how to put the words in color ?
On discord @worn quail
you return false uwu
The URL is one string, arguments are different
"your url", params=... , headers={'Authorization': 'DBL token'}
@plain timber excuse me for the late message, webhooks you say ?
Yes
Just wondering, are you allowed to store data coming feom Discord in an external database? I was thinking about user id's for example.
I'm unable to post the total shards to the site; says total is undefined
Bot is sharded
I'm doing exactly as the API docs suggest
D.js and simply from the docs
bot.on('ready', () => {
setInterval(() => {
dbl.postStats(bot.guilds.size, bot.shards.Id, bot.shards.total);
}, 1800000);
});
Says Id is undefined and total too
client = bot in my file
@restive otter if your bot isnt sharded, the shards property wont exist
Also i don't think it exists if you use internal sharding
it should
No, you need to use client.ws.shards.size
oh
i can't make that freaky role for upvote
?
im new with webhooks in coding ._.
What language?
JavaScript
can someone help me with setting up a webhook from DBL?
@upper wren what language
wdym?
@normal slate use dblapi.js
do i really need to make webhook server ?
What programming language
I want to setup a webhook on my discord server that says when someone voted...
Yes you need to code that
Yes
can you help me?
What language
my bot?
ugh i didn't used express
What's your programming language
language of my bot?
oh boy
@normal slate you don't need express, dblapi.js makes the server for you
my bot uses node.js
oh k
K look at the link i sent
well actually I use discord bot maker, but thats node.js
Well you'll need to code the voting stuff
Look at the link I sent
It has example code
how did you got bot dev
I use discord bot maker haha
lol
is actually pretty good bot
so you can't use dbl api probably
no
Yeah, just learn how to code
i don't think dbm uses code at all
can't you just give me the code I have to copypaste and tell where i have to put the data I have about my webhook
you're using dbm so
if coding was as simple as copypasting, being a software engineer wouldnt be such a well paid job
Well if you're not gonna learn how to code then nobody's gonna help you
I do know some js
¯_(ツ)_/¯
last time i learned how to use canvas
now i made image profile
for my bot
¯_(ツ)_/¯
and I know how to think in code bc that is what u still need in dbl but I don't know code
I can code in python
with classes and stuff
Probably because you don't know how to code 🤔
because u are using dbm
wait you said dbm uses node.js?
yes
It generates nodejs code
+1
But he doesn't know how to code
for me dbm code is complicated lol
do you not see a problem with that? if you only know python, then you can't use python for dbm
and I know how to think in code bc that is what u still need in dbm but I don't know code
what
Well then learn how to code
xD
yes
I'm like 14 how can I be a website coder or something?
I'm 14
yes!
learn
Pretty much everyone here is a teen
Its called practise
And we can code
i'm 14 too :V
but I don't speak English as main so a lot of the functions I don't understand..
not many people do
i started coding using discord.js 1 year ago xD
guys please help me!
turkish kids can make shitty multipurpose bots without experience, so whats stopping you from learning?
and that's how i learned javascript oof
just give me the code I have to copy
XDD
jesus christ
You are not in a language
that's not how that works
Why would I learn 2 years for just a webhook?!
wat
**Why would I learn 2 years for just a webhook?!
**
**Why would I learn 2 years for just a webhook?!
**
visible confusion
if you had to learn it would take a day
^
its called google
And stop spamming
listen
it took me two months to learn to code a discord.js
and i'm still learning
NO I'm to dumb! I don't learn that in one day bc I don't speak frezaking English!
i read the do-
There are tutorials in other documents
turkish kids can make bots without any experience. whats stopping you from learning?
Wot
bc its now 1 am and I want to setup my webhook otherwise I can't sleep bc I'm thinking about it!
JUST HELP
go sleep, and you will have more energy when you wake up and you will be able to understand it, trust me
correct
Yes I am pro coder
what data is sent when you use "test webhook"
LOL
I made disocrd bot in scratch
by this point i give up
I made discord bot in the blood of mother russia
@true oyster really? lol
No
we can't help you unless you actually learn how to code
You can't
Lol
idk but i made this listeners and it's not listening
kk
in theory you could make a discord bot in minecraft
gn everyone! xD
sleep well
night
but anyway, what data is sent when you use "test webhook"
I think we need to learn minecraft code to make a discord bot
@shrewd delta what you would normally recieve
try it, i have no idea
Look at the docs smh
the docs don't say
They do @shrewd delta
It has the object
???
Don't send that here...
okay phew I thought I was going nuts
And just click API docs in the site header



