浏览代码

Merge pull request #772 from netbootxyz/avatar_url

Update avatar url for discord bot
Antony Messerli 4 年之前
父节点
当前提交
4ba435e94e
共有 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,