mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
Added note about bot accounts to fetchMessage
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -121,6 +121,7 @@ class TextBasedChannel {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets a single message from this channel, regardless of it being cached or not.
|
* Gets a single message from this channel, regardless of it being cached or not.
|
||||||
|
* <warn>Only OAuth bot accounts can use this method.</warn>
|
||||||
* @param {string} messageID The ID of the message to get
|
* @param {string} messageID The ID of the message to get
|
||||||
* @returns {Promise<Message>}
|
* @returns {Promise<Message>}
|
||||||
* @example
|
* @example
|
||||||
|
|||||||
Reference in New Issue
Block a user