Creating a context in nyxx_commands can trigger API requests that take time to complete. The timer for auto acknowledge is only started after those requests complete, so even an auto timeout of less than three seconds can result in failure.
This PR changes the behaviour to account for this case.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
Checklist:
[x] Ran dart analyze .
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
Description
Creating a context in nyxx_commands can trigger API requests that take time to complete. The timer for auto acknowledge is only started after those requests complete, so even an auto timeout of less than three seconds can result in failure.
This PR changes the behaviour to account for this case.
Type of change
Checklist:
dart analyze .