#Slow bot response
1 messages · Page 1 of 1 (latest)
Hey!
That looks to be just slow networking on your side. I do not think there is any information to indicate that it is something with hikari itself (we for sure do not wait 3 seconds to send a message)
Could you please run the bot after changing this line:
bot = hikari.GatewayBot(token="...")
to
bot = hikari.GatewayBot(token="...", logs="TRACE_HIKARI")
and repeat the same asyou did before and send the logs here?
@drifting yew
Do you want the full logs or just after the bot successfully starts?
everything pls :)
yeah, i dont know why, but its taking 3 seconds for discord to handle your request
The request is started at the top and then it takes 3.9s for discord to respond
So my bot responding to the requestion, sends it to Discord, and then Discord sending the message
That's what is taking the most time?
RIP
@young thistle
Pong!
yeah, it works instantly for me 
😭
Are you trying it in a server?
I guess it could just be my own computer/connection then?
Uh, yeah I can upload it to a vps and see if it's faster
the 3 seconds exactly is really weird in off itself
discord server i mean @drifting yew
Yeah I have a private server for bot dev
Mind inviting me to it and my bot?
or mind giving me the token and ill host an instance?
i want to see if its maybe a faulty discord server
@drifting yew :)
damn, dav hijacking people's bot tokens /s
Gimme one sec, middle of a ranked game :p
@naive vaultCan't DM
send an fr
I restarted comp and it seems to be working at normal speed now :)
Yeah I was confused cause even the startup speed took like 15 seconds. Meanwhile, the Java API I was using took like 5 seconds lol