From 7df7c3275dedde01488fc6f4c4e4dd5545569f09 Mon Sep 17 00:00:00 2001 From: nitroflap Date: Mon, 26 Jul 2021 22:41:55 +0300 Subject: [PATCH] Fixed typo in components example --- examples/components/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/components/main.go b/examples/components/main.go index 48d179ee3..1a323c203 100644 --- a/examples/components/main.go +++ b/examples/components/main.go @@ -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{