mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
docs: trailing commas
This commit is contained in:
@@ -351,7 +351,7 @@ class GuildMember {
|
||||
* // Set a member's nickname and clear their roles
|
||||
* message.member.edit({
|
||||
* nick: 'Cool Name',
|
||||
* roles: []
|
||||
* roles: [],
|
||||
* })
|
||||
* .then(console.log)
|
||||
* .catch(console.error);
|
||||
|
||||
Reference in New Issue
Block a user