Skip to content

Commit af278e0

Browse files
authored
Merge pull request #125 from nikethanrai/patch-1
Fix: Typo in description text of Select Server
2 parents 9d66284 + dbaa7cf commit af278e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/me/ddivad/judgebot/conversations/GuildChoiceConversation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fun guildChoiceConversation(
1717
embed {
1818
color = Color.MAGENTA.kColor
1919
title = "Select Server"
20-
description = "Select the server you to view history for."
20+
description = "Select the server you want to view the history for."
2121
thumbnail {
2222
url = discord.kord.getSelf().avatar.url
2323
}

0 commit comments

Comments
 (0)