friendo-bot
friendo-bot copied to clipboard
Fix/todo_list feature
Reason:
.todo_list
does not work sometimes. It might be because the wrapper uses asyncio.sleep()
which executes the code prematurely.
Edit: we found out that it is not the asyncio.sleep()
since it just a wrapper that executes the code after the sleep timer. The problem is we don't know where the error came from. I will read the code more.