mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 17:52:55 +00:00
Added note about bot accounts to fetchMessage
This commit is contained in:
parent
3e1425af04
commit
c9c6e8a357
2 changed files with 2 additions and 1 deletions
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue