Update thunderapi/tgbot.ts
Browse files- thunderapi/tgbot.ts +1 -1
thunderapi/tgbot.ts
CHANGED
|
@@ -12,7 +12,7 @@ const ALLOWED_USERS = (Deno.env.get("ALLOWED_USERS") || "")
|
|
| 12 |
.split(",")
|
| 13 |
.map(id => id.trim())
|
| 14 |
.filter(id => id);
|
| 15 |
-
const API_URL = Deno.env.get("THUNDERX_API_URL") || "http://localhost:
|
| 16 |
const API_TOKEN = Deno.env.get("SECRET_TOKEN") || "";
|
| 17 |
|
| 18 |
// 日志函数
|
|
|
|
| 12 |
.split(",")
|
| 13 |
.map(id => id.trim())
|
| 14 |
.filter(id => id);
|
| 15 |
+
const API_URL = Deno.env.get("THUNDERX_API_URL") || "http://localhost:7860";
|
| 16 |
const API_TOKEN = Deno.env.get("SECRET_TOKEN") || "";
|
| 17 |
|
| 18 |
// 日志函数
|