Skip to content

Commit

Permalink
Revert test bot changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 22, 2024
1 parent d542182 commit 9258502
Showing 1 changed file with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,31 +60,31 @@ public suspend fun main() {
}

extensions {
// web {
// hostname = "localhost:8080"
// siteTitle = "KordEx Testing"
//
// oauth {
// clientId = env("OAUTH_CLIENT_ID")
// clientSecret = env("OAUTH_CLIENT_SECRET")
// }
// }
web {
hostname = "localhost:8080"
siteTitle = "KordEx Testing"

oauth {
clientId = env("OAUTH_CLIENT_ID")
clientSecret = env("OAUTH_CLIENT_SECRET")
}
}

help {
paginatorTimeout = 30
}

// extPhishing {
// logChannelName = "alerts"
// }
//
// if (envOrNull("PLURALKIT_TESTING") != null) {
// extPluralKit()
// }
//
// if (envOrNull("MAPPINGS_TESTING") != null) {
// extMappings { }
// }
extPhishing {
logChannelName = "alerts"
}

if (envOrNull("PLURALKIT_TESTING") != null) {
extPluralKit()
}

if (envOrNull("MAPPINGS_TESTING") != null) {
extMappings { }
}

add(::ArgumentTestExtension)
add(::I18nTestExtension)
Expand Down

0 comments on commit 9258502

Please sign in to comment.