Update merge-upstream-pull-request.sh

This commit is contained in:
LetterJay
2017-09-06 21:20:29 -05:00
committed by GitHub
parent 382b25fb5b
commit 3c1bce5c21

View File

@@ -49,7 +49,7 @@ curl -v \
-H "User-Agent: myBotThing (http://some.url, v0.1)" \
-H "Content-Type: application/json" \
-X POST \
-d "{\"content\":\"Mirroring [$1] from /tg/ to Hippie\"}" \
-d "{\"content\":\"Mirroring [$1] from /tg/ to Citadel\"}" \
https://discordapp.com/api/channels/$CHANNELID/messages
# We need to make sure we are always on a clean master when creating the new branch.