revbot.js
    Preparing search index...

    Interface EditServerMemberOptions

    interface EditServerMemberOptions {
        avatar?: string;
        nickname?: string;
        roles?: string[];
    }
    Index

    Properties

    avatar?: string
    nickname?: string
    roles?: string[]