webhook
webhook
は Discord Webhooks にメッセージを送信するためのラッパー関数です。
import { webhook } from 'discord-hono'
await webhook('https://discord.com/api/webhooks/123/abc', 'メッセージ')
webhook
は Discord Webhooks にメッセージを送信するためのラッパー関数です。
import { webhook } from 'discord-hono'
await webhook('https://discord.com/api/webhooks/123/abc', 'メッセージ')