mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13: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
|
||||
* @type {Guild|WelcomeGuild}
|
||||
* @type {Guild|InviteGuild}
|
||||
*/
|
||||
this.guild = guild;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user