what am I doing wrong? #10338
Replies: 2 comments
|
@OwletTheCoder To clarify, you can only send an interaction once, thus causing the issue of "the application did not respond" |
0 replies
|
Your code is erroring but your error logging is not set up properly, so you're not seeing the traceback in your terminal. There are also things that appear to be mistakes with your logic, but since you haven't explained what the command is meant to do, I don't know if they're actual mistakes or not. Notably, this exact piece code does not try to respond to the interaction multiple times, contrary to what No767 said in their answer. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
So im kind of new to python [ ik most of the basics tho so yeh just answer the question cause im doin this for fun so don't go and tell me to learn python since its more of a side-project ] and im trying to to build this bot to give me a random theme for idea generation.
The problem im getting with it is it saying "the application did not respond"
ORIGINALLY I had actually done this but ran into many problems so I restarted it and rewrote it and NOW ... its not working [ also the original problem I had was it was giving me duplicate choices when appending] so I don't know what is wrong now or I have written something wrong / forgotten something but any type of help would be greatly appreciated!!!
All reactions