mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-14 04:58:07 +01:00
3 lines
No EOL
213 B
TypeScript
3 lines
No EOL
213 B
TypeScript
import { APIInteractionResponse } from 'discord-api-types/v9';
|
|
|
|
export const respond = (response: APIInteractionResponse) => new Response(JSON.stringify(response), {headers: {'content-type': 'application/json'}}); |