@@ -553,7 +553,7 @@ export class CategoryChannel extends GuildChannel {
553
553
name : string ,
554
554
options : CategoryCreateChannelOptions & { type : T } ,
555
555
) : Promise < MappedChannelCategoryTypes [ T ] > ;
556
- /** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/4414590563479 ) for more information */
556
+ /** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/6309018858647 ) for more information */
557
557
public createChannel (
558
558
name : string ,
559
559
options : CategoryCreateChannelOptions & { type : 'GUILD_STORE' | ChannelTypes . GUILD_STORE } ,
@@ -2339,12 +2339,12 @@ export class StickerPack extends Base {
2339
2339
public bannerURL ( options ?: StaticImageURLOptions ) : string | null ;
2340
2340
}
2341
2341
2342
- /** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/4414590563479 ) for more information */
2342
+ /** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/6309018858647 ) for more information */
2343
2343
export class StoreChannel extends GuildChannel {
2344
2344
private constructor ( guild : Guild , data ?: RawGuildChannelData , client ?: Client ) ;
2345
2345
public createInvite ( options ?: CreateInviteOptions ) : Promise < Invite > ;
2346
2346
public fetchInvites ( cache ?: boolean ) : Promise < Collection < string , Invite > > ;
2347
- /** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/4414590563479 ) for more information */
2347
+ /** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/6309018858647 ) for more information */
2348
2348
public clone ( options ?: GuildChannelCloneOptions ) : Promise < this> ;
2349
2349
public nsfw : boolean ;
2350
2350
public type : 'GUILD_STORE' ;
@@ -3219,7 +3219,7 @@ export class GuildChannelManager extends CachedManager<Snowflake, GuildBasedChan
3219
3219
options : GuildChannelCreateOptions & { type : T } ,
3220
3220
) : Promise < MappedGuildChannelTypes [ T ] > ;
3221
3221
3222
- /** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/4414590563479 ) for more information */
3222
+ /** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/6309018858647 ) for more information */
3223
3223
public create (
3224
3224
name : string ,
3225
3225
options : GuildChannelCreateOptions & { type : 'GUILD_STORE' | ChannelTypes . GUILD_STORE } ,
0 commit comments