mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Added end parentheses to shortcut in delete method (#513)
This commit is contained in:
committed by
abal
parent
fdfd41dd8c
commit
1c7a5abd4e
@@ -107,7 +107,7 @@ Returns the content of the Message.
|
||||
delete(`options`, `callback`)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
| **Shortcut of** ``client.deleteMessage(message, options, callback``
|
||||
| **Shortcut of** ``client.deleteMessage(message, options, callback)``
|
||||
| **See** client.deleteMessage_
|
||||
|
||||
update(content, `options`, `callback`)
|
||||
|
||||
Reference in New Issue
Block a user