worker.js を更新
This commit is contained in:
parent
691d009eec
commit
25ed6105f7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
// いじりやすいようにここに変数を集約させたい
|
// いじりやすいようにここに変数を集約させたい
|
||||||
const BLOCKLIST = ["hacker@example.com", "spammer@example.com"];
|
const BLOCKLIST = ["hacker@example.com", "spammer@example.com"];
|
||||||
const FORWARD_TO = "trendcreate2021@gmail.com";
|
const FORWARD_TO = "mymail@gmail.com";
|
||||||
const WEBHOOK_URL = "https://discord.com/api/webhooks/xxx/xxx";
|
const WEBHOOK_URL = "https://discord.com/api/webhooks/xxx/xxx";
|
||||||
// trendcreate icon
|
// trendcreate icon
|
||||||
const WEBHOOK_ICON = "https://git.v-sli.me/HidemaruOwO/email-worker/raw/branch/main/assets/webhook_icon.jpg";
|
const WEBHOOK_ICON = "https://git.v-sli.me/HidemaruOwO/email-worker/raw/branch/main/assets/webhook_icon.jpg";
|
||||||
|
|
Loading…
Add table
Reference in a new issue