Add poll transformer export (#3550)

& fix a typedoc warning for the oauth2 func
This commit is contained in:
Fleny
2024-05-06 07:40:08 +00:00
committed by GitHub
parent 18cc799b1e
commit a361a53d57
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ export * from './invite.js'
export * from './member.js'
export * from './message.js'
export * from './onboarding.js'
export * from './poll.js'
export * from './presence.js'
export * from './reverse/index.js'
export * from './role.js'
+1 -1
View File
@@ -76,7 +76,7 @@ export interface CreateOAuth2LinkOptions {
* Specifies the installation context for the authorization
*
* @remarks
* Should be defined only when {@link scopes} includes {@link OAuth2Scope.ApplicationsCommands}.
* Should be defined only when {@link scope} includes {@link OAuth2Scope.ApplicationsCommands}.
*
* When set to GuildInstall (0) the application will be authorized for installation to a server, and when set to UserInstall (1) the application will be authorized for installation to a user.
*