mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 08:31:29 +00:00
6 lines
233 B
TypeScript
6 lines
233 B
TypeScript
import { handleInteractionRequest } from "../../lib/drivers/discord/interactions";
|
|
import { cfEnv } from "../../lib/cf";
|
|
|
|
export default defineEventHandler((event) =>
|
|
handleInteractionRequest(event.web!.request!, cfEnv(event)),
|
|
);
|