#Editing bot's nickname
1 messages · Page 1 of 1 (latest)
Docs:
Source:
Summary:
Edits current user.
Overloads:
1- Task<DiscordUser> UpdateCurrentUserAsync(string username = null, Optional<Stream> avatar = null)
Thank you! But that edits the name of the bot, is there any way to edit the server nickname?
DiscordGuild.CurrentMember.ModifyAsync()
That's what I was trying to work with but I wasn't sure if it was the right way to go about it
@safe karma DiscordMember.ModifyAsync
Docs:
Source:
Summary:
Modifies this member.
Overloads:
1- Task ModifyAsync(Action<MemberEditModel> action)