Commit 44448e3
feat: add new guild helper methods (#647)
* feat: two new guild methods
* feat: added new guild methods to pyi
* fix: corrected http method name
* ci: correct from checks.
* fix: add typehint for get_list_of_member returns
Co-authored-by: EdVraz <[email protected]>
* fix: add typehint for search_members method return
Co-authored-by: EdVraz <[email protected]>
* feat: add typehint for search_member return in main file
Co-authored-by: EdVraz <[email protected]>
* fix: add typehint for get_list_of_member returns in main file
Co-authored-by: EdVraz <[email protected]>
* feat: allow member to be used as an input for get_list_of_members
very cool idea
Co-authored-by: EdVraz <[email protected]>
* doc: specify that Member objects should be use in after param
Co-authored-by: EdVraz <[email protected]>
* doc: change docstring to allow for Member objects and int to be used
Co-authored-by: EdVraz <[email protected]>
* fix: account for errors with MISSING, make ids and Member objects both function
this is some voodoo
Co-authored-by: EdVraz <[email protected]>
* doc: make Member and int usage in get_list_of_members and default to MISSING
Co-authored-by: EdVraz <[email protected]>
* doc: add return info to get_list_of_members
* doc: add return info to docstring search_members
* doc: properly closed bracket
* fix: properly closed brackets
* ci: correct from checks.
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: EdVraz <[email protected]>1 parent c68ebe1 commit 44448e3
2 files changed
+54
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1546 | 1546 | | |
1547 | 1547 | | |
1548 | 1548 | | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
| 1571 | + | |
| 1572 | + | |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
| 1578 | + | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
| 1582 | + | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
| 1586 | + | |
| 1587 | + | |
| 1588 | + | |
| 1589 | + | |
| 1590 | + | |
| 1591 | + | |
| 1592 | + | |
1549 | 1593 | | |
1550 | 1594 | | |
1551 | 1595 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
397 | 407 | | |
398 | 408 | | |
399 | 409 | | |
| |||
0 commit comments