fisher60 / friendo-bot

A Discord Bot that is just a good Friendo
MIT License
25 stars 24 forks source link

fix: properly await response to fix coroutine error #154

Closed fisher60 closed 3 years ago

fisher60 commented 3 years ago

There was a bug from the refactor that caused us to attempt to use get on a coroutine. I added parenthesis so we are getting the key from the response, rather than the coroutine.