mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +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 region: string;
|
||||
public roles: RoleStore;
|
||||
public shard: WebSocketShard;
|
||||
public shardID: number;
|
||||
public splash: string;
|
||||
public readonly systemChannel: TextChannel;
|
||||
public systemChannelID: Snowflake;
|
||||
|
||||
Reference in New Issue
Block a user