Discord buttons not working as expected #6964
Replies: 2 comments 1 reply
-
You are sending the response only on a tie, there is no message when user wins or loses in your example. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is a place for help with |
Beta Was this translation helpful? Give feedback.
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.
-
umm hello guys, I wanna make some buttons by the help of
discord_components
for a rock, paper, scissor game...soo I have made the following code:
Soo, this creates three buttons, rock, paper, scissors, and the value of that is stored in the
user_choice
variable, and it also sends the value of the variable successfully as in the last line of the code...But, the code does not proceed further to display the bot's choice and the algorithm to show the winner, which is shown below:
but the problem is that this part of the code is not being run... thanks in advance!

Beta Was this translation helpful? Give feedback.
All reactions