Skip to content
This repository was archived by the owner on Jun 10, 2023. It is now read-only.

Commit 2991c26

Browse files
committed
why did I never see this spelling error, wtf
1 parent 99c10e7 commit 2991c26

File tree

1 file changed

+1
-1
lines changed
  • uni-core/src/main/kotlin/com/github/cf/discord/uni/commands

1 file changed

+1
-1
lines changed

uni-core/src/main/kotlin/com/github/cf/discord/uni/commands/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ class SetStringOption : Command() {
249249
Argument("someNumber", "long")
250250
)
251251
class SetAccountAgeOption : Command() {
252-
override val desc = "Sets miinimal amount of days for the autokick feature"
252+
override val desc = "Sets minimal amount of days for the autokick feature"
253253
override val guildOnly = true
254254

255255
private val options = listOf(

0 commit comments

Comments
 (0)