mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
typings: add Guild#shard and Guild#shardID
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -434,6 +434,8 @@ declare module 'discord.js' {
|
|||||||
public presences: PresenceStore;
|
public presences: PresenceStore;
|
||||||
public region: string;
|
public region: string;
|
||||||
public roles: RoleStore;
|
public roles: RoleStore;
|
||||||
|
public shard: WebSocketShard;
|
||||||
|
public shardID: number;
|
||||||
public splash: string;
|
public splash: string;
|
||||||
public readonly systemChannel: TextChannel;
|
public readonly systemChannel: TextChannel;
|
||||||
public systemChannelID: Snowflake;
|
public systemChannelID: Snowflake;
|
||||||
|
|||||||
Reference in New Issue
Block a user