discord.py icon indicating copy to clipboard operation
discord.py copied to clipboard

[docs] add wait_for guide

Open pikaninja opened this issue 2 years ago • 3 comments

Summary

This pr adds the wait_for guide in the documentation. This was done in conjunction with HayBaleAv. I believe there's a few odd wording in this, any feedback would be appreciated

Checklist

  • [ ] If code changes were made then they have been tested.
    • [ ] I have updated the documentation to reflect the changes.
  • [ ] This PR fixes an issue.
  • [ ] This PR adds something new (e.g. new method or parameters).
  • [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • [x] This PR is not a code change (e.g. documentation, README, ...)

pikaninja avatar Mar 18 '22 00:03 pikaninja

It might be a good idea to include basic instructions on using wait_for for multiple things simultaneously, as in the multiple wait_for tag on the discord server. Though of course, including the proviso that it's a more advanced topic when mentioning it.

mirnovov avatar Mar 19 '22 08:03 mirnovov

It might be a good idea to include basic instructions on using wait_for for multiple things simultaneously, as in the multiple wait_for tag on the discord server. Though of course, including the proviso that it's a more advanced topic when mentioning it.

i did consider adding this, but i felt it was a bit too jank and confusing to add to the guide, idk though

pikaninja avatar Mar 19 '22 21:03 pikaninja

Oh, one last thing for now.

Could the file be moved to docs/guide/topics/wait_for.rst to match the rest?

AbstractUmbra avatar Jan 27 '24 16:01 AbstractUmbra