Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
981 views
in Technique[技术] by (71.8m points)

discord.py - Programming a Discord bot in Python- How do I make the bot run faster?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

If you are locally hosting your bot, then I am pretty much sure that it's your internet. I will show you an example.

Websocket latency when I host locally: enter image description here

Websocket latency when I host with Heroku: enter image description here

I experience late response too when I host locally, while with Heroku it's almost instant.

There are some commands which can take much longer than average commands (For example an aiohttp get/post session for uploading an image to Imgur, which takes about 5 seconds when I host locally, but comes almost instantly when I run with Heroku)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...