mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
docs(WelcomeChannel): Correct guild return type (#6222)
This commit is contained in:
@@ -13,7 +13,7 @@ class WelcomeChannel extends Base {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The guild for this welcome channel
|
* The guild for this welcome channel
|
||||||
* @type {Guild|WelcomeGuild}
|
* @type {Guild|InviteGuild}
|
||||||
*/
|
*/
|
||||||
this.guild = guild;
|
this.guild = guild;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user