Discord

Inherits: Reference < Object

Description

Holds static information of the library.

Constants

  • String CDN_URL = "https://cdn.discordapp.com"

    Discord CDN base URL.


  • String REST_URL = "https://discord.com/api/v%d"

    Discord REST API base URL.


  • String LIBRARY = "cordot"

    Library name.


  • String GATEWAY_URL = "wss://gateway.discord.gg/?v=%d&encoding=%s"

    Discord gateway websocket URL.


  • int REST_VERSION = 9

    Discord REST API version.


  • int GATEWAY_VERSION = 9

    Discord gateway websocket version.


  • String LIBRARY_URL = "https://github.com/abdera7mane/cordot"

    Library repository.


  • int VOICE_GATEWAY_VERSION = 4

    There is currently no description for this constant.


  • String LIBRARY_VERSION = "0.2.0"

    Library version.