mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 01:01:30 +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}!`);
|
* console.log(`Hello from ${guild}!`);
|
||||||
* @example
|
* @example
|
||||||
* // logs: Hello from My Guild!
|
* // logs: Hello from My Guild!
|
||||||
* console.log(`Hello from ' + guild + '!');
|
* console.log('Hello from ' + guild + '!');
|
||||||
*/
|
*/
|
||||||
toString() {
|
toString() {
|
||||||
return this.name;
|
return this.name;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue