I keep getting this error on my discord bot: 'HTTPError [AbortError]: The user aborted a request.'
问题 What does this mean, and how do I fix it, I know for a fact my code is correct and nothing is wrong with it, I checked with multiple friends. I have no idea why this is happening and I need my bot to start working soon. 回答1: This is an error happening within the discord.js library if a web request is stuck for a long time, which might happen due to an outage or bad internet connection. Those connections are killed with that error message to free resources. Those errors should not be fatal and