hcasim4839 / discord_bot

A simple personal bot to help enhance gaming experience with friends
1 stars 1 forks source link

Story: Recognize reaction #9

Closed hcasim4839 closed 6 months ago

hcasim4839 commented 6 months ago

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

hcasim4839 commented 6 months ago

changes were not made on 'bot_utilities.py' file.