feat(GuildMemberManager): add addRole and removeRole methods

#9108 djs
This commit is contained in:
Elysia
2023-02-22 12:01:29 +07:00
parent d908926ffb
commit e4013237d6
3 changed files with 39 additions and 1 deletions

View File

@@ -186,7 +186,7 @@
"newline-per-chained-call": [
"error",
{
"ignoreChainWithDepth": 3
"ignoreChainWithDepth": 4
}
],
"no-array-constructor": "error",