Swimmerhair

Results 1 issues of Swimmerhair

Right now, I have an authorization loop that runs every 60 seconds that automatically re-authorizes the credentials for the sheet I am using. ```py async def refresh_google_creds(agcm): await bot.wait_until_ready() #waits...