mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
fix issues with line length being greater than 120 (#544)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user