diff --git a/discord.11.3-dev.js b/discord.11.3-dev.js index dce55ece..387833c7 100644 --- a/discord.11.3-dev.js +++ b/discord.11.3-dev.js @@ -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() {