chore: explicitly mark everything deprecated as @ deprecated (#3307)

This commit is contained in:
SpaceEEC
2019-05-29 22:18:14 +02:00
committed by GitHub
parent 8c213e9088
commit db492e66e2
9 changed files with 50 additions and 8 deletions

View File

@@ -509,6 +509,7 @@ class Message {
* Marks the message as read.
* <warn>This is only available when using a user account.</warn>
* @returns {Promise<Message>}
* @deprecated
*/
acknowledge() {
return this.client.rest.methods.ackMessage(this);