worker.js を更新

This commit is contained in:
ひでまる 2025-03-10 17:32:22 +09:00
parent 25ed6105f7
commit 040f0c74a5

View file

@ -1,6 +1,6 @@
// いじりやすいようにここに変数を集約させたい
const BLOCKLIST = ["hacker@example.com", "spammer@example.com"];
const FORWARD_TO = "mymail@gmail.com";
const FORWARD_TO = "mymail@example.com";
const WEBHOOK_URL = "https://discord.com/api/webhooks/xxx/xxx";
// trendcreate icon
const WEBHOOK_ICON = "https://git.v-sli.me/HidemaruOwO/email-worker/raw/branch/main/assets/webhook_icon.jpg";