Skip to content

Commit

Permalink
Update link in KDoc for KordConfiguration.GATEWAY_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Aug 16, 2022
1 parent cb0c066 commit dee56d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/src/main/kotlin/KordConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public object KordConfiguration {
private val GATEWAY = atomic(REST_GATEWAY_DEFAULT)

/**
* The [version of Discord's Gateway](https://discord.com/developers/docs/topics/gateway#gateways-gateway-versions)
* The
* [version of Discord's Gateway](https://discord.com/developers/docs/topics/gateway#connecting-gateway-url-query-string-params)
* Kord uses.
*
* Changing this version might lead to errors since Kord is designed to work with the initially set version.
Expand Down

0 comments on commit dee56d2

Please sign in to comment.