Skip to content

Commit

Permalink
Merge pull request #80 from Eldemarkki/patch-1
Browse files Browse the repository at this point in the history
feat: make vote options description clearer
  • Loading branch information
lajp authored Dec 19, 2023
2 parents fb96c11 + e50b851 commit 4eec63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl EventHandler for Handler {
option
.name("options")
.kind(ApplicationCommandOptionType::String)
.description("Äänestyksen vaihtoehdot")
.description("Äänestyksen vaihtoehdot, pilkulla erotettuina")
.required(true)
})
.create_option(|option| {
Expand Down

0 comments on commit 4eec63c

Please sign in to comment.