Skip to content

Commit

Permalink
Update ArisaConfig.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
urielsalis authored Sep 28, 2024
1 parent 12b46fb commit cf7eb42
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ object Arisa : ConfigSpec() {
val default by required<String>(
description = "The default security id used by projects not defined in special."
)
val special by required<Map<String, String>>(
description = "Some projects define their own security level. These projects need to be defined here with" +
" their own ID.. Default is all projects use the default ID"
)
}

object Debug : ConfigSpec() {
Expand Down

0 comments on commit cf7eb42

Please sign in to comment.