C#C
C#2d ago
Nebuldev

Error discord.net bot

I recently developed a bot in C#, and suddenly it started saying "3 seconds without a response" every time I send a command. But the error occurs almost immediately after I send the command; not even a millisecond has passed. I've been looking for a solution. If anyone has experienced something similar, please help me. Additional info: If I remove the lines containing
await
, DeferAsync, follow, and response, the error stops, but the bot doesn't work because I need those lines. This already happened to me in .NET 8, forcing me to switch to .NET 6, and now it's happening again. What can I do if I don't want to downgrade further?
image1.png
Was this page helpful?