mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 12:11:11 +00:00
updated docs to reflect changes
This commit is contained in:
parent
6564c27faf
commit
fdf1107404
1 changed files with 3 additions and 3 deletions
|
|
@ -539,7 +539,7 @@ Emitted when the client has encountered a small error that can be avoided.
|
||||||
messageDeleted
|
messageDeleted
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Emitted when a message has been deleted and the Client finds out, supplies a Message_ object IF available.
|
Emitted when a message has been deleted and the Client finds out, supplies a Message_ object IF available, and a Channel_ object.
|
||||||
|
|
||||||
messageUpdated
|
messageUpdated
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
@ -631,12 +631,12 @@ userUpdated
|
||||||
|
|
||||||
Emitted when a user changes their name, avatar or similar. Supplies two User_ objects, the first being the user before being updated, the second being the updated user.
|
Emitted when a user changes their name, avatar or similar. Supplies two User_ objects, the first being the user before being updated, the second being the updated user.
|
||||||
|
|
||||||
userTypingStart
|
userTypingStarted
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Emitted when a user starts typing in a channel. Supplies two parameters, a User_ object and a Channel_ object.
|
Emitted when a user starts typing in a channel. Supplies two parameters, a User_ object and a Channel_ object.
|
||||||
|
|
||||||
userTypingStop
|
userTypingStopped
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Emitted when a user stop typing in a channel. Supplies two parameters, a User_ object and a Channel_ object.
|
Emitted when a user stop typing in a channel. Supplies two parameters, a User_ object and a Channel_ object.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue