mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
feat(Guild): add rulesChannel and publicUpdatesChannel (#3810)
* add rulesChannel* & publicUpdatesChannel* * update typings
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -550,8 +550,12 @@ declare module 'discord.js' {
|
||||
public premiumTier: PremiumTier;
|
||||
public readonly position: number;
|
||||
public presences: Collection<Snowflake, Presence>;
|
||||
public readonly publicUpdatesChannel: TextChannel | null;
|
||||
public publicUpdatesChannelID: Snowflake | null;
|
||||
public region: string;
|
||||
public roles: Collection<Snowflake, Role>;
|
||||
public readonly rulesChannel: TextChannel | null;
|
||||
public rulesChannelID: Snowflake | null;
|
||||
public splash: string;
|
||||
public readonly splashURL: string;
|
||||
public readonly suppressEveryone: boolean;
|
||||
|
||||
Reference in New Issue
Block a user