mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Add nickname permission constants (#320)
* Add nickname permission constants * typo * Remove manageNickname
This commit is contained in:
committed by
abalabahaha
parent
9700f8577b
commit
46bcd3f5e3
@@ -834,7 +834,7 @@ Emitted when a member is removed from a server. Supplies a Server_ object and a
|
||||
serverMemberUpdated
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Emitted when a member in a server is updated. Supplies a Server_ object and a User_ object.
|
||||
Emitted when a member in a server is updated. Supplies a Server_ object and 2 User_ objects, the first being the new, updated user, the second being the old one.
|
||||
|
||||
presence
|
||||
~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user