mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +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}!`);
|
* 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