mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 12:40:50 +00:00
typings: add Guild#shard and Guild#shardID
This commit is contained in:
parent
08002d0576
commit
6b886b0aba
1 changed files with 2 additions and 0 deletions
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue