This repository has been archived by the owner on Dec 18, 2021. It is now read-only.
Discord buttons not working #19
Unanswered
NISH-Original
asked this question in
Q&A
Replies: 1 comment
-
OHH wait nvm, there was a problem with an embed later in the code, due to which it did not work... Now it works fine. thanks! |
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
-
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... here is the picture of the output (is there any error? thanks in advance!):
Beta Was this translation helpful? Give feedback.
All reactions