mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
fix issues with line length being greater than 120 (#544)
This commit is contained in:
parent
d215e283e6
commit
3a031c65e7
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ class GuildChannel extends Channel {
|
|||
}
|
||||
|
||||
/**
|
||||
* When concatenated with a String, this automatically concatenates the Channel's name instead of the Channel object.
|
||||
* When concatenated with a String, this automatically returns the Channel's name instead of the Channel object.
|
||||
* @returns {String}
|
||||
* @example
|
||||
* // Outputs: Hello from general
|
||||
|
|
|
|||
Loading…
Reference in a new issue