mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Fix example typo
This commit is contained in:
parent
d7cf4a0919
commit
878e5d7c76
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue