Commit a82f562
feat: allow conversion to Member in MentionableConverter (#2775)
* Update CHANGELOG.md
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* fix member not being converted
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* fix member not being converted
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* style(pre-commit): auto fixes from pre-commit.com hooks
* Update CHANGELOG.md
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* Update CHANGELOG.md
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: plun1331 <plun1331@gmail.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* refactor(bridge): remove redundant constructor in BridgeOption
* feat(bridge): enhance BridgeOption initialization with converter support
* Update discord/ext/bridge/core.py
Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* improved code quality
---------
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: plun1331 <plun1331@gmail.com>
Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>1 parent beadea9 commit a82f562
2 files changed
+26
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
566 | 567 | | |
567 | 568 | | |
568 | 569 | | |
569 | | - | |
| 570 | + | |
570 | 571 | | |
571 | 572 | | |
572 | 573 | | |
573 | 574 | | |
574 | 575 | | |
575 | | - | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
576 | 585 | | |
577 | 586 | | |
578 | 587 | | |
| |||
600 | 609 | | |
601 | 610 | | |
602 | 611 | | |
| 612 | + | |
603 | 613 | | |
604 | 614 | | |
605 | 615 | | |
| |||
608 | 618 | | |
609 | 619 | | |
610 | 620 | | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
611 | 627 | | |
612 | 628 | | |
613 | 629 | | |
614 | | - | |
| 630 | + | |
615 | 631 | | |
616 | | - | |
617 | | - | |
| 632 | + | |
| 633 | + | |
618 | 634 | | |
619 | | - | |
| 635 | + | |
620 | 636 | | |
| 637 | + | |
| 638 | + | |
621 | 639 | | |
622 | 640 | | |
623 | 641 | | |
| |||
0 commit comments