docs(WelcomeChannel): Correct guild return type (#6222)

This commit is contained in:
Jiralite
2021-07-29 12:29:01 +01:00
committed by GitHub
parent 6b85f900fa
commit d310e4fc28

View File

@@ -13,7 +13,7 @@ class WelcomeChannel extends Base {
/**
* The guild for this welcome channel
* @type {Guild|WelcomeGuild}
* @type {Guild|InviteGuild}
*/
this.guild = guild;