Skip to content

Commit 9d66284

Browse files
authored
Merge pull request #126 from nikethanrai/patch-2
Fix: Typo in reactions
2 parents da0e4e6 + f5b934c commit 9d66284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/me/ddivad/judgebot/conversations/guild/EditConfigConversation.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class EditConfigConversation(private val configuration: Configuration) {
9999
respond("Reaction set to ${reaction.unicode}")
100100
}
101101
"enablereactions" -> {
102-
val enabled = prompt(BooleanArg("reaactions", "enable", "disable"), "enable / disable:")
102+
val enabled = prompt(BooleanArg("reactions", "enable", "disable"), "enable / disable:")
103103
guildConfiguration.reactions.enabled = enabled
104104
respond("Reactions set to $enabled")
105105
}
@@ -120,4 +120,4 @@ class EditConfigConversation(private val configuration: Configuration) {
120120
}
121121
configuration.save()
122122
}
123-
}
123+
}

0 commit comments

Comments
 (0)