Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlseraid authored and nea89o committed Feb 16, 2024
1 parent 45315d0 commit 3b52295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/moe/nea/gaybot/Gaybot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ suspend fun main() {
val response = interaction.deferPublicResponse()
if (!name.matches("^[_a-z0-9A-Z]{3,16}$".toRegex())) {
response.respond {
content = "$name does not seeem to be a valid minecraft user name"
content = "$name does not seem to be a valid minecraft user name"
allowedMentions()
}
return@on
Expand Down

0 comments on commit 3b52295

Please sign in to comment.