Closed Lott-Noob closed 2 years ago
Can you post a simplified code that reproduces the problem? There's too many details and unfamiliar code in your example. I do not know what interaction.deferReply() or EmbedBuilder are.
Can you post a simplified code that reproduces the problem? There's too many details and unfamiliar code in your example. I do not know what interaction.deferReply() or EmbedBuilder are.
Actually I am using the discord node js api wrapper. And I am showing the progress of downloaded file through a discord bot.😀
Unfortunately I do not have a way to reproduce this, being that the code is being used in the context of Discord API, which i'm not familiar with.
I was implementing this package to my discord bot that downloads file on my server. But when I am trying to show the file download progress on discord embed. using the onProgress percentage. Though the file gets downloaded to my server but the progress still showing its downloading at very slow speed and then the bot gets timeout
My Code:
`run: async (client, interaction) => { await interaction.deferReply();
}; `