nyxx
nyxx copied to clipboard
Add `guildId` to thread member
Description
Adds the guild id to the thread member for the member manager.
This also adds withMember
that was not present on fetchThreadMember
Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
Checklist:
- [x] Ran
dart analyze
ormake analyze
and fixed all issues - [x] Ran
dart format --set-exit-if-changed -l 160 ./lib
ormake format
and fixed all issues - [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works