mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
fix(MessageManager): Allow a string for edit() (#7033)
This commit is contained in:
@@ -115,7 +115,7 @@ class MessageManager extends CachedManager {
|
||||
/**
|
||||
* Edits a message, even if it's not cached.
|
||||
* @param {MessageResolvable} message The message to edit
|
||||
* @param {MessageEditOptions|MessagePayload} options The options to edit the message
|
||||
* @param {string|MessageEditOptions|MessagePayload} options The options to edit the message
|
||||
* @returns {Promise<Message>}
|
||||
*/
|
||||
async edit(message, options) {
|
||||
|
||||
Reference in New Issue
Block a user