瀏覽代碼

Update avatar url for discord bot

Antony Messerli 4 年之前
父節點
當前提交
42860644af
共有 1 個文件被更改,包括 2 次插入2 次删除
  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,