mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-14 13:08:06 +01:00
3 lines
213 B
TypeScript
3 lines
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'}});
|