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." }