diff --git a/src/structures/Guild.js b/src/structures/Guild.js index c79b9ec41..7ebdc8ed4 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -862,7 +862,7 @@ class Guild { * console.log(`Hello from ${guild}!`); * @example * // logs: Hello from My Guild! - * console.log(`Hello from ' + guild + '!'); + * console.log('Hello from ' + guild + '!'); */ toString() { return this.name;