removeNickname

suspend fun Member.removeNickname(reason: String? = null): Member

Convenience function to remove a member's nickname, skipping the edit DSL.

This will simply call setNickname with a nickname of null.