Explorar o código

Merge pull request #772 from netbootxyz/avatar_url

Update avatar url for discord bot
Antony Messerli %!s(int64=4) %!d(string=hai) anos
pai
achega
4ba435e94e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      script/message

+ 2 - 2
script/message

@@ -16,7 +16,7 @@ fi
 if [ "${TYPE}" == "failure" ]; then
   curl -X POST -H "Content-Type: application/json" --data \
   '{
-    "avatar_url": "https://avatars.io/twitter/travisci",
+    "avatar_url": "https://unavatar.now.sh/twitter/travisci",
     "embeds": [
       {
         "color": 16711680,
@@ -29,7 +29,7 @@ if [ "${TYPE}" == "failure" ]; then
 else
   curl -X POST -H "Content-Type: application/json" --data \
   '{
-    "avatar_url": "https://avatars.io/twitter/travisci",
+    "avatar_url": "https://unavatar.now.sh/twitter/travisci",
     "embeds": [
       {
         "color": 1681177,