torikushiii / hoyolab-auto

Auto check-in and others for any Hoyoverse games
https://ko-fi.com/torikushiii
GNU Affero General Public License v3.0
107 stars 24 forks source link

Error when adding the Discord webhook link to Google Script #68

Closed cekra007 closed 1 month ago

cekra007 commented 1 month ago

Does the script from link already include running a Discord webhook? I don't know how to make the script work again.

webhook1

torikushiii commented 1 month ago

you need to put quotes at your discord webhook url

instead of this: const DISCORD_WEBHOOK = https://discord.com/api/webhooks/

do this const DISCORD_WEBHOOK = "https://discord.com/api/webhooks/"

cekra007 commented 1 month ago

Thank you, today I tried the webhook again and it worked, but for Honkai Impact, the notification did not appear on Discord. Here is the log from Google Script.

webhook2

torikushiii commented 1 month ago

should be fixed on latest commit now 👍