node-groupme icon indicating copy to clipboard operation
node-groupme copied to clipboard

Change nickname

Open not-so-smart opened this issue 3 years ago • 0 comments

ClientMember#setNickname(nickname: string): Promise<ClientMember>

Changes the client member's nickname in the group.

Usage:

const group = client.groups.cache.get('12345')
group.me.setNickname('Pete')

not-so-smart avatar Aug 30 '21 19:08 not-so-smart