Skip to content

Commit

Permalink
Fixed typo in components example
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Jul 26, 2021
1 parent 2eeba60 commit 918dca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/components/main.go
Expand Up @@ -317,7 +317,7 @@ var (
response = &discordgo.InteractionResponse{
Type: discordgo.InteractionResponseChannelMessageWithSource,
Data: &discordgo.InteractionResponseData{
Content: "The tastiest things are left for the end. Let's see how the multi-item select menu works:" +
Content: "The tastiest things are left for the end. Let's see how the multi-item select menu works: " +
"try generating your own stackoverflow search link",
Flags: 1 << 6,
Components: []discordgo.MessageComponent{
Expand Down

0 comments on commit 918dca2

Please sign in to comment.