|
|
return fmt.Errorf("discord: unable to send request: %v", err)
|
|
return fmt.Errorf("discord: unable to send request: %v", err)
|
|
|
return fmt.Errorf("discord: unable to send a notification: url=%s status=%d", c.webhookURL, response.StatusCode)
|
|
return fmt.Errorf("discord: unable to send a notification: url=%s status=%d", c.webhookURL, response.StatusCode)
|