Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: export various classes that are exported in the typings #6166

Merged
merged 1 commit into from Jul 27, 2021
Merged

fix: export various classes that are exported in the typings #6166

merged 1 commit into from Jul 27, 2021

Conversation

IRONM00N
Copy link
Contributor

@IRONM00N IRONM00N commented Jul 22, 2021

Please describe the changes this PR makes and why it should be merged:
The following classes were exported in the typings but not the index.js file:

  • ApplicationCommandPermissionsManager
  • CachedManager
  • ClientVoiceManager
  • DataManager
  • GuildInviteManager
  • StageInstanceManager
  • VoiceStateManager
  • WebSocketManager
  • WebSocketShard
  • AnonymousGuild
  • GuildPreviewEmoji
  • InviteStageInstance
  • InviteGuild
  • PartialGroupDMChannel
  • StageInstance
  • StickerPack
  • Typing
  • WelcomeChannel
  • WelcomeScreen
  • GuildAuditLogsEntry

Status and versioning classification:

  • Code changes have been tested against the Discord API, or there are no code changes
  • I know how to update typings and have done so, or typings don't need updating

typings/index.d.ts Outdated Show resolved Hide resolved
The following classes were exported in the typings but not the `index.js` file:
- `ApplicationCommandPermissionsManager`
- `CachedManager`
- `ClientVoiceManager`
- `DataManager`
- `GuildInviteManager`
- `StageInstanceManager`
- `VoiceStateManager`
- `WebSocketManager`
- `WebSocketShard`
- `AnonymousGuild`
- `GuildPreviewEmoji`
- `InviteStageInstance`
- `InviteGuild`
- `PartialGroupDMChannel`
- `StageInstance`
- `StickerPack`
- `Typing`
- `WelcomeChannel`
- `WelcomeScreen`
- `GuildAuditLogsEntry`
@IRONM00N
Copy link
Contributor Author

GuildAuditLogsEntry is now exported.

@IRONM00N IRONM00N changed the title fix: export varius classes that are exported in the typings fix: export various classes that are exported in the typings Jul 25, 2021
@iCrawl iCrawl merged commit 30a58dc into discordjs:master Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants