mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 14:11:09 +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.
|
||||
* @returns {string}
|
||||
* @example
|
||||
* // Logs: Hello from <#123456789012345678>
|
||||
* // Outputs: Hello from #general
|
||||
* console.log(`Hello from ${channel}`);
|
||||
* @example
|
||||
* // Logs: Hello from <#123456789012345678>
|
||||
* // Outputs: Hello from #general
|
||||
* console.log('Hello from ' + channel);
|
||||
*/
|
||||
toString() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue