Skip to content

Commit

Permalink
fixed issue with options (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealYusufIsmail committed Mar 18, 2023
1 parent 8e9e21d commit 2773f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.daemon=true
kotlin.code.style=official
version = 1.5.5
version = 1.6.0

## Dependencies Versions and Plugin

Expand All @@ -19,7 +19,7 @@ sysoutOverSlf4jVersion = 1.0.2
jconfigVersion = 1.0.8
okhttp3Version = 5.0.0-alpha.11
nvWebsocketClientVersion = 2.14
ydeVersion = 1.0.5
ydeVersion = 1.0.6
kotlinTestVersion = 1.8.10
kotlinxCoroutinesCoreVersion = 1.6.4
jsr305Version = 3.0.2
Expand Down
5 changes: 1 addition & 4 deletions src/main/kotlin/io/github/ydwk/ydwk/YDWKInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ enum class YDWKInfo(private val url: String) {
DISCORD_GATEWAY_URL("wss://gateway.discord.gg/"),
DISCORD_GATEWAY_VERSION("?v=10"),
JSON_ENCODING("&encoding=json"),
DISCORD_REST_URL("https://discord.com/api"),
DISCORD_REST_VERSION("/v10"),
FULL_DISCORD_REST_URL(DISCORD_REST_URL.url + DISCORD_REST_VERSION.url),
VOICE_GATEWAY_VERSION("/?v=4"),
GITHUB_URL("https://github.com/ydwk/ydwk"),
YDWK_VERSION("1.5.5");
YDWK_VERSION("1.6.0");

companion object {
/**
Expand Down

0 comments on commit 2773f1a

Please sign in to comment.