Skip to content

Commit

Permalink
fix: url 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Sep 24, 2024
1 parent e5902c7 commit 13c7d06
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ class DiscordWebhookClientConfig {
}

data class Config(
@field:NotBlank
var url: String = "",
val url: String = "https://discord.com/api/webhooks",
var channels: Map<Channel, Token> = emptyMap()
) {
data class Token(
Expand Down

0 comments on commit 13c7d06

Please sign in to comment.