We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceacc2e commit c02e751Copy full SHA for c02e751
src/main/kotlin/org/hyacinthbots/allium/utils/_Utils.kt
@@ -27,7 +27,7 @@ private val client = HttpClient {
27
json(Json { ignoreUnknownKeys = true })
28
}
29
install(UserAgent) {
30
- agent = "hyacinthbots/allium/$BUILD (contact@jansel.moe)"
+ agent = "hyacinthbots/allium/$BUILD (contact@jansel.dev)"
31
32
33
0 commit comments