Better info
This commit is contained in:
parent
114360100f
commit
36b701674a
@ -84,7 +84,7 @@ func Run(BotToken string) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
if strings.Contains(err.Error(), "403") {
|
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 {
|
} else {
|
||||||
responseData = "You must provide a valid image! Provide the message link of a valid image."
|
responseData = "You must provide a valid image! Provide the message link of a valid image."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user