mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
docs/typings(VoiceStateStore): document and type the class (#3294)
* Update index.d.ts * Update Guild.js * Update Guild.js * docs/typings(VoiceStateStore): document and add typings
This commit is contained in:
@@ -57,6 +57,10 @@ class Guild extends Base {
|
||||
*/
|
||||
this.presences = new PresenceStore(this.client);
|
||||
|
||||
/**
|
||||
* A collection of voice states in this guild
|
||||
* @type {VoiceStateStore<Snowflake, VoiceState>}
|
||||
*/
|
||||
this.voiceStates = new VoiceStateStore(this);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user