chore: anvil.it.com → inouter.com
Some checks failed
TypeScript CI / build (push) Has been cancelled

This commit is contained in:
2026-03-27 16:16:27 +00:00
parent f1f9b3028e
commit 0062dc1f4c

View File

@@ -117,7 +117,7 @@ export async function handleMessage(
// /start 명령어는 미니앱 버튼과 함께 전송
if (command === '/start') {
const hostingUrl = env.HOSTING_SITE_URL || 'https://hosting.anvil.it.com';
const hostingUrl = env.HOSTING_SITE_URL || 'https://hosting.inouter.com';
await sendMessageWithKeyboard(env.BOT_TOKEN, chatId, responseText, [
[{ text: '🌐 서비스 보기', web_app: { url: hostingUrl } }],
[{ text: '💬 문의하기', url: 'https://t.me/AnvilForgeBot' }],