mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +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 region: string;
|
||||
public roles: RoleStore;
|
||||
public shard: WebSocketShard;
|
||||
public shardID: number;
|
||||
public splash: string;
|
||||
public readonly systemChannel: TextChannel;
|
||||
public systemChannelID: Snowflake;
|
||||
|
|
|
|||
Loading…
Reference in a new issue