mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build for branch master: 878e5d7c76
This commit is contained in:
parent
f5388cbbac
commit
3e08e4b8bb
1 changed files with 1 additions and 1 deletions
|
|
@ -7792,7 +7792,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