mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat(GuildChannelManager): add addFollower (#9050)
* feat: addFolower method * Update src/structures/NewsChannel.js Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
5
typings/index.d.ts
vendored
5
typings/index.d.ts
vendored
@@ -3356,6 +3356,11 @@ export class GuildChannelManager extends CachedManager<Snowflake, GuildBasedChan
|
||||
name: string,
|
||||
options?: TextChannel | NewsChannel | VoiceChannel | Snowflake,
|
||||
): Promise<Webhook>;
|
||||
public addFollower(
|
||||
channel: NewsChannel | Snowflake,
|
||||
targetChannel: TextChannelResolvable,
|
||||
reason?: string,
|
||||
): Promise<Snowflake>;
|
||||
public edit(channel: GuildChannelResolvable, data: ChannelData, reason?: string): Promise<GuildChannel>;
|
||||
public fetch(id: Snowflake, options?: BaseFetchOptions): Promise<GuildBasedChannel | null>;
|
||||
public fetch(
|
||||
|
||||
Reference in New Issue
Block a user