hcasim4839 / discord_bot

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

added basic searching for tracks on using Spotify API #3

Closed hcasim4839 closed 6 months ago

hcasim4839 commented 6 months ago

Story Desc: Add basic Spotify Search functionality to Discord bot

-Created a new class specifically to handle Spotify operations -Stored secret_client to AWS secret manager to keep it secure

-Made adjustments to init method for MyClient class to pass secret_client from start.py file when ran