Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement member methods #178

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

LeadcodeDev
Copy link
Member

Add methods : setUsername, setNickname, setTimeout

add methods : setUsername, setNickname, setTimeout
@LeadcodeDev LeadcodeDev merged commit 2a719dc into mineral-dart:4.0.x Aug 1, 2024
Future<void> enableMfa({String? reason}) => _memberMethods.updateMember(
serverId: server.id, memberId: id, payload: {'mfa_enable': true}, reason: reason);

Future<void> disnableMfa({String? reason}) => _memberMethods.updateMember(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: should be disableMfa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants