Added note about bot accounts to fetchMessage

This commit is contained in:
Schuyler Cebulskie
2016-10-23 14:59:04 -04:00
parent 3e1425af04
commit c9c6e8a357
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -121,6 +121,7 @@ class TextBasedChannel {
/**
* 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
* @returns {Promise<Message>}
* @example