mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 17:21:59 +00:00
Webpack build for branch 11.3-dev: 659e89e8cd
This commit is contained in:
parent
5f3385f9d2
commit
6d6ba4bfea
1 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue