Description: Need to enable the bot to recognize reactions to specific messages specifically on the 'my_client.py' file on the if statement code block 'if message.author.id in self.start_bot_commands and self.start_bot_commands[message.author.id] == 'find_track' and user_text:'.
The idea is for the bot to recognize that a user reacted to the reactions it specifically made on that message.
Also that user should be the user who made the 'play' command.
There is an example of how to do this on 'my_client'.py. Basically store the user id of who made the command into a dictionary and if there is a future action that can be taken we should check if that future action was done by the member who made the first command.
Ideally this should be done on the 'bot_utilities.py' file. There should also be a timer of 60 seconds or less.
Long-term goal: This should allow us to see what the users wants to listen to based on the results displayed on the table
Requirements
[x] Bot recognizes reaction
[x] The reaction should only recognized if done within 60 secs or less
[x] The recognized reaction should also only be from the user who wrote 'play'
Description: Need to enable the bot to recognize reactions to specific messages specifically on the 'my_client.py' file on the if statement code block 'if message.author.id in self.start_bot_commands and self.start_bot_commands[message.author.id] == 'find_track' and user_text:'.
Ideally this should be done on the 'bot_utilities.py' file. There should also be a timer of 60 seconds or less.
Long-term goal: This should allow us to see what the users wants to listen to based on the results displayed on the table
Requirements