| 1 | import 'dotenv/config'; |
| 2 | import express from 'express'; |
| 3 | import { InteractionType, InteractionResponseType, verifyKeyMiddleware } from 'discord-interactions'; |
| 4 | import { DiscordRequest } from '../utils.js'; |
nothing calls this directly
no test coverage detected