From 36b701674a4eb25336e9ebfbbbf23dcf8ef21206 Mon Sep 17 00:00:00 2001 From: semblanceofsense Date: Mon, 17 Feb 2025 15:59:04 -0700 Subject: [PATCH] Better info --- internal/bot/bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/bot/bot.go b/internal/bot/bot.go index e59a9a5..e15b68a 100644 --- a/internal/bot/bot.go +++ b/internal/bot/bot.go @@ -84,7 +84,7 @@ func Run(BotToken string) { if err != nil { fmt.Println(err) if strings.Contains(err.Error(), "403") { - responseData = "Acess Denied" + responseData = "Acess Denied. The bot isn't added to this server. Use the image link instead of the message link." } else { responseData = "You must provide a valid image! Provide the message link of a valid image." }