Webpack build for branch 11.3-dev: 659e89e8cd

This commit is contained in:
Travis CI 2018-01-04 00:35:59 +00:00
parent 5f3385f9d2
commit 6d6ba4bfea

View file

@ -7696,10 +7696,10 @@ class GuildChannel extends Channel {
* When concatenated with a string, this automatically returns the channel's mention instead of the Channel object. * When concatenated with a string, this automatically returns the channel's mention instead of the Channel object.
* @returns {string} * @returns {string}
* @example * @example
* // Logs: Hello from <#123456789012345678> * // Outputs: Hello from #general
* console.log(`Hello from ${channel}`); * console.log(`Hello from ${channel}`);
* @example * @example
* // Logs: Hello from <#123456789012345678> * // Outputs: Hello from #general
* console.log('Hello from ' + channel); * console.log('Hello from ' + channel);
*/ */
toString() { toString() {