Global

Type Definitions

Object

# APIConfig

revolt-api configuration object. May be used for self-hosted revolt instances. @see https://github.com/insertish/oapi#example The last example for further information.

Properties:
Name Type Description
baseURL String

The base url of the api of your revolt instance

View Source Revoice.js, line 205

Object

# Login

Login information required, when you want to use a user account and not a bot. Please note that an account with MFA will not work.

Properties:
Name Type Description
email String

The email of the account.

password String

The password of the account.

View Source Revoice.js, line 199

# UserData

Properties:
Name Type Description
user User

The Revoice user object associated with the user

connection VoiceConnection

The voice connection that is connected to the user

View Source Revoice.js, line 302