#I get this error every few hours
1 messages · Page 1 of 1 (latest)
what does that mean
im new with discord bot development
sorry
you have to add defer to the slash commands so you have 15 minutes to respond
instead of the 3 seconds
alright thanks
@silent mist
i did it but it seems to still give the error every few
discord.errors.ApplicationCommandInvokeError: Application Command raised an exception: NotFound: 404 Not Found (error code: 10062): Unknown interaction
At the same command?
1 Message pls....
not every word
xd
yeah mb
its like when i use a command then it doesnt respond and every other command follows along until it raises the exception and reconnects
Can I see one of the commands?
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
this is one of those that likely take too long
yea no wonder why
you have to use ctx: discord.ApplicatioonContextfor slash commands
not interaction
ah
🙏
its my first time using pycord im used to discord.py using interaction
it would still be ctx.respond tho right?
dpy is also using async at the setup...